Searched refs:EXT_FRACLBITS (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/arch/x86/include/
H A Dieee.h55 #define EXT_FRACLBITS 32 macro
56 #define EXT_FRACBITS (EXT_FRACLBITS + EXT_FRACHBITS)
72 uint32_t ext_fracl:EXT_FRACLBITS;
/netbsd-current/sys/arch/m68k/include/
H A Dieee.h57 #define EXT_FRACLBITS 32 macro
58 #define EXT_FRACBITS (EXT_FRACLBITS + EXT_FRACHBITS)
/netbsd-current/lib/libm/src/
H A Ds_modfl.c54 #if EXT_FRACLBITS > 32
62 #define HIBITS (LDBL_MANT_DIG - EXT_FRACLBITS)
H A De_fmodl.c32 #if EXT_FRACLBITS > 32
58 #define MANL_SHIFT (EXT_FRACLBITS - 1)
H A Ds_remquol.c31 #if EXT_FRACLBITS > 32
60 #define MANL_SHIFT (EXT_FRACLBITS - 1)
H A Dmath_private.h238 (((uint64_t)(u)->extu_frach << EXT_FRACLBITS) | (u)->extu_fracl)
240 ((u)->extu_fracl = (v) & ((1ULL << EXT_FRACLBITS) - 1), \
241 (u)->extu_frach = (v) >> EXT_FRACLBITS)
321 .extu_frach = __CONCAT(m, ULL) >> EXT_FRACLBITS, \
H A De_hypotl.c51 #if EXT_FRACLBITS > 32
/netbsd-current/lib/libc/gen/
H A Dfloatunditf_ieee754.c76 ux.extu_fracl = (x >> (64 - EXT_FRACLBITS));
/netbsd-current/sys/sys/
H A Dieee754.h126 #define EXT_FRACLBITS 64 macro
127 #define EXT_FRACBITS (EXT_FRACLBITS + EXT_FRACHBITS)
/netbsd-current/lib/libc/quad/
H A Dfloatunditf_ieee754.c104 extu.extu_fracl =(unsigned int)(x >> (64 - EXT_FRACLBITS));
/netbsd-current/lib/libc/gdtoa/
H A Dhdtoa.c319 for (; s > s0 + sigfigs - (EXT_FRACLBITS / 4) - 1 && s > s0; s--) {

Completed in 225 milliseconds