Home
last modified time | relevance | path

Searched refs:fpclassify (Results 1 – 19 of 19) sorted by relevance

/math/
A Dtest-misc.c164 fpclassify (f)); in do_test()
203 fpclassify (f)); in do_test()
430 fpclassify (d)); in do_test()
475 fpclassify (d)); in do_test()
731 fpclassify (v1), v1); in do_test()
738 fpclassify (v2), v2); in do_test()
745 fpclassify (v2), v2); in do_test()
759 fpclassify (v1), v1); in do_test()
766 fpclassify (v2), v2); in do_test()
773 fpclassify (v2), v2); in do_test()
[all …]
A Dlibm-test-fpclassify.inc1 /* Test fpclassify.
23 TEST_f_i (fpclassify, qnan_value, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
24 TEST_f_i (fpclassify, -qnan_value, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
25 TEST_f_i (fpclassify, snan_value, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
26 TEST_f_i (fpclassify, -snan_value, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
29 TEST_f_i (fpclassify, plus_zero, FP_ZERO, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
30 TEST_f_i (fpclassify, minus_zero, FP_ZERO, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
31 TEST_f_i (fpclassify, 1000, FP_NORMAL, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
44 TEST_j_i (fpclassify, pseudo_inf, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
54 ALL_RM_TEST (fpclassify, 1, fpclassify_test_data, RUN_TEST_LOOP_f_i_tg, END);
[all …]
A Dtest-snan.c113 CHECK (#FLOAT " fpclassify (qNaN)", (fpclassify (qNaN_var)==FP_NAN)); \
114 CHECK (#FLOAT " fpclassify (-qNaN)", (fpclassify (-qNaN_var)==FP_NAN)); \
116 SNAN_TESTS (FLOAT) ? fpclassify (sNaN_var) == FP_NAN : 1); \
118 SNAN_TESTS (FLOAT) ? fpclassify (minus_sNaN_var) == FP_NAN : 1); \
A Dmath.h967 # define fpclassify(x) __builtin_fpclassify (FP_NAN, FP_INFINITE, \ macro
970 # define fpclassify(x) __MATH_TG ((x), __fpclassify, (x)) macro
1004 # define isnormal(x) (fpclassify (x) == FP_NORMAL)
1087 # define issubnormal(x) (fpclassify (x) == FP_SUBNORMAL)
1092 # define iszero(x) (fpclassify (x) == FP_ZERO)
A Dlibm-test-support.c584 switch (fpclassify (value)) in ulp()
1079 if (fpclassify (ulps) != FP_SUBNORMAL) in check_ulp()
1086 if (fpclassify (ulps) != FP_NORMAL) in check_ulp()
A Ds_cacos_template.c27 int rcls = fpclassify (__real__ x); in M_DECL_FUNC()
28 int icls = fpclassify (__imag__ x); in M_DECL_FUNC()
A Ds_casinh_template.c26 int rcls = fpclassify (__real__ x); in M_DECL_FUNC()
27 int icls = fpclassify (__imag__ x); in M_DECL_FUNC()
A Ds_cacosh_template.c27 int rcls = fpclassify (__real__ x); in M_DECL_FUNC()
28 int icls = fpclassify (__imag__ x); in M_DECL_FUNC()
A Ds_ccosh_template.c30 int rcls = fpclassify (__real__ x); in M_DECL_FUNC()
31 int icls = fpclassify (__imag__ x); in M_DECL_FUNC()
A Ds_cexp_template.c30 int rcls = fpclassify (__real__ x); in M_DECL_FUNC()
31 int icls = fpclassify (__imag__ x); in M_DECL_FUNC()
A Ds_clog_template.c29 int rcls = fpclassify (__real__ x); in M_DECL_FUNC()
30 int icls = fpclassify (__imag__ x); in M_DECL_FUNC()
A Ds_clog10_template.c35 int rcls = fpclassify (__real__ x); in M_DECL_FUNC()
36 int icls = fpclassify (__imag__ x); in M_DECL_FUNC()
A Ds_csinh_template.c31 int rcls = fpclassify (__real__ x); in M_DECL_FUNC()
32 int icls = fpclassify (__imag__ x); in M_DECL_FUNC()
A Ds_csin_template.c31 int rcls = fpclassify (__real__ x); in M_DECL_FUNC()
32 int icls = fpclassify (__imag__ x); in M_DECL_FUNC()
A Ds_catanh_template.c29 int rcls = fpclassify (__real__ x); in M_DECL_FUNC()
30 int icls = fpclassify (__imag__ x); in M_DECL_FUNC()
A Ds_catan_template.c29 int rcls = fpclassify (__real__ x); in M_DECL_FUNC()
30 int icls = fpclassify (__imag__ x); in M_DECL_FUNC()
A Ds_csqrt_template.c29 int rcls = fpclassify (__real__ x); in M_DECL_FUNC()
30 int icls = fpclassify (__imag__ x); in M_DECL_FUNC()
A DMakefile296 fmod fpclassify frexp fromfp fromfpx getpayload \
/math/bits/
A Dmathcalls-helper-functions.h20 __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify)

Completed in 19 milliseconds