Searched refs:num_to_text62 (Results 1 – 1 of 1) sorted by relevance
32 static const char num_to_text62[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ" variable98 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()