Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dhd_init.c34 unsigned char hexdig[256]; variable
52 htinit(hexdig, USC "0123456789", 0x10); in hexdig_init_D2A()
53 htinit(hexdig, USC "abcdef", 0x10 + 10); in hexdig_init_D2A()
54 htinit(hexdig, USC "ABCDEF", 0x10 + 10); in hexdig_init_D2A()
Dgethex.c69 if (!hexdig['0'])
81 if (hexdig[*s])
96 if (!hexdig[*s])
100 if (hexdig[*s])
105 while(hexdig[*s])
118 while(hexdig[*s])
136 if ((n = hexdig[*s]) == 0 || n > 0x19) {
141 while((n = hexdig[*++s]) !=0 && n <= 0x19) {
232 L |= (hexdig[*s1] & 0x0f) << n;
Dhexnan.c64 if (!hexdig['0'])
81 if (!(h = hexdig[c])) {
Dgdtoaimp.h541 #define hexdig __hexdig_D2A macro
572 extern unsigned char hexdig[];