Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c183 static int hex_to_dec(char);
3545 byte = hex_to_dec(p[len - i * 2 - 1]) + in decode_fp_to_double()
3546 hex_to_dec(p[len - i * 2 - 2]) * 16; in decode_fp_to_double()
3590 byte = hex_to_dec(p[len - i * 2 - 1]) + in decode_fp_to_float()
3591 hex_to_dec(p[len - i * 2 - 2]) * 16; in decode_fp_to_float()
3639 byte = hex_to_dec(p[len - i * 2 - 1]) + in decode_fp_to_float128()
3640 hex_to_dec(p[len - i * 2 - 2]) * 16; in decode_fp_to_float128()
3696 byte = hex_to_dec(p[len - i * 2 - 1]) + in decode_fp_to_float80()
3697 hex_to_dec(p[len - i * 2 - 2]) * 16; in decode_fp_to_float80()
3755 byte = hex_to_dec(p[len - i * 2 - 1]) + in decode_fp_to_long_double()
[all …]
/freebsd/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c517 static int hex_to_dec(char);
3873 byte = hex_to_dec(p[len - i * 2 - 1]) + in decode_fp_to_double()
3874 hex_to_dec(p[len - i * 2 - 2]) * 16; in decode_fp_to_double()
3918 byte = hex_to_dec(p[len - i * 2 - 1]) + in decode_fp_to_float()
3919 hex_to_dec(p[len - i * 2 - 2]) * 16; in decode_fp_to_float()
3967 byte = hex_to_dec(p[len - i * 2 - 1]) + in decode_fp_to_float128()
3968 hex_to_dec(p[len - i * 2 - 2]) * 16; in decode_fp_to_float128()
4024 byte = hex_to_dec(p[len - i * 2 - 1]) + in decode_fp_to_float80()
4025 hex_to_dec(p[len - i * 2 - 2]) * 16; in decode_fp_to_float80()
4083 byte = hex_to_dec(p[len - i * 2 - 1]) + in decode_fp_to_long_double()
[all …]