Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDmath.h330 # ifdef isnormal
331 # undef isnormal
427 using std::__math::isnormal;
HDcmath146 bool isnormal(arithmetic x);
352 using ::isnormal _LIBCPP_USING_IF_EXISTS;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
HD__clang_cuda_math_forward_declares.h112 __DEVICE__ bool isnormal(double);
113 __DEVICE__ bool isnormal(float);
237 using ::isnormal;
HD__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;
HD__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;
HDopencl-c.h10773 int __ovld __cnfn isnormal(float);
10774 int2 __ovld __cnfn isnormal(float2);
10775 int3 __ovld __cnfn isnormal(float3);
10776 int4 __ovld __cnfn isnormal(float4);
10777 int8 __ovld __cnfn isnormal(float8);
10778 int16 __ovld __cnfn isnormal(float16);
10780 int __ovld __cnfn isnormal(double);
10781 long2 __ovld __cnfn isnormal(double2);
10782 long3 __ovld __cnfn isnormal(double3);
10783 long4 __ovld __cnfn isnormal(double4);
[all …]
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__math/
HDtraits.h127 _LIBCPP_NODISCARD _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnormal(_A1 __x) _NOEXC… in isnormal() function
132 _LIBCPP_NODISCARD _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnormal(_A1 __x) _NOEXC… in isnormal() function
/freebsd-13-stable/sbin/routed/
HDradix.c409 int maskduplicated, m0, isnormal; in rn_addmask() local
457 cplim = netmask + mlen; isnormal = 1; in rn_addmask()
464 isnormal = 0; in rn_addmask()
468 if (isnormal) in rn_addmask()
/freebsd-13-stable/sys/net/
HDradix.c507 int maskduplicated, isnormal; in rn_addmask() local
556 isnormal = 1; in rn_addmask()
563 isnormal = 0; in rn_addmask()
567 if (isnormal) in rn_addmask()
/freebsd-13-stable/lib/msun/src/
HDs_fma.c220 if (!isnormal(z)) in fma()
HDs_fmal.c201 if (!isnormal(z)) in fmal()
HDmath.h104 #define isnormal(x) __fp_type_select(x, __isnormalf, __isnormal, __isnormall) macro
/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std.compat/
HDcmath.inc263 using ::isnormal _LIBCPP_USING_IF_EXISTS;
/freebsd-13-stable/lib/libc/gen/
HDMakefile.inc385 fpclassify.3 isnormal.3
/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/
HDcmath.inc261 using std::isnormal _LIBCPP_USING_IF_EXISTS;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDCSymbolMap.inc557 SYMBOL(isnormal, None, <math.h>)
HDStdSymbolMap.inc1829 SYMBOL(isnormal, std::, <cmath>)
1830 SYMBOL(isnormal, None, <cmath>)
1831 SYMBOL(isnormal, None, <math.h>)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVBuiltins.td559 defm : DemangledNativeBuiltin<"isnormal", OpenCL_std, Relational, 1, 1, OpIsNormal>;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDOpenCLBuiltins.td804 foreach name = ["isfinite", "isinf", "isnan", "isnormal", "signbit"] in {