| /freebsd-12-stable/contrib/llvm-project/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;
|
| D | opencl-c.h | 10777 int __ovld __cnfn isnormal(float); 10778 int2 __ovld __cnfn isnormal(float2); 10779 int3 __ovld __cnfn isnormal(float3); 10780 int4 __ovld __cnfn isnormal(float4); 10781 int8 __ovld __cnfn isnormal(float8); 10782 int16 __ovld __cnfn isnormal(float16); 10784 int __ovld __cnfn isnormal(double); 10785 long2 __ovld __cnfn isnormal(double2); 10786 long3 __ovld __cnfn isnormal(double3); 10787 long4 __ovld __cnfn isnormal(double4); [all …]
|
| /freebsd-12-stable/contrib/libstdc++/include/c_compatibility/ |
| D | math.h | 64 using std::isnormal;
|
| /freebsd-12-stable/contrib/libstdc++/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
|
| /freebsd-12-stable/contrib/libstdc++/include/c/ |
| D | std_cmath.h | 73 #undef isnormal
|
| /freebsd-12-stable/sbin/routed/ |
| D | radix.c | 421 int maskduplicated, m0, isnormal; in rn_addmask() local 469 cplim = netmask + mlen; isnormal = 1; in rn_addmask() 476 isnormal = 0; in rn_addmask() 480 if (isnormal) in rn_addmask()
|
| /freebsd-12-stable/sys/net/ |
| D | radix.c | 498 int maskduplicated, isnormal; in rn_addmask() local 547 isnormal = 1; in rn_addmask() 554 isnormal = 0; in rn_addmask() 558 if (isnormal) in rn_addmask()
|
| /freebsd-12-stable/lib/msun/src/ |
| D | s_fma.c | 222 if (!isnormal(z)) in fma()
|
| D | s_fmal.c | 203 if (!isnormal(z)) in fmal()
|
| D | math.h | 105 #define isnormal(x) __fp_type_select(x, __isnormalf, __isnormal, __isnormall) macro
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | math.h | 569 #ifdef isnormal 579 return isnormal(__lcpp_x); in __libcpp_isnormal() 583 #undef isnormal 588 isnormal(_A1 __lcpp_x) _NOEXCEPT in isnormal() function 596 isnormal(_A1 __lcpp_x) _NOEXCEPT in isnormal() function
|
| D | cmath | 146 bool isnormal(arithmetic x); 326 using ::isnormal _LIBCPP_USING_IF_EXISTS;
|
| D | numeric | 149 #include <cmath> // for isnormal
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | Makefile.inc | 375 fpclassify.3 isnormal.3
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/experimental/ |
| D | simd | 560 template <class Abi> simd_mask<float, Abi> isnormal(floatv<Abi> x); 561 template <class Abi> simd_mask<double, Abi> isnormal(doublev<Abi> x); 562 template <class Abi> simd_mask<long double, Abi> isnormal(ldoublev<Abi> x);
|
| /freebsd-12-stable/contrib/libstdc++/include/tr1/ |
| D | cmath | 317 using std::isnormal;
|
| /freebsd-12-stable/contrib/libstdc++/ |
| D | acinclude.m4 | 821 isnormal(0.0);
|
| D | configure | 7220 isnormal(0.0);
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | OpenCLBuiltins.td | 742 foreach name = ["isfinite", "isinf", "isnan", "isnormal", "signbit"] in {
|