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

/openbsd-current/lib/libm/src/
H A Ds_logbl.c36 #ifdef EXT_FRACHMBITS
38 #endif /* EXT_FRACHMBITS */
45 #ifdef EXT_FRACHMBITS
52 #if defined(EXT_FRACHMBITS) && defined(EXT_FRACLMBITS)
54 for (b += EXT_FRACHMBITS; !(u.bits.ext_fraclm & m);
57 #endif /* defined(EXT_FRACHMBITS) && defined(EXT_FRACLMBITS) */
62 #ifdef EXT_FRACHMBITS
63 m = 1lu << (EXT_FRACHMBITS - 1);
66 #endif /* EXT_FRACHMBITS */
H A De_atan2l.c71 #ifdef EXT_FRACHMBITS
73 #endif /* EXT_FRACHMBITS */
80 #ifdef EXT_FRACHMBITS
82 #endif /* EXT_FRACHMBITS */
89 #ifdef EXT_FRACHMBITS
91 #endif /* EXT_FRACHMBITS */
101 #ifdef EXT_FRACHMBITS
103 #endif /* EXT_FRACHMBITS */
117 #ifdef EXT_FRACHMBITS
119 #endif /* EXT_FRACHMBITS */
[all...]
H A De_sqrtl.c46 #ifdef EXT_FRACHMBITS
49 frach = ((uint64_t)p->ext_frach << EXT_FRACHMBITS) | p->ext_frachm;
51 p->ext_frach = frach >> EXT_FRACHMBITS;
53 #else /* EXT_FRACHMBITS */
58 #endif /* EXT_FRACHMBITS */
108 #ifdef EXT_FRACHMBITS
111 frach = ((uint64_t)p->ext_frach << EXT_FRACHMBITS) |
114 p->ext_frach = frach >> EXT_FRACHMBITS;
116 #else /* EXT_FRACHMBITS */
121 #endif /* EXT_FRACHMBITS */
[all...]
H A De_asinl.c51 #ifdef EXT_FRACHMBITS
53 #endif /* EXT_FRACHMBITS */
77 #ifdef EXT_FRACHMBITS
78 if((((uint64_t)u.bits.ext_frach << EXT_FRACHMBITS)
81 #else /* EXT_FRACHMBITS */
83 #endif /* EXT_FRACHMBITS */
H A Ds_frexpl.c50 #ifdef EXT_FRACHMBITS
52 #endif /* EXT_FRACHMBITS */
H A Ds_scalbnl.c52 #ifdef EXT_FRACHMBITS
54 #endif /* EXT_FRACHMBITS */
H A De_acosl.c61 #ifdef EXT_FRACHMBITS
63 #endif /* EXT_FRACHMBITS */
H A Ds_atanl.c55 #ifdef EXT_FRACHMBITS
57 #endif /* EXT_FRACHMBITS */
/openbsd-current/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-current/sys/arch/arm64/include/
H A Dieee.h88 #define EXT_FRACHMBITS 32 macro
/openbsd-current/sys/arch/sparc64/include/
H A Dieee.h88 #define EXT_FRACHMBITS 32 macro
/openbsd-current/sys/arch/riscv64/include/
H A Dieee.h88 #define EXT_FRACHMBITS 32 macro
/openbsd-current/sys/arch/arm/include/
H A Dieee.h107 #define EXT_FRACHMBITS 32 macro
/openbsd-current/sys/arch/mips64/include/
H A Dieee.h87 #define EXT_FRACHMBITS 32 macro
/openbsd-current/lib/libc/gdtoa/
H A Dhdtoa.c288 #ifdef EXT_FRACHMBITS
289 for (fbits = EXT_FRACHMBITS / 4; fbits > 0 && s > s0; s--, fbits--) {

Completed in 126 milliseconds