Home
last modified time | relevance | path

Searched refs:isnormal (Results 1 – 25 of 43) sorted by relevance

12

/openbsd/src/gnu/gcc/fixincludes/tests/base/iso/
Dmath_c99.h46 : isnormal(__x_fp) \
74 #undef isnormal
75 #define isnormal(x) \ macro
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/
Dc99_classification_macros_c++.cc42 void isnormal() { } in isnormal() function
73 res = std::isnormal(f1); in test_c99_classify()
Dc99_classification_macros_c.cc43 void isnormal() { } in isnormal() function
/openbsd/src/gnu/llvm/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h112 __DEVICE__ bool isnormal(double);
113 __DEVICE__ bool isnormal(float);
237 using ::isnormal;
D__clang_cuda_cmath.h147 __DEVICE__ bool isnormal(float __x) { return __builtin_isnormal(__x); } in isnormal() function
148 __DEVICE__ bool isnormal(double __x) { return __builtin_isnormal(__x); } in isnormal() function
275 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(bool, isnormal)
402 using ::isnormal;
D__clang_hip_cmath.h137 __DEVICE__ __CONSTEXPR__ bool isnormal(float __x) { in isnormal() function
140 __DEVICE__ __CONSTEXPR__ bool isnormal(double __x) { in isnormal() function
517 __HIP_OVERLOAD1(bool, isnormal)
685 using ::isnormal;
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_compatibility/
Dmath.h64 using std::isnormal;
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
Dmath.h64 using std::isnormal;
/openbsd/src/gnu/gcc/libstdc++-v3/include/c/
Dstd_cmath.h73 #undef isnormal
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c/
Dstd_cmath.h73 #undef isnormal
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/
Dstd_cmath.h714 __capture_isnormal(_Tp __f) { return isnormal(__f); } in __capture_isnormal()
754 #undef isnormal
783 isnormal(_Tp __f) { return __capture_isnormal(__f); } in isnormal() function
824 using __gnu_cxx::isnormal;
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/
Dstd_cmath.h484 __capture_isnormal(_Tp __f) { return isnormal(__f); } in __capture_isnormal()
526 #undef isnormal
555 isnormal(_Tp __f) { return ::__gnu_cxx::__capture_isnormal(__f); } in isnormal() function
/openbsd/src/sys/net/
Dradix.c423 int maskduplicated, m0, isnormal; in rn_addmask() local
467 isnormal = 1; in rn_addmask()
477 isnormal = 0; in rn_addmask()
481 if (isnormal) in rn_addmask()
/openbsd/src/lib/libm/src/
Ds_fma.c124 if (!isnormal(z)) in fma()
Ds_fmal.c119 if (!isnormal(z)) in fmal()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D502100437 isnormal # Z added by devel/scanprov
/openbsd/src/lib/libc/gen/
DMakefile.inc17 isnan.c isnormal.c signbit.c lockf.c login_cap.c nice.c \
/openbsd/src/include/
Dmath.h91 #define isnormal(x) \ macro
/openbsd/src/gnu/llvm/libcxx/include/
Dmath.h339 # ifdef isnormal
340 # undef isnormal
471 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnormal(_A1 __x) _N… in isnormal() function
476 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnormal(_A1 __x) _N… in isnormal() function
Dnumeric149 #include <cmath> // for isnormal
Dcmath146 bool isnormal(arithmetic x);
341 using ::isnormal _LIBCPP_USING_IF_EXISTS;
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Dexport.t165 isnormal isunordered j0 j1 jn lgamma log1p log2 logb lrint lround nan
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/
DPOSIX.xs458 #ifdef isnormal
459 # define c99_isnormal isnormal
2390 isnormal = 5
/openbsd/src/gnu/llvm/libcxx/include/experimental/
Dsimd561 template <class Abi> simd_mask<float, Abi> isnormal(floatv<Abi> x);
562 template <class Abi> simd_mask<double, Abi> isnormal(doublev<Abi> x);
563 template <class Abi> simd_mask<long double, Abi> isnormal(ldoublev<Abi> x);
/openbsd/src/gnu/llvm/libcxx/docs/
DUsingLibcxx.rst470 * ``isnormal``

12