HomeSort by: relevance | last modified time | path
    Searched refs:fpclassify (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/tests/lib/libm/
t_infinity.c 53 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);
  /src/lib/libm/src/
s_roundf.c 43 i = fpclassify(x);
s_round.c 48 i = fpclassify(x);
  /src/tests/lib/libc/gen/
t_fpclassify.c 234 * to raise exceptions like isnan(3) or fpclassify(3), if the generated
270 # define issubnormal(x) (fpclassify(x) == FP_SUBNORMAL)
274 # define iszero(x) (fpclassify(x) == FP_ZERO)
347 ATF_CHECK_EQ_MSG(fpclassify(d0), FP_NORMAL,
348 "fpclassify(%a)=%d FP_NORMAL=%d",
349 d0, fpclassify(d0), FP_NORMAL);
389 ATF_CHECK_EQ_MSG(fpclassify(d1), FP_SUBNORMAL,
390 "[%d] fpclassify(%a)=%d FP_SUBNORMAL=%d",
391 i, d1, fpclassify(d1), FP_SUBNORMAL);
444 ATF_CHECK_EQ_MSG(fpclassify(d1), FP_ZERO
    [all...]
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
math_c99.h 46 #undef fpclassify macro
47 #define fpclassify(x) \ macro
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
math_c99.h 46 #undef fpclassify macro
47 #define fpclassify(x) \ macro
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 226 //int fpclassify(real-floating x);
227 pure int fpclassify(float x);
228 pure int fpclassify(double x);
229 pure int fpclassify(real x);
325 //int fpclassify(real-floating x);
327 pragma(mangle, "__fpclassify_f") pure int fpclassify(float x);
329 pragma(mangle, "__fpclassify_d") pure int fpclassify(double x);
332 pure int fpclassify(real x);
338 pure int isfinite(float x) { return fpclassify(x) >= FP_NORMAL; }
340 pure int isfinite(double x) { return fpclassify(x) >= FP_NORMAL;
    [all...]
  /src/lib/libc/gdtoa/
ldtoa.c 78 switch (fpclassify(u.extu_ld)) {
hdtoa.c 165 switch (fpclassify(d)) {
274 switch (fpclassify(e)) {
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
math.h 129 #define fpclassify(x) \ macro
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
math.h 129 #define fpclassify(x) \ macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_math_forward_declares.h 79 __DEVICE__ int fpclassify(double);
80 __DEVICE__ int fpclassify(float);
225 using ::fpclassify;
__clang_cuda_cmath.h 56 __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;
__clang_hip_cmath.h 40 // 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);
  /src/include/
math.h 307 /* 7.12.3.1 int fpclassify(real-floating x) */
308 #define fpclassify(__x) __fpmacro_unary_floating(fpclassify, __x) macro
314 #define isnormal(__x) (fpclassify(__x) == FP_NORMAL)
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 138 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(_A1 __lcpp_x) _NOEXCEP
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
math.h 63 using std::fpclassify;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
math.h 63 using std::fpclassify;
  /src/lib/libc/gen/
Makefile.inc 64 fmtcheck.3 fmtmsg.3 fnmatch.3 fpclassify.3 fpgetmask.3 \
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_scalar.h 577 { return {std::fpclassify(__x)}; }
simd_fixed_size.h 1630 _GLIBCXX_SIMD_APPLY_ON_TUPLE(int, fpclassify)
simd_sve.h 1286 __r._M_set(__i, std::fpclassify(__x[__i]));
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_scalar.h 577 { return {std::fpclassify(__x)}; }
simd_fixed_size.h 1630 _GLIBCXX_SIMD_APPLY_ON_TUPLE(int, fpclassify)
  /src/external/gpl3/gcc/dist/fixincludes/
inclhack.def 4183 * Solaris math fpclassify
4194 c_fix_arg = "^#define[ \t]+fpclassify\\(x\\)[ \t]+__builtin_fpclassify\\(x\\)";
4197 "#undef fpclassify\n"
4198 "#define fpclassify(x) __builtin_fpclassify(x)";
5388 #define fpclassify(x) \

Completed in 78 milliseconds

1 2