Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dlibelftc_dem_gnu3.c513 static int hex_to_dec(char);
3883 byte = hex_to_dec(p[len - i * 2 - 1]) + in decode_fp_to_double()
3884 hex_to_dec(p[len - i * 2 - 2]) * 16; in decode_fp_to_double()
3928 byte = hex_to_dec(p[len - i * 2 - 1]) + in decode_fp_to_float()
3929 hex_to_dec(p[len - i * 2 - 2]) * 16; in decode_fp_to_float()
3977 byte = hex_to_dec(p[len - i * 2 - 1]) + in decode_fp_to_float128()
3978 hex_to_dec(p[len - i * 2 - 2]) * 16; in decode_fp_to_float128()
4034 byte = hex_to_dec(p[len - i * 2 - 1]) + in decode_fp_to_float80()
4035 hex_to_dec(p[len - i * 2 - 2]) * 16; in decode_fp_to_float80()
4093 byte = hex_to_dec(p[len - i * 2 - 1]) + in decode_fp_to_long_double()
[all …]