Searched refs:__get_hexdig (Results 1 – 4 of 4) sorted by relevance
180 if (!__get_hexdig(*s)) { in gethex()186 if (!__get_hexdig(*s)) in gethex()190 if (__get_hexdig(*s)) in gethex()195 while(__get_hexdig(*s)) in gethex()201 while(__get_hexdig(*s)) in gethex()219 if ((n = __get_hexdig(*s)) == 0 || n > 0x19) { in gethex()224 while((n = __get_hexdig(*++s)) !=0 && n <= 0x19) in gethex()254 L |= (__get_hexdig(*s1) & 0x0f) << n; in gethex()
98 if (!(h = __get_hexdig(c))) { in hexnan()
345 #define __get_hexdig(x) __hexdig[x] /* NOTE: must evaluate arg only once */ macro347 #define __get_hexdig(x) __hexdig_fun(x) macro
2810 (gethex): Call __get_hexdig macro rather than hexdig.2812 Call __get_hexdig macro rather than hexdig.2824 * libc/stdlib/mprec.h (__get_hexdig): Define.