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

12

/openbsd-current/regress/lib/libc/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...]
H A DMakefile3 PROG= fpclassify
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/
H A Dc99_classification_macros_c.cc35 void fpclassify() { } function
H A Dc99_classification_macros_c++.cc34 void fpclassify() { } function
69 res = std::fpclassify(f1);
/openbsd-current/gnu/gcc/fixincludes/tests/base/iso/
H A Dmath_c99.h39 #undef fpclassify macro
40 #define fpclassify(x) \ macro
/openbsd-current/regress/lib/libc/
H A DMakefile9 SUBDIR+= ffs fmemopen fnmatch fpclassify fread
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dmath.h60 using std::fpclassify;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dmath.h60 using std::fpclassify;
/openbsd-current/lib/libc/gdtoa/
H A Dldtoa.c78 switch (fpclassify(*ld)) {
H A Dhdtoa.c133 switch (fpclassify(d)) {
232 switch (fpclassify(e)) {
/openbsd-current/gnu/usr.bin/perl/plan9/
H A Dplan9.c8 /** Function fpclassify(double) is required by sv.c, which was refactored in perl-5.24 era and uses other libraries to classify floating points. **/
13 int fpclassify(double d) { function
/openbsd-current/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-current/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cmath.h69 #undef fpclassify macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cmath.h69 #undef fpclassify macro
/openbsd-current/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) { 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.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/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-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++/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/include/
H A Dmath.h79 #define fpclassify(x) \ macro
/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/ext/POSIX/lib/
H A DPOSIX.pm429 fmax fmin fpclassify hypot ilogb isfinite isgreater isgreaterequal
/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");

Completed in 308 milliseconds

12