Searched refs:FP_ILOGB0 (Results 1 - 5 of 5) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_ilogbf.c32 return FP_ILOGB0;
H A Ds_ilogb.c18 * ilogb(0) = FP_ILOGB0
36 return FP_ILOGB0;
H A Ds_ilogbl.c32 return (FP_ILOGB0);
/bionic/libm/include/
H A Dmath.h54 #define FP_ILOGB0 (-INT_MAX) /* Android-changed */ macro
/bionic/tests/
H A Dmath_test.cpp860 ASSERT_EQ(FP_ILOGB0, ilogb(0.0));
868 ASSERT_EQ(FP_ILOGB0, ilogbf(0.0f));
876 ASSERT_EQ(FP_ILOGB0, ilogbl(0.0L));

Completed in 126 milliseconds