Home
last modified time | relevance | path

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

/math/
A Dtest-fp-llogb-constants.c22 #if FP_LLOGB0 >= 0
26 #if FP_LLOGB0 != LONG_MIN && FP_LLOGB0 != -LONG_MAX
38 #if (FP_ILOGB0 == INT_MIN) != (FP_LLOGB0 == LONG_MIN)
A Dlibm-test-llogb.inc42 /* llogb (0.0) == FP_LLOGB0 plus invalid exception */
43 TEST_f_l (llogb, 0.0, FP_LLOGB0, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM),
44 TEST_f_l (llogb, -0.0, FP_LLOGB0, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM),
A Dmath.h224 # define FP_LLOGB0 (-__FP_LONG_MAX - 1) macro
226 # define FP_LLOGB0 (-__FP_LONG_MAX) macro
A Dw_llogb_template.c36 lr = FP_LLOGB0; in M_DECL_FUNC()

Completed in 6 milliseconds