Searched refs:ubstrhex (Results 1 – 1 of 1) sorted by relevance
691 char ubstrhex[64]; in parse() local692 util64_toa(ub, ubstrhex, 64, 16); in parse()693 fprintf(stderr, "ub: %g, i64: %s (%s)\n", upperBound, ubstr, ubstrhex); in parse()