Searched refs:FP_ILOGBNAN (Results 1 – 7 of 7) sorted by relevance
/math/ |
A D | libm-test-ilogb.inc | 45 /* 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 D | test-fp-ilogb-constants.c | 30 #if FP_ILOGBNAN >= 0 && FP_ILOGBNAN != INT_MAX 34 #if FP_ILOGBNAN < 0 && FP_ILOGBNAN != INT_MIN
|
A D | tst-definitions.c | 36 if (FP_ILOGBNAN != INT_MIN && FP_ILOGBNAN != INT_MAX) in do_test()
|
A D | w_llogb_template.c | 31 || __glibc_unlikely (r == FP_ILOGBNAN) in M_DECL_FUNC() 37 else if (r == FP_ILOGBNAN) in M_DECL_FUNC()
|
A D | math.h | 212 # define FP_ILOGBNAN (-2147483647 - 1) macro 214 # define FP_ILOGBNAN 2147483647 macro
|
A D | w_ilogb_template.c | 31 || __builtin_expect (r == FP_ILOGBNAN, 0) in M_DECL_FUNC()
|
A D | test-fp-llogb-constants.c | 42 #if (FP_ILOGBNAN == INT_MIN) != (FP_LLOGBNAN == LONG_MIN)
|
Completed in 12 milliseconds