Searched refs:FP_NORMAL (Results 1 – 5 of 5) sorted by relevance
/math/ |
A D | test-misc.c | 149 if (fpclassify (f) != FP_NORMAL) in do_test() 161 if (fpclassify (f) != FP_NORMAL) in do_test() 188 if (fpclassify (f) != FP_NORMAL) in do_test() 200 if (fpclassify (f) != FP_NORMAL) in do_test() 227 if (fpclassify (f) != FP_NORMAL) in do_test() 240 if (fpclassify (f) != FP_NORMAL) in do_test() 415 if (fpclassify (d) != FP_NORMAL) in do_test() 427 if (fpclassify (d) != FP_NORMAL) in do_test() 460 if (fpclassify (d) != FP_NORMAL) in do_test() 472 if (fpclassify (d) != FP_NORMAL) in do_test() [all …]
|
A D | libm-test-fpclassify.inc | 31 TEST_f_i (fpclassify, 1000, FP_NORMAL, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 32 TEST_f_i (fpclassify, max_value, FP_NORMAL, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 33 TEST_f_i (fpclassify, -max_value, FP_NORMAL, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 34 TEST_f_i (fpclassify, min_value, FP_NORMAL, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 35 TEST_f_i (fpclassify, -min_value, FP_NORMAL, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
|
A D | math.h | 948 FP_NORMAL = enumerator 949 # define FP_NORMAL 4 macro 950 FP_NORMAL 968 FP_NORMAL, FP_SUBNORMAL, FP_ZERO, x) 1004 # define isnormal(x) (fpclassify (x) == FP_NORMAL)
|
A D | libm-test-support.c | 600 case FP_NORMAL: in ulp() 1086 if (fpclassify (ulps) != FP_NORMAL) in check_ulp()
|
A D | test-math-cxx11.cc | 41 (void) FP_NORMAL; in do_test()
|
Completed in 13 milliseconds