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