Searched refs:fpclassify (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/tests/lib/libm/
H A Dt_infinity.c53 ATF_REQUIRE(fpclassify(v) == FP_INFINITE);
58 ATF_REQUIRE(fpclassify(v) == FP_INFINITE);
75 ATF_REQUIRE(fpclassify(v) == FP_INFINITE);
80 ATF_REQUIRE(fpclassify(v) == FP_INFINITE);
97 ATF_REQUIRE(fpclassify(v) == FP_INFINITE);
102 ATF_REQUIRE(fpclassify(v) == FP_INFINITE);
/netbsd-current/tests/lib/libc/gen/
H A Dt_fpclassify.c49 ATF_CHECK_EQ_MSG(fpclassify(d0), FP_NORMAL,
50 "fpclassify(%a)=%d FP_NORMAL=%d",
51 d0, fpclassify(d0), FP_NORMAL);
67 ATF_CHECK_EQ_MSG(fpclassify(d1), FP_SUBNORMAL,
68 "[%d] fpclassify(%a)=%d FP_SUBNORMAL=%d",
69 i, d1, fpclassify(d1), FP_SUBNORMAL);
100 ATF_CHECK_EQ_MSG(fpclassify(d1), FP_ZERO,
101 "fpclassify(%a)=%d FP_ZERO=%d",
102 d1, fpclassify(d1), FP_ZERO);
127 ATF_CHECK_EQ_MSG(fpclassify(d
[all...]
/netbsd-current/lib/libm/src/
H A Ds_roundf.c43 i = fpclassify(x);
H A Ds_round.c48 i = fpclassify(x);
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h46 #undef fpclassify macro
47 #define fpclassify(x) \ macro
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h46 #undef fpclassify macro
47 #define fpclassify(x) \ macro
/netbsd-current/lib/libc/gdtoa/
H A Dldtoa.c78 switch (fpclassify(u.extu_ld)) {
H A Dhdtoa.c165 switch (fpclassify(d)) {
274 switch (fpclassify(e)) {
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dmath.h128 #define fpclassify(x) \ macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h79 __DEVICE__ int fpclassify(double);
80 __DEVICE__ int fpclassify(float);
225 using ::fpclassify;
H A D__clang_cuda_cmath.h56 __DEVICE__ int fpclassify(float __x) { function
60 __DEVICE__ int fpclassify(double __x) { function
264 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(int, fpclassify)
392 using ::fpclassify;
H A D__clang_hip_cmath.h40 // The value returned by fpclassify is platform dependent, therefore it is not
42 __DEVICE__ int fpclassify(float __x) { function
46 __DEVICE__ int fpclassify(double __x) { function
449 __HIP_OVERLOAD1(int, fpclassify)
615 using ::fpclassify;
757 return fpclassify(*p);
760 return fpclassify(*p);
/netbsd-current/include/
H A Dmath.h294 /* 7.12.3.1 int fpclassify(real-floating x) */
295 #define fpclassify(__x) __fpmacro_unary_floating(fpclassify, __x) macro
301 #define isnormal(__x) (fpclassify(__x) == FP_NORMAL)
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h138 int fpclassify(arithmetic x);
378 // fpclassify
380 #ifdef fpclassify
391 return fpclassify(__lcpp_x);
395 #undef fpclassify macro
400 fpclassify(_A1 __lcpp_x) _NOEXCEPT
408 fpclassify(_A1 __lcpp_x) _NOEXCEPT
416 fpclassify(_A1 __lcpp_x) _NOEXCEPT
418 return ::fpclassify(static_cast<typename std::__promote<_A1>::type>(__lcpp_x));
424 fpclassify(_A
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dmath.h63 using std::fpclassify;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dmath.h63 using std::fpclassify;
/netbsd-current/lib/libc/gen/
H A DMakefile.inc61 fmtcheck.3 fmtmsg.3 fnmatch.3 fpclassify.3 fpgetmask.3 \
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_scalar.h524 { return {std::fpclassify(__x)}; }
H A Dsimd_fixed_size.h1650 _GLIBCXX_SIMD_APPLY_ON_TUPLE(int, fpclassify)
/netbsd-current/external/gpl3/gdb.old/dist/sim/aarch64/
H A Dsimulator.c8287 switch (fpclassify (F)) \
/netbsd-current/external/gpl3/gdb/dist/sim/aarch64/
H A Dsimulator.c8275 switch (fpclassify (F)) \
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfigure17171 i = fpclassify(d1);
17207 i = fpclassify(d1);
17852 i = fpclassify(d1);
17888 i = fpclassify(d1);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure17301 i = fpclassify(d1);
17337 i = fpclassify(d1);
17977 i = fpclassify(d1);
18013 i = fpclassify(d1);
[all...]

Completed in 509 milliseconds