Home
last modified time | relevance | path

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

/glibc-2.36/math/
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)
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),
Dw_llogb_template.c38 lr = FP_LLOGBNAN; in M_DECL_FUNC()
Dmath.h229 # define FP_LLOGBNAN (-__FP_LONG_MAX - 1) macro
231 # define FP_LLOGBNAN __FP_LONG_MAX macro
/glibc-2.36/sysdeps/powerpc/powerpc64/le/fpu/
Dw_llogb_template.c27 lr = FP_LLOGBNAN; in M_DECL_FUNC()
/glibc-2.36/manual/
Dmath.texi625 @deftypevr Macro {long int} FP_LLOGBNAN
/glibc-2.36/
DNEWS3596 FP_LLOGB0 and FP_LLOGBNAN macros.
/glibc-2.36/ChangeLog.old/
DChangeLog.1813731 [__GLIBC_USE (IEC_60559_BFP_EXT)] (FP_LLOGBNAN): Likewise.
13750 llogbf, llogbl, FP_LLOGB0 and FP_LLOGBNAN.