Searched refs:FP_LLOGBNAN (Results 1 – 8 of 8) sorted by relevance
/glibc-2.36/math/ |
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)
|
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),
|
D | w_llogb_template.c | 38 lr = FP_LLOGBNAN; in M_DECL_FUNC()
|
D | math.h | 229 # define FP_LLOGBNAN (-__FP_LONG_MAX - 1) macro 231 # define FP_LLOGBNAN __FP_LONG_MAX macro
|
/glibc-2.36/sysdeps/powerpc/powerpc64/le/fpu/ |
D | w_llogb_template.c | 27 lr = FP_LLOGBNAN; in M_DECL_FUNC()
|
/glibc-2.36/manual/ |
D | math.texi | 625 @deftypevr Macro {long int} FP_LLOGBNAN
|
/glibc-2.36/ |
D | NEWS | 3596 FP_LLOGB0 and FP_LLOGBNAN macros.
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 13731 [__GLIBC_USE (IEC_60559_BFP_EXT)] (FP_LLOGBNAN): Likewise. 13750 llogbf, llogbl, FP_LLOGB0 and FP_LLOGBNAN.
|