Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h117 __DEVICE__ bool isnormal(double);
118 __DEVICE__ bool isnormal(float);
239 using ::isnormal;
H A D__clang_cuda_cmath.h120 __DEVICE__ bool isnormal(float __x) { return __builtin_isnormal(__x); } in isnormal() function
121 __DEVICE__ bool isnormal(double __x) { return __builtin_isnormal(__x); } in isnormal() function
237 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(bool, isnormal)
364 using ::isnormal;
H A Dopencl-c.h11145 int __ovld __cnfn isnormal(float);
11146 int2 __ovld __cnfn isnormal(float2);
11147 int3 __ovld __cnfn isnormal(float3);
11148 int4 __ovld __cnfn isnormal(float4);
11149 int8 __ovld __cnfn isnormal(float8);
11152 int __ovld __cnfn isnormal(double);
11160 int __ovld __cnfn isnormal(half);
11161 short2 __ovld __cnfn isnormal(half2);
11162 short3 __ovld __cnfn isnormal(half3);
11163 short4 __ovld __cnfn isnormal(half4);
[all …]
/freebsd-12.1/contrib/libstdc++/include/c_compatibility/
H A Dmath.h64 using std::isnormal;
/freebsd-12.1/contrib/libstdc++/include/c_std/
H A 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.1/contrib/libstdc++/include/c/
H A Dstd_cmath.h73 #undef isnormal
/freebsd-12.1/sbin/routed/
H A 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.1/sys/net/
H A 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.1/lib/msun/src/
H A Ds_fmal.c203 if (!isnormal(z)) in fmal()
H A Ds_fma.c215 if (!isnormal(z)) in fma()
H A Dmath.h115 #define isnormal(x) __fp_type_select(x, __isnormalf, __isnormal, __isnormall) macro
/freebsd-12.1/contrib/libc++/include/
H A Dmath.h548 #ifdef isnormal
555 return isnormal(__lcpp_x); in __libcpp_isnormal()
558 #undef isnormal
563 isnormal(_A1 __lcpp_x) _NOEXCEPT in isnormal() function
571 isnormal(_A1 __lcpp_x) _NOEXCEPT in isnormal() function
H A Dcmath147 bool isnormal(arithmetic x);
319 using ::isnormal;
/freebsd-12.1/lib/libc/gen/
H A DMakefile.inc371 fpclassify.3 isnormal.3
/freebsd-12.1/contrib/libc++/include/experimental/
H A 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);
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Dcmath317 using std::isnormal;
/freebsd-12.1/contrib/libstdc++/
H A Dacinclude.m4821 isnormal(0.0);
H A Dconfigure7220 isnormal(0.0);