Home
last modified time | relevance | path

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

/glibc-2.36/math/
Datest-sincos.c42 static const char hexdig[] = "0123456789abcdef"; variable
54 value[size-1-i] = hexdig[x[i * 4 / mpbpl] >> (i * 4) % mpbpl & 0xf]; in print_mpn_hex()
243 s2[(FRAC - i * 4 - 4) / mpbpl] |= ((mp_limb_t) (strchr (hexdig, sin1[i]) in do_test()
244 - hexdig) in do_test()
246 c2[(FRAC - i * 4 - 4) / mpbpl] |= ((mp_limb_t) (strchr (hexdig, cos1[i]) in do_test()
247 - hexdig) in do_test()
Datest-exp.c39 static const char hexdig[] = "0123456789abcdef"; variable
51 value[size - 1 - i] = hexdig[x[i * 4 / mpbpl] >> (i * 4) % mpbpl & 0xf]; in print_mpn_hex()
172 e2[(FRAC - i * 4 - 4) / mpbpl] |= ((mp_limb_t) (strchr (hexdig, in do_test()
174 - hexdig) in do_test()
Datest-exp2.c63 static const char hexdig[16] = "0123456789abcdef"; in print_mpn_fp() local
71 fputc (hexdig[x[SZ - 1]], stdout); in print_mpn_fp()
78 fputc (hexdig[tx[SZ - 1]], stdout); in print_mpn_fp()
/glibc-2.36/ChangeLog.old/
DChangeLog.1867490 (hexdig): Move ...