Searched refs:FP_SUBNORMAL (Results 1 – 5 of 5) sorted by relevance
/math/ |
A D | test-misc.c | 155 if (fpclassify (f) != FP_SUBNORMAL) in do_test() 194 if (fpclassify (f) != FP_SUBNORMAL) in do_test() 421 if (fpclassify (d) != FP_SUBNORMAL) in do_test() 466 if (fpclassify (d) != FP_SUBNORMAL) in do_test() 735 if (fpclassify (v2) != FP_SUBNORMAL) in do_test() 763 if (fpclassify (v2) != FP_SUBNORMAL) in do_test()
|
A D | math.h | 945 FP_SUBNORMAL = enumerator 946 # define FP_SUBNORMAL 3 macro 947 FP_SUBNORMAL, 968 FP_NORMAL, FP_SUBNORMAL, FP_ZERO, x) 1087 # define issubnormal(x) (fpclassify (x) == FP_SUBNORMAL)
|
A D | libm-test-fpclassify.inc | 36 TEST_f_i (fpclassify, min_subnorm_value, FP_SUBNORMAL, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 37 TEST_f_i (fpclassify, -min_subnorm_value, FP_SUBNORMAL, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
|
A D | libm-test-support.c | 595 case FP_SUBNORMAL: in ulp() 1079 if (fpclassify (ulps) != FP_SUBNORMAL) in check_ulp()
|
A D | test-math-cxx11.cc | 42 (void) FP_SUBNORMAL; in do_test()
|
Completed in 10 milliseconds