HomeSort by: relevance | last modified time | path
    Searched defs:num_to_text36 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
tstrtofr.c 27 static const char num_to_text36[] = "0123456789abcdefghijklmnopqrstuvwxyz"; variable
1480 num_to_text = base <= 36 ? num_to_text36 : num_to_text62;
  /src/external/lgpl3/mpfr/dist/src/
get_str.c 32 static const char num_to_text36[] = "0123456789abcdefghijklmnopqrstuvwxyz"; variable
104 num_to_text = (2 <= b0 && b0 <= 36) ? num_to_text36 : num_to_text62;
2616 num_to_text = (2 <= b && b <= 36) ? num_to_text36 : num_to_text62;

Completed in 27 milliseconds