Home
last modified time | relevance | path

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

/math/
A Dtest-misc.c155 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 Dmath.h945 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 Dlibm-test-fpclassify.inc36 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 Dlibm-test-support.c595 case FP_SUBNORMAL: in ulp()
1079 if (fpclassify (ulps) != FP_SUBNORMAL) in check_ulp()
A Dtest-math-cxx11.cc42 (void) FP_SUBNORMAL; in do_test()

Completed in 10 milliseconds