Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c114 #define FLOAT_EXTENED_BYTES 10 macro
3631 case FLOAT_EXTENED_BYTES: in decode_fp_to_float128()
3650 memset(&f, 0, FLOAT_EXTENED_BYTES); in decode_fp_to_float128()
3653 memcpy(&f, buf, FLOAT_EXTENED_BYTES); in decode_fp_to_float128()
3655 memcpy(&f, buf + 6, FLOAT_EXTENED_BYTES); in decode_fp_to_float128()
3684 unsigned char buf[FLOAT_EXTENED_BYTES]; in decode_fp_to_float80()
3690 len / 2 > FLOAT_EXTENED_BYTES) in decode_fp_to_float80()
3693 memset(buf, 0, FLOAT_EXTENED_BYTES); in decode_fp_to_float80()
3705 buf[FLOAT_EXTENED_BYTES - i -1] = in decode_fp_to_float80()
3713 memcpy(&f, buf, FLOAT_EXTENED_BYTES); in decode_fp_to_float80()
[all …]
/freebsd/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c128 #define FLOAT_EXTENED_BYTES 10 macro
3959 case FLOAT_EXTENED_BYTES: in decode_fp_to_float128()
3978 memset(&f, 0, FLOAT_EXTENED_BYTES); in decode_fp_to_float128()
3981 memcpy(&f, buf, FLOAT_EXTENED_BYTES); in decode_fp_to_float128()
3983 memcpy(&f, buf + 6, FLOAT_EXTENED_BYTES); in decode_fp_to_float128()
4012 unsigned char buf[FLOAT_EXTENED_BYTES]; in decode_fp_to_float80()
4018 len / 2 > FLOAT_EXTENED_BYTES) in decode_fp_to_float80()
4021 memset(buf, 0, FLOAT_EXTENED_BYTES); in decode_fp_to_float80()
4033 buf[FLOAT_EXTENED_BYTES - i -1] = in decode_fp_to_float80()
4041 memcpy(&f, buf, FLOAT_EXTENED_BYTES); in decode_fp_to_float80()
[all …]