Home
last modified time | relevance | path

Searched refs:LDBL_NBIT (Results 1 – 15 of 15) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/ld/common/
De_atan2l.c46 ((ux.bits.manh&~LDBL_NBIT)|ux.bits.manl)!=0) || /* x is NaN */ in atan2l()
48 ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl)!=0)) /* y is NaN */ in atan2l()
50 if (expsignx==BIAS && ((ux.bits.manh&~LDBL_NBIT)|ux.bits.manl)==0) in atan2l()
55 if(expty==0 && ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl)==0) { in atan2l()
64 if(exptx==0 && ((ux.bits.manh&~LDBL_NBIT)|ux.bits.manl)==0) in atan2l()
De_sqrtl.c40 u.bits.manh |= LDBL_NBIT; in inc()
54 if (u.bits.manh-- == LDBL_NBIT) { in dec()
56 u.bits.manh |= LDBL_NBIT; in dec()
Ds_atanl.c41 ((u.bits.manh&~LDBL_NBIT)|u.bits.manl)!=0) in atanl()
De_asinl.c39 if(expt==BIAS && ((u.bits.manh&~LDBL_NBIT)|u.bits.manl)==0) in asinl()
De_acosl.c51 if(expt==BIAS && ((u.bits.manh&~LDBL_NBIT)|u.bits.manl)==0) { in acosl()
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/
Di386_fpmath.h45 #define LDBL_NBIT 0x80000000 macro
46 #define mask_nbit_l(u) ((u).bits.manh &= ~LDBL_NBIT)
De_fmodl.c24 #define LDBL_NBIT 0 macro
28 #define LDBL_NBIT 0x80000000 macro
Dinvtrig.h39 #define THRESH ((0xe666666666666666ULL>>(64-(MANH_SIZE-1)))|LDBL_NBIT)
Ds_remquol.c70 ((hy&~LDBL_NBIT)|ly)!=0)) { /* or y is NaN */ in remquol()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/x86_64/machine/
D_fpmath.h48 #define LDBL_NBIT 0x80000000 macro
49 #define mask_nbit_l(u) ((u).bits.manh &= ~LDBL_NBIT)
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/
Ds_remquol.c24 #define LDBL_NBIT 0 macro
28 #define LDBL_NBIT 0x80000000 macro
71 (((hy&0x0000ffffffffffffLL)&~LDBL_NBIT)|ly)!=0)) /* or y is NaN */ in remquol()
Dinvtrig.h39 #define THRESH ((0xe666666666666666ULL>>(64-(MANH_SIZE-1)))|LDBL_NBIT)
/picolibc-3.7.0-3.6.0/newlib/libc/machine/aarch64/machine/
D_fpmath.h52 #define LDBL_NBIT 0 macro
/picolibc-3.7.0-3.6.0/newlib/libc/machine/riscv/machine/
D_fpmath.h52 #define LDBL_NBIT 0 macro
/picolibc-3.7.0-3.6.0/newlib/libm/ld/
Dmath_private_openbsd.h108 #define LDBL_NBIT 0 macro
298 #define LDBL_NBIT 0x80000000 macro
302 #define LDBL_NBIT_INF LDBL_NBIT
304 #define mask_nbit_l(u) ((u).bits.manh &= ~LDBL_NBIT)
600 #define LDBL_NBIT 0 macro