Home
last modified time | relevance | path

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

12

/openbsd-src/regress/lib/libc/fpclassify/
H A Dfpclassify.c39 assert(fpclassify((float)0) == FP_ZERO); in main()
40 assert(fpclassify((float)-0.0) == FP_ZERO); in main()
41 assert(fpclassify((float)1) == FP_NORMAL); in main()
42 assert(fpclassify((float)1000) == FP_NORMAL); in main()
44 assert(fpclassify(0x1.2p-150f) == FP_SUBNORMAL); in main()
46 assert(fpclassify(HUGE_VALF) == FP_INFINITE); in main()
47 assert(fpclassify((float)HUGE_VAL) == FP_INFINITE); in main()
48 assert(fpclassify((float)HUGE_VALL) == FP_INFINITE); in main()
49 assert(fpclassify(NAN) == FP_NAN); in main()
51 assert(fpclassify((double)0) == FP_ZERO); in main()
[all …]
H A DMakefile3 PROG= fpclassify
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/
H A Dc99_classification_macros_c++.cc34 void fpclassify() { } in fpclassify() function
69 res = std::fpclassify(f1); in test_c99_classify()
H A Dc99_classification_macros_c.cc35 void fpclassify() { } in fpclassify() function
/openbsd-src/gnu/usr.bin/perl/ext/POSIX/t/
H A Dmath.t59 skip "no fpclassify", 4 unless $Config{d_fpclassify};
60 is(fpclassify(1), FP_NORMAL, "fpclassify 1");
61 is(fpclassify(0), FP_ZERO, "fpclassify 0");
64 is(fpclassify(INFINITY), FP_INFINITE, "fpclassify INFINITY");
68 is(fpclassify(NAN), FP_NAN, "fpclassify NAN");
H A Dexport.t163 fma fmax fmin fpclassify hypot ilogb isfinite isgreater
/openbsd-src/gnu/gcc/fixincludes/tests/base/iso/
H A Dmath_c99.h39 #undef fpclassify
40 #define fpclassify(x) \ macro
/openbsd-src/gnu/llvm/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) { in fpclassify() function
60 __DEVICE__ int fpclassify(double __x) { in fpclassify() function
264 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(int, fpclassify)
392 using ::fpclassify;
H A D__clang_hip_cmath.h54 __DEVICE__ __CONSTEXPR__ int fpclassify(float __x) { in fpclassify() function
58 __DEVICE__ __CONSTEXPR__ int fpclassify(double __x) { in fpclassify() function
505 __HIP_OVERLOAD1(int, fpclassify)
675 using ::fpclassify;
819 return fpclassify(*p);
822 return fpclassify(*p);
/openbsd-src/lib/libc/gdtoa/
H A Dhdtoa.c133 switch (fpclassify(d)) { in __hdtoa()
232 switch (fpclassify(e)) { in __hldtoa()
H A Dldtoa.c78 switch (fpclassify(*ld)) { in __ldtoa()
/openbsd-src/lib/libc/gen/
H A DMakefile.inc11 fdatasync.c fnmatch.c fpclassify.c frexp.c \
40 execv.3 fabs.3 fnmatch.3 fpclassify.3 fpgetmask.3 frexp.3 ftok.3 fts_open.3 \
/openbsd-src/gnu/usr.bin/perl/plan9/
H A Dplan9.c13 int fpclassify(double d) { in fpclassify() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dmath.h60 using std::fpclassify;
/openbsd-src/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dmath.h60 using std::fpclassify;
/openbsd-src/regress/lib/libc/
H A DMakefile10 SUBDIR+= ffs fmemopen fnmatch fpclassify fread
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cmath.h69 #undef fpclassify
/openbsd-src/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cmath.h69 #undef fpclassify
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h698 __capture_fpclassify(_Tp __f) { return fpclassify(__f); } in __capture_fpclassify()
750 #undef fpclassify
767 fpclassify(_Tp __f) { return __capture_fpclassify(__f); } in fpclassify() function
820 using __gnu_cxx::fpclassify;
/openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cmath.h468 __capture_fpclassify(_Tp __f) { return fpclassify(__f); } in _GLIBCXX_BEGIN_NAMESPACE()
522 #undef fpclassify
539 fpclassify(_Tp __f) { return ::__gnu_cxx::__capture_fpclassify(__f); } in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd-src/include/
H A Dmath.h79 #define fpclassify(x) \ macro
/openbsd-src/gnu/llvm/libcxx/include/
H A Dmath.h319 # ifdef fpclassify
320 # undef fpclassify
387 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI int fpclassify(_A1 __x) _NOEXCEPT { in fpclassify() function
392 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI int fpclassify(_A1 __x) _NOEXCEPT { in fpclassify() function
H A Dcmath141 int fpclassify(arithmetic x);
337 using ::fpclassify _LIBCPP_USING_IF_EXISTS;
/openbsd-src/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs204 fmin fpclassify hypot ilogb isfinite isgreater isgreaterequal isinf
218 copysign*l* fpclassify isfinite isinf isnan isnan*l* ilogb*l* signbit scalbn*l*
451 #if defined(HAS_FPCLASSIFY) && defined(fpclassify)
452 # define c99_fpclassify fpclassify
2383 fpclassify(x)
2402 not_here("fpclassify");

12