| /openbsd/src/gnu/gcc/fixincludes/tests/base/iso/ |
| D | math_c99.h | 46 : isnormal(__x_fp) \ 74 #undef isnormal 75 #define isnormal(x) \ macro
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/ |
| D | c99_classification_macros_c++.cc | 42 void isnormal() { } in isnormal() function 73 res = std::isnormal(f1); in test_c99_classify()
|
| D | c99_classification_macros_c.cc | 43 void isnormal() { } in isnormal() function
|
| /openbsd/src/gnu/llvm/clang/lib/Headers/ |
| D | __clang_cuda_math_forward_declares.h | 112 __DEVICE__ bool isnormal(double); 113 __DEVICE__ bool isnormal(float); 237 using ::isnormal;
|
| D | __clang_cuda_cmath.h | 147 __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.h | 137 __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/ |
| D | math.h | 64 using std::isnormal;
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_compatibility/ |
| D | math.h | 64 using std::isnormal;
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/c/ |
| D | std_cmath.h | 73 #undef isnormal
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c/ |
| D | std_cmath.h | 73 #undef isnormal
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
| D | std_cmath.h | 714 __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/ |
| D | std_cmath.h | 484 __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/ |
| D | radix.c | 423 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/ |
| D | s_fma.c | 124 if (!isnormal(z)) in fma()
|
| D | s_fmal.c | 119 if (!isnormal(z)) in fmal()
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5021004 | 37 isnormal # Z added by devel/scanprov
|
| /openbsd/src/lib/libc/gen/ |
| D | Makefile.inc | 17 isnan.c isnormal.c signbit.c lockf.c login_cap.c nice.c \
|
| /openbsd/src/include/ |
| D | math.h | 91 #define isnormal(x) \ macro
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | math.h | 339 # 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
|
| D | numeric | 149 #include <cmath> // for isnormal
|
| D | cmath | 146 bool isnormal(arithmetic x); 341 using ::isnormal _LIBCPP_USING_IF_EXISTS;
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/ |
| D | export.t | 165 isnormal isunordered j0 j1 jn lgamma log1p log2 logb lrint lround nan
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/ |
| D | POSIX.xs | 458 #ifdef isnormal 459 # define c99_isnormal isnormal 2390 isnormal = 5
|
| /openbsd/src/gnu/llvm/libcxx/include/experimental/ |
| D | simd | 561 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/ |
| D | UsingLibcxx.rst | 470 * ``isnormal``
|