Home
last modified time | relevance | path

Searched refs:FLT_UWORD_IS_ZERO (Results 1 – 16 of 16) sorted by relevance

/picolibc-latest/newlib/libm/math/
Dsf_atan2.c42 if (FLT_UWORD_IS_ZERO(iy)) { in atan2f()
54 if (FLT_UWORD_IS_ZERO(ix)) in atan2f()
Dsf_frexp.c27 if (!FLT_UWORD_IS_FINITE(ix) || FLT_UWORD_IS_ZERO(ix)) in frexpf()
Dsf_ceil.c30 } else if (!FLT_UWORD_IS_ZERO(ix)) { in ceilf()
Dsf_floor.c39 } else if (!FLT_UWORD_IS_ZERO(ix)) { in floorf()
Dsf_log10.c32 if (FLT_UWORD_IS_ZERO(hx & 0x7fffffff)) in log10f()
Dsf_sqrt.c36 if (FLT_UWORD_IS_ZERO(hx)) in sqrtf()
Dsf_hypot.c56 if (FLT_UWORD_IS_ZERO(hb)) { in hypotf()
Dsf_log.c41 if (FLT_UWORD_IS_ZERO(ix & 0x7fffffff)) in logf()
Dsf_pow.c70 if (FLT_UWORD_IS_ZERO(iy)) { in powf()
140 if (FLT_UWORD_IS_ZERO(ix)) { in powf()
Dsf_jn.c49 if (FLT_UWORD_IS_ZERO(ix) || FLT_UWORD_IS_INFINITE(ix)) in jnf()
/picolibc-latest/newlib/libm/common/
Dsf_logb.c30 if(FLT_UWORD_IS_ZERO(hx)) { in logbf()
Dsf_ilogb.c25 if(FLT_UWORD_IS_ZERO(hx)) { in ilogbf()
Dsf_nextafter.c31 if(FLT_UWORD_IS_ZERO(ix)) { /* x == 0 */ in nextafterf()
Dsf_rint.c36 if(FLT_UWORD_IS_ZERO(ix)) in rintf()
Dsf_cbrt.c58 if(FLT_UWORD_IS_ZERO(hx))
Dfdlibm.h149 #define FLT_UWORD_IS_ZERO(x) ((x)<0x00800000L) macro
156 #define FLT_UWORD_IS_ZERO(x) ((x)==0) macro