Searched refs:isnormal (Results 1 – 5 of 5) sorted by relevance
/math/ |
A 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), 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 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); \
|
A 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()
|
A D | math.h | 1002 # define isnormal(x) __builtin_isnormal (x) macro 1004 # define isnormal(x) (fpclassify (x) == FP_NORMAL) macro
|
A D | Makefile | 299 islessgreater isnan isnormal issignaling issubnormal \
|
Completed in 10 milliseconds