Home
last modified time | relevance | path

Searched refs:FP_ILOGB0 (Results 1 – 7 of 7) sorted by relevance

/math/
A Dtest-fp-ilogb-constants.c22 #if FP_ILOGB0 >= 0
26 #if FP_ILOGB0 != INT_MIN && FP_ILOGB0 != -INT_MAX
A Dlibm-test-ilogb.inc42 /* 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),
A Dtst-definitions.c28 if (FP_ILOGB0 != INT_MIN && FP_ILOGB0 != -INT_MAX) in do_test()
A Dw_llogb_template.c30 if (__glibc_unlikely (r == FP_ILOGB0) in M_DECL_FUNC()
35 if (r == FP_ILOGB0) in M_DECL_FUNC()
A Dmath.h207 # define FP_ILOGB0 (-2147483647 - 1) macro
209 # define FP_ILOGB0 (-2147483647) macro
A Dw_ilogb_template.c30 if (__builtin_expect (r == FP_ILOGB0, 0) in M_DECL_FUNC()
A Dtest-fp-llogb-constants.c38 #if (FP_ILOGB0 == INT_MIN) != (FP_LLOGB0 == LONG_MIN)

Completed in 8 milliseconds