Home
last modified time | relevance | path

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

/openbsd/lib/libm/src/
H A Ds_logbl.c36 #ifdef EXT_FRACHMBITS in logbl()
45 #ifdef EXT_FRACHMBITS in logbl()
52 #if defined(EXT_FRACHMBITS) && defined(EXT_FRACLMBITS) in logbl()
54 for (b += EXT_FRACHMBITS; !(u.bits.ext_fraclm & m); in logbl()
62 #ifdef EXT_FRACHMBITS in logbl()
63 m = 1lu << (EXT_FRACHMBITS - 1); in logbl()
H A De_sqrtl.c46 #ifdef EXT_FRACHMBITS in inc()
49 frach = ((uint64_t)p->ext_frach << EXT_FRACHMBITS) | p->ext_frachm; in inc()
51 p->ext_frach = frach >> EXT_FRACHMBITS; in inc()
108 #ifdef EXT_FRACHMBITS in dec()
111 frach = ((uint64_t)p->ext_frach << EXT_FRACHMBITS) | in dec()
114 p->ext_frach = frach >> EXT_FRACHMBITS; in dec()
157 #ifdef EXT_FRACHMBITS in sqrtl()
H A De_atan2l.c71 #ifdef EXT_FRACHMBITS in atan2l()
80 #ifdef EXT_FRACHMBITS in atan2l()
89 #ifdef EXT_FRACHMBITS in atan2l()
101 #ifdef EXT_FRACHMBITS in atan2l()
117 #ifdef EXT_FRACHMBITS in atan2l()
H A De_asinl.c51 #ifdef EXT_FRACHMBITS
77 #ifdef EXT_FRACHMBITS
78 if((((uint64_t)u.bits.ext_frach << EXT_FRACHMBITS)
H A Ds_frexpl.c50 #ifdef EXT_FRACHMBITS in frexpl()
H A Ds_scalbnl.c52 #ifdef EXT_FRACHMBITS in scalbnl()
H A Ds_atanl.c55 #ifdef EXT_FRACHMBITS in atanl()
H A De_acosl.c61 #ifdef EXT_FRACHMBITS in acosl()
/openbsd/lib/libm/src/ld128/
H A Ds_truncl.c33 #define MANH_SIZE (EXT_FRACHBITS + EXT_FRACHMBITS + 1)
35 #define MANH_SIZE (EXT_FRACHBITS + EXT_FRACHMBITS)
H A Ds_remquol.c32 #define HFRAC_BITS (EXT_FRACHBITS + EXT_FRACHMBITS)
36 #define HFRAC_BITS (EXT_FRACHBITS + EXT_FRACHMBITS - 1)
H A Dinvtrig.h35 #define MANH_SIZE (EXT_FRACHBITS + EXT_FRACHMBITS + 1)
/openbsd/lib/libc/gdtoa/
H A Dhdtoa.c288 #ifdef EXT_FRACHMBITS in __hldtoa()
289 for (fbits = EXT_FRACHMBITS / 4; fbits > 0 && s > s0; s--, fbits--) { in __hldtoa()
/openbsd/sys/arch/arm64/include/
H A Dieee.h88 #define EXT_FRACHMBITS 32 macro
/openbsd/sys/arch/sparc64/include/
H A Dieee.h88 #define EXT_FRACHMBITS 32 macro
/openbsd/sys/arch/riscv64/include/
H A Dieee.h88 #define EXT_FRACHMBITS 32 macro
/openbsd/sys/arch/arm/include/
H A Dieee.h107 #define EXT_FRACHMBITS 32 macro
/openbsd/sys/arch/mips64/include/
H A Dieee.h87 #define EXT_FRACHMBITS 32 macro