Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/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;
Dopencl-c.h10777 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/
Dmath.h64 using std::isnormal;
/freebsd-12-stable/contrib/libstdc++/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
/freebsd-12-stable/contrib/libstdc++/include/c/
Dstd_cmath.h73 #undef isnormal
/freebsd-12-stable/sbin/routed/
Dradix.c421 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/
Dradix.c498 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/
Ds_fma.c222 if (!isnormal(z)) in fma()
Ds_fmal.c203 if (!isnormal(z)) in fmal()
Dmath.h105 #define isnormal(x) __fp_type_select(x, __isnormalf, __isnormal, __isnormall) macro
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dmath.h569 #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
Dcmath146 bool isnormal(arithmetic x);
326 using ::isnormal _LIBCPP_USING_IF_EXISTS;
Dnumeric149 #include <cmath> // for isnormal
/freebsd-12-stable/lib/libc/gen/
DMakefile.inc375 fpclassify.3 isnormal.3
/freebsd-12-stable/contrib/llvm-project/libcxx/include/experimental/
Dsimd560 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/
Dcmath317 using std::isnormal;
/freebsd-12-stable/contrib/libstdc++/
Dacinclude.m4821 isnormal(0.0);
Dconfigure7220 isnormal(0.0);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DOpenCLBuiltins.td742 foreach name = ["isfinite", "isinf", "isnan", "isnormal", "signbit"] in {