Searched refs:FP_ILOGBNAN (Results 1 - 4 of 4) sorted by relevance

/bionic/libm/src/
H A Ds_ilogbf.c39 else if (hx>0x7f800000) return FP_ILOGBNAN;
H A Ds_ilogb.c20 * ilogb(NaN) = FP_ILOGBNAN (no signal is raised)
47 else if (hx>0x7ff00000 || lx!=0) return FP_ILOGBNAN;
H A Ds_ilogbl.c51 return (FP_ILOGBNAN);
/bionic/libm/include/
H A Dmath.h59 #define FP_ILOGBNAN __INT_MAX
62 #define FP_ILOGBNAN INT_MAX macro

Completed in 1886 milliseconds