Searched refs:LDBL_NBIT (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/lib/libm/src/
H A Ds_nextafterl.c30 #define LDBL_NBIT 0 macro
54 ((ux.extu_frach &~ LDBL_NBIT)|ux.extu_fracl) != 0) ||
56 ((uy.extu_frach &~ LDBL_NBIT)|uy.extu_fracl) != 0))
74 if ((ux.extu_frach & ~LDBL_NBIT) == 0)
77 (ux.extu_frach & LDBL_NBIT);
84 (ux.extu_frach & LDBL_NBIT);
85 if ((ux.extu_frach & ~LDBL_NBIT) == 0)
H A De_atan2l.c47 #define LDBL_NBIT 0 macro
82 ((ux.extu_frach&~LDBL_NBIT)|ux.extu_fracl)!=0) || /* x is NaN */
84 ((uy.extu_frach&~LDBL_NBIT)|uy.extu_fracl)!=0)) /* y is NaN */
86 if (expsignx==BIAS && ((ux.extu_frach&~LDBL_NBIT)|ux.extu_fracl)==0)
91 if(expty==0 && ((uy.extu_frach&~LDBL_NBIT)|uy.extu_fracl)==0) {
100 if(exptx==0 && ((ux.extu_frach&~LDBL_NBIT)|ux.extu_fracl)==0)
H A Ds_nexttowardf.c42 #define LDBL_NBIT 0 macro
46 * XXX We should arrange to define LDBL_NBIT unconditionally in the
50 #define LDBL_NBIT 0 macro
65 uy.extu_ext.ext_frach &= ~LDBL_NBIT;
H A De_sqrtl.c46 #define LDBL_NBIT 0 macro
60 ux.extu_frach |= LDBL_NBIT;
73 if (ux.extu_frach-- == LDBL_NBIT) {
75 ux.extu_frach |= LDBL_NBIT;
H A Ds_nexttoward.c34 #define LDBL_NBIT 0 macro
59 ((uy.extu_frach & ~LDBL_NBIT) | uy.extu_fracl) != 0))
H A Ds_atanl.c44 #define LDBL_NBIT 0 macro
65 ((u.extu_frach&~LDBL_NBIT)|u.extu_fracl)!=0)
H A De_acosl.c44 #define LDBL_NBIT 0 macro
71 if(expt==BIAS && ((u.extu_frach&~LDBL_NBIT)|u.extu_fracl)==0) {
H A De_asinl.c44 #define LDBL_NBIT 0 macro
61 if(expt==BIAS && ((u.extu_frach&~LDBL_NBIT)|u.extu_fracl)==0)
H A De_hypotl.c30 #define LDBL_NBIT 0 macro
78 if (manh == LDBL_NBIT && manl == 0) w = a;
80 if (hb >= ESW(MAX_EXP) && manh == LDBL_NBIT && manl == 0) w = b;
H A De_fmodl.c52 #define LDBL_NBIT 0 macro
88 ((uy.extu_frach&~LDBL_NBIT)|uy.extu_fracl)!=0)) /* or y is NaN */
H A Ds_remquol.c44 #define LDBL_NBIT 0 macro
97 ((uy.extu_frach&~LDBL_NBIT)|uy.extu_fracl)!=0)) /* or y is NaN */
/netbsd-current/sys/arch/x86/include/
H A Dieee.h118 #define LDBL_NBIT 0x80000000 macro
119 #define mask_nbit_l(u) ((u).extu_frach &= ~LDBL_NBIT)
/netbsd-current/sys/arch/m68k/include/
H A Dieee.h114 #define LDBL_NBIT 0x80000000 macro
115 #define mask_nbit_l(u) ((u).extu_frach &= ~LDBL_NBIT)
/netbsd-current/lib/libm/ld80/
H A Dinvtrig.h45 #define THRESH ((0xe666666666666666ULL>>(64-(MANH_SIZE-1)))|LDBL_NBIT)
/netbsd-current/lib/libm/ld128/
H A Dinvtrig.h42 #define THRESH ((0xe666666666666666ULL>>(64-(MANH_SIZE-1)))|LDBL_NBIT)
/netbsd-current/sys/sys/
H A Dieee754.h212 #ifndef LDBL_NBIT

Completed in 174 milliseconds