Searched refs:FP_LLOGBNAN (Results 1 – 4 of 4) sorted by relevance
/math/ |
A D | test-fp-llogb-constants.c | 30 #if FP_LLOGBNAN >= 0 && FP_LLOGBNAN != LONG_MAX 34 #if FP_LLOGBNAN < 0 && FP_LLOGBNAN != LONG_MIN 42 #if (FP_ILOGBNAN == INT_MIN) != (FP_LLOGBNAN == LONG_MIN)
|
A D | libm-test-llogb.inc | 45 /* llogb (qNaN) == FP_LLOGBNAN plus invalid exception */ 46 TEST_f_l (llogb, qnan_value, FP_LLOGBNAN, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM), 47 TEST_f_l (llogb, -qnan_value, FP_LLOGBNAN, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM), 48 TEST_f_l (llogb, snan_value, FP_LLOGBNAN, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM), 49 TEST_f_l (llogb, -snan_value, FP_LLOGBNAN, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM),
|
A D | math.h | 229 # define FP_LLOGBNAN (-__FP_LONG_MAX - 1) macro 231 # define FP_LLOGBNAN __FP_LONG_MAX macro
|
A D | w_llogb_template.c | 38 lr = FP_LLOGBNAN; in M_DECL_FUNC()
|
Completed in 8 milliseconds