Searched refs:FP_ILOGB0 (Results 1 – 7 of 7) sorted by relevance
22 #if FP_ILOGB0 >= 026 #if FP_ILOGB0 != INT_MIN && FP_ILOGB0 != -INT_MAX
42 /* ilogb (0.0) == FP_ILOGB0 plus invalid exception */43 TEST_f_i (ilogb, 0.0, FP_ILOGB0, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM),44 TEST_f_i (ilogb, -0.0, FP_ILOGB0, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM),
28 if (FP_ILOGB0 != INT_MIN && FP_ILOGB0 != -INT_MAX) in do_test()
30 if (__glibc_unlikely (r == FP_ILOGB0) in M_DECL_FUNC()35 if (r == FP_ILOGB0) in M_DECL_FUNC()
207 # define FP_ILOGB0 (-2147483647 - 1) macro209 # define FP_ILOGB0 (-2147483647) macro
30 if (__builtin_expect (r == FP_ILOGB0, 0) in M_DECL_FUNC()
38 #if (FP_ILOGB0 == INT_MIN) != (FP_LLOGB0 == LONG_MIN)
Completed in 8 milliseconds