Home
last modified time | relevance | path

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

/math/
A 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),
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),
32 TEST_f_b (isnormal, plus_infty, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
34 TEST_f_b (isnormal, qnan_value, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
[all …]
A 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); \
A 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()
A Dmath.h1002 # define isnormal(x) __builtin_isnormal (x) macro
1004 # define isnormal(x) (fpclassify (x) == FP_NORMAL) macro
A DMakefile299 islessgreater isnan isnormal issignaling issubnormal \

Completed in 10 milliseconds