Searched refs:isnormal (Results 1 – 12 of 12) sorted by relevance
/glibc-2.36/math/ |
D | libm-test-isnormal.inc | 1 /* Test isnormal. 23 TEST_f_b (isnormal, 0, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 24 TEST_f_b (isnormal, minus_zero, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 25 TEST_f_b (isnormal, 10, 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 26 TEST_f_b (isnormal, min_subnorm_value, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 27 TEST_f_b (isnormal, -min_subnorm_value, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 28 TEST_f_b (isnormal, min_value, 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 29 TEST_f_b (isnormal, -min_value, 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 30 TEST_f_b (isnormal, max_value, 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 31 TEST_f_b (isnormal, -max_value, 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), [all …]
|
D | test-snan.c | 107 CHECK (#FLOAT " isnormal (qNaN)", !isnormal (qNaN_var)); \ 108 CHECK (#FLOAT " isnormal (-qNaN)", !isnormal (-qNaN_var)); \ 110 SNAN_TESTS (FLOAT) ? !isnormal (sNaN_var) : 1); \ 112 SNAN_TESTS (FLOAT) ? !isnormal (minus_sNaN_var) : 1); \
|
D | test-misc.c | 903 if (! isnormal (FLT_MIN)) in do_test() 908 if (! isnormal (DBL_MIN)) in do_test() 914 if (! isnormal (LDBL_MIN)) in do_test()
|
D | math.h | 1002 # define isnormal(x) __builtin_isnormal (x) macro 1004 # define isnormal(x) (fpclassify (x) == FP_NORMAL) macro
|
D | Makefile | 299 islessgreater isnan isnormal issignaling issubnormal \
|
/glibc-2.36/benchtests/ |
D | bench-math-inlines.c | 170 BOOLTEST (isnormal) 209 IMPL (isnormal),
|
/glibc-2.36/conform/data/ |
D | math.h-data | 9 macro isnormal
|
/glibc-2.36/manual/ |
D | arith.texi | 389 @deftypefn {Macro} int isnormal (@emph{float-type} @var{x})
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.12 | 9271 fpclassify and isnormal.
|
D | ChangeLog.7 | 7971 (isnormal_test): Test macro isnormal.
|
D | ChangeLog.18 | 8654 * math/libm-test-isnormal.inc: Include libm-test-driver.c. 9960 * math/libm-test-isnormal.inc: Likewise. 31345 (isfinite): Use__builtin_isfinite. (isnormal): Use 84116 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
|
D | ChangeLog.19 | 5812 * math/math.h (fpclassify, isfinite, isnormal, isnan): Use builtin for
|