Searched refs:FP_ILOGB0 (Results 1 – 6 of 6) sorted by relevance
32 return FP_ILOGB0; in ilogbf()
36 return FP_ILOGB0; in ilogb()
32 return (FP_ILOGB0); in ilogbl()
112 MACRO(FP_ILOGB0); in math_h()
56 #define FP_ILOGB0 (-INT_MAX) macro
1105 ASSERT_EQ(FP_ILOGB0, ilogb(0.0)); in TEST()1114 ASSERT_EQ(FP_ILOGB0, ilogbf(0.0f)); in TEST()1123 ASSERT_EQ(FP_ILOGB0, ilogbl(0.0L)); in TEST()