Searched refs:hexdig (Results 1 – 4 of 4) sorted by relevance
42 static const char hexdig[] = "0123456789abcdef"; variable54 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()
39 static const char hexdig[] = "0123456789abcdef"; variable51 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()
63 static const char hexdig[16] = "0123456789abcdef"; in print_mpn_fp() local71 fputc (hexdig[x[SZ - 1]], stdout); in print_mpn_fp()78 fputc (hexdig[tx[SZ - 1]], stdout); in print_mpn_fp()
67490 (hexdig): Move ...