Home
last modified time | relevance | path

Searched refs:FP_LLOGBNAN (Results 1 – 4 of 4) sorted by relevance

/math/
A Dtest-fp-llogb-constants.c30 #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 Dlibm-test-llogb.inc45 /* 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 Dmath.h229 # define FP_LLOGBNAN (-__FP_LONG_MAX - 1) macro
231 # define FP_LLOGBNAN __FP_LONG_MAX macro
A Dw_llogb_template.c38 lr = FP_LLOGBNAN; in M_DECL_FUNC()

Completed in 8 milliseconds