Searched refs:fpclassify (Results 1 - 25 of 29) sorted by path

12

/openbsd-current/gnu/gcc/fixincludes/tests/base/iso/
H A Dmath_c99.h39 #undef fpclassify macro
40 #define fpclassify(x) \ macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cmath.h69 #undef fpclassify macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dmath.h60 using std::fpclassify;
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cmath.h468 __capture_fpclassify(_Tp __f) { return fpclassify(__f); }
522 #undef fpclassify macro
539 fpclassify(_Tp __f) { return ::__gnu_cxx::__capture_fpclassify(__f); } function
/openbsd-current/gnu/lib/libstdc++/libstdc++/
H A Dconfigure3322 fpclassify(0.0);
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cmath.h69 #undef fpclassify macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dmath.h60 using std::fpclassify;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h698 __capture_fpclassify(_Tp __f) { return fpclassify(__f); }
750 #undef fpclassify macro
767 fpclassify(_Tp __f) { return __capture_fpclassify(__f); } function in namespace:__gnu_cxx
820 using __gnu_cxx::fpclassify;
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/
H A Dc99_classification_macros_c++.cc34 void fpclassify() { } function
69 res = std::fpclassify(f1);
H A Dc99_classification_macros_c.cc35 void fpclassify() { } function
/openbsd-current/include/
H A Dmath.h79 #define fpclassify(x) \ macro
/openbsd-current/lib/libc/gdtoa/
H A Dldtoa.c78 switch (fpclassify(*ld)) {
/openbsd-current/regress/lib/libc/fpclassify/
H A DMakefile3 PROG= fpclassify
H A Dfpclassify.c1 /* $OpenBSD: fpclassify.c,v 1.1 2008/09/07 20:36:10 martynas Exp $ */
27 * $FreeBSD: src/tools/regression/lib/libc/gen/test-fpclassify.c,v 1.3 2003/03/27 05:32:28 das Exp $
39 assert(fpclassify((float)0) == FP_ZERO);
40 assert(fpclassify((float)-0.0) == FP_ZERO);
41 assert(fpclassify((float)1) == FP_NORMAL);
42 assert(fpclassify((float)1000) == FP_NORMAL);
44 assert(fpclassify(0x1.2p-150f) == FP_SUBNORMAL);
46 assert(fpclassify(HUGE_VALF) == FP_INFINITE);
47 assert(fpclassify((float)HUGE_VAL) == FP_INFINITE);
48 assert(fpclassify((floa
[all...]
/openbsd-current/gnu/llvm/clang/lib/Headers/
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_cuda_math_forward_declares.h79 __DEVICE__ int fpclassify(double);
80 __DEVICE__ int fpclassify(float);
225 using ::fpclassify;
H A D__clang_hip_cmath.h52 // The value returned by fpclassify is platform dependent, therefore it is not
54 __DEVICE__ __CONSTEXPR__ int fpclassify(float __x) { function
58 __DEVICE__ __CONSTEXPR__ int fpclassify(double __x) { function
505 __HIP_OVERLOAD1(int, fpclassify)
675 using ::fpclassify;
819 return fpclassify(*p);
822 return fpclassify(*p);
/openbsd-current/gnu/llvm/libcxx/include/
H A Dmath.h138 int fpclassify(arithmetic x);
319 # ifdef fpclassify
320 # undef fpclassify macro
384 // fpclassify
387 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI int fpclassify(_A1 __x) _NOEXCEPT {
392 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI int fpclassify(_A1 __x) _NOEXCEPT {
/openbsd-current/gnu/usr.bin/perl/
H A DConfigure14123 : check for fpclassify
14124 echo "Checking to see if you have fpclassify..." >&4
14127 int main() { return fpclassify(1.0) == FP_NORMAL ? 0 : 1; }
14132 echo "You have fpclassify."
14135 echo "You do not have fpclassify."
H A Dconfigure.com3711 $! Check to see if fpclassify exists
3720 $ WS "if (fpclassify(0.0) == FP_ZERO) exit(0);"
3724 $ tmp = "fpclassify"
H A Dperl.h2797 /* fpclassify(): C99. It is supposed to be a macro that switches on
2802 # define Perl_fp_class(x) fpclassify(x)
2809 /* Some versions of HP-UX (10.20) have (only) fpclassify() but which is
2810 * actually not the C99 fpclassify, with its own set of return defines. */
2811 # define Perl_fp_class(x) fpclassify(x)
2828 * are identical to the C99 fpclassify(). */
8546 * the fpclassify() without some special switches. Perl tries to
/openbsd-current/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
2390 fpclassify(x)
2409 not_here("fpclassify");
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm429 fmax fmin fpclassify hypot ilogb isfinite isgreater isgreaterequal
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t163 fma fmax fmin fpclassify hypot ilogb isfinite isgreater
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");

Completed in 348 milliseconds

12