Home
last modified time | relevance | path

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

/math/
A Dlibm-test-ilogb.inc45 /* ilogb (qNaN) == FP_ILOGBNAN plus invalid exception */
46 TEST_f_i (ilogb, qnan_value, FP_ILOGBNAN, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM),
47 TEST_f_i (ilogb, -qnan_value, FP_ILOGBNAN, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM),
48 TEST_f_i (ilogb, snan_value, FP_ILOGBNAN, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM),
49 TEST_f_i (ilogb, -snan_value, FP_ILOGBNAN, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM),
A Dtest-fp-ilogb-constants.c30 #if FP_ILOGBNAN >= 0 && FP_ILOGBNAN != INT_MAX
34 #if FP_ILOGBNAN < 0 && FP_ILOGBNAN != INT_MIN
A Dtst-definitions.c36 if (FP_ILOGBNAN != INT_MIN && FP_ILOGBNAN != INT_MAX) in do_test()
A Dw_llogb_template.c31 || __glibc_unlikely (r == FP_ILOGBNAN) in M_DECL_FUNC()
37 else if (r == FP_ILOGBNAN) in M_DECL_FUNC()
A Dmath.h212 # define FP_ILOGBNAN (-2147483647 - 1) macro
214 # define FP_ILOGBNAN 2147483647 macro
A Dw_ilogb_template.c31 || __builtin_expect (r == FP_ILOGBNAN, 0) in M_DECL_FUNC()
A Dtest-fp-llogb-constants.c42 #if (FP_ILOGBNAN == INT_MIN) != (FP_LLOGBNAN == LONG_MIN)

Completed in 12 milliseconds