Home
last modified time | relevance | path

Searched refs:isnormal (Results 1 – 12 of 12) sorted by relevance

/glibc-2.36/math/
Dlibm-test-isnormal.inc1 /* 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 …]
Dtest-snan.c107 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); \
Dtest-misc.c903 if (! isnormal (FLT_MIN)) in do_test()
908 if (! isnormal (DBL_MIN)) in do_test()
914 if (! isnormal (LDBL_MIN)) in do_test()
Dmath.h1002 # define isnormal(x) __builtin_isnormal (x) macro
1004 # define isnormal(x) (fpclassify (x) == FP_NORMAL) macro
DMakefile299 islessgreater isnan isnormal issignaling issubnormal \
/glibc-2.36/benchtests/
Dbench-math-inlines.c170 BOOLTEST (isnormal)
209 IMPL (isnormal),
/glibc-2.36/conform/data/
Dmath.h-data9 macro isnormal
/glibc-2.36/manual/
Darith.texi389 @deftypefn {Macro} int isnormal (@emph{float-type} @var{x})
/glibc-2.36/ChangeLog.old/
DChangeLog.129271 fpclassify and isnormal.
DChangeLog.77971 (isnormal_test): Test macro isnormal.
DChangeLog.188654 * 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.
DChangeLog.195812 * math/math.h (fpclassify, isfinite, isnormal, isnan): Use builtin for