Home
last modified time | relevance | path

Searched refs:num_to_text62 (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/mpfr/src/
H A Dget_str.c32 static const char num_to_text62[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ" variable
98 num_to_text = b < 37 ? num_to_text36 : num_to_text62; in mpfr_get_str_aux()
2266 num_to_text = b < 37 ? num_to_text36 : num_to_text62; in mpfr_get_str()