OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_to_text62
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/tests/
tstrtofr.c
28
static const char
num_to_text62
[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
variable
1480
num_to_text = base <= 36 ? num_to_text36 :
num_to_text62
;
/src/external/lgpl3/mpfr/dist/src/
get_str.c
33
static const char
num_to_text62
[] = "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 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026