Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dtraits.h128 [[__nodiscard__]] _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnormal(_A1 __x) _NOEXC… in isnormal() function
132 [[__nodiscard__]] inline _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnormal(float __… in isnormal() function
136 [[__nodiscard__]] inline _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnormal(double _… in isnormal() function
140 [[__nodiscard__]] inline _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnormal(long dou… in isnormal() function
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dmath.h330 # ifdef isnormal
331 # undef isnormal
427 using std::__math::isnormal;
H A Dcmath146 bool isnormal(arithmetic x);
351 using ::isnormal _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmath.h333 # ifdef isnormal
334 # undef isnormal
428 using std::__math::isnormal;
H A Dcmath146 bool isnormal(arithmetic x);
355 using ::isnormal _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h112 __DEVICE__ bool isnormal(double);
113 __DEVICE__ bool isnormal(float);
237 using ::isnormal;
H A 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;
H A D__clang_hip_cmath.h137 __DEVICE__ __CONSTEXPR__ bool isnormal(float __x) { in isnormal() function
140 __DEVICE__ __CONSTEXPR__ bool isnormal(double __x) { in isnormal() function
523 __HIP_OVERLOAD1(bool, isnormal)
691 using ::isnormal;
H A Dopencl-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/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dmath-function-macros.h34 #define isnormal(x) __builtin_isnormal(x) macro
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__math/
H A Dtraits.h113 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI bool isnormal(_A1 __x) _NOEXCEPT { in isnormal() function
118 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI bool isnormal(_A1 __x) _NOEXCEPT { in isnormal() function
/freebsd/sbin/routed/
H A Dradix.c407 int maskduplicated, m0, isnormal; in rn_addmask() local
455 cplim = netmask + mlen; isnormal = 1; in rn_addmask()
462 isnormal = 0; in rn_addmask()
466 if (isnormal) in rn_addmask()
/freebsd/lib/msun/src/
H A Ds_rsqrtl.c169 if (!isnormal(x)) { in rsqrtl()
H A Dmath.h98 #define isnormal(x) __fp_type_select(x, __isnormalf, __isnormal, __isnormall) macro
/freebsd/sys/net/
H A Dradix.c505 int maskduplicated, isnormal; in rn_addmask() local
554 isnormal = 1; in rn_addmask()
561 isnormal = 0; in rn_addmask()
565 if (isnormal) in rn_addmask()
/freebsd/usr.sbin/moused/moused/
H A Dutil.h337 if (v != 0.0 && !isnormal(v)) in safe_atod()
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc263 using ::isnormal _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c315 MFUNC(at_d, rt_i, isnormal, 0),
1090 case m_isnormal: intres = isnormal(d_arg1.f); break; in runtest()
1103 case m_isnormalf: intres = isnormal(s_arg1.f); break; in runtest()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc261 using std::isnormal _LIBCPP_USING_IF_EXISTS;
/freebsd/lib/libc/gen/
H A DMakefile.inc385 fpclassify.3 isnormal.3
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc557 SYMBOL(isnormal, None, <math.h>)
H A DStdSymbolMap.inc1861 SYMBOL(isnormal, std::, <cmath>)
1862 SYMBOL(isnormal, None, <cmath>)
1863 SYMBOL(isnormal, None, <math.h>)
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td569 defm : DemangledNativeBuiltin<"isnormal", OpenCL_std, Relational, 1, 1, OpIsNormal>;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td808 foreach name = ["isfinite", "isinf", "isnan", "isnormal", "signbit"] in {