| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | math.h | 330 # ifdef isnormal 331 # undef isnormal 427 using std::__math::isnormal;
|
| H A D | cmath | 146 bool isnormal(arithmetic x); 343 using ::isnormal _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_math_forward_declares.h | 112 __DEVICE__ bool isnormal(double); 113 __DEVICE__ bool isnormal(float); 237 using ::isnormal;
|
| H A 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;
|
| H A 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;
|
| H A D | opencl-c.h | 10773 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); 10780 int __ovld __cnfn isnormal(double); 10788 int __ovld __cnfn isnormal(half); 10789 short2 __ovld __cnfn isnormal(half2); 10790 short3 __ovld __cnfn isnormal(half3); 10791 short4 __ovld __cnfn isnormal(half4); [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__math/ |
| H A D | traits.h | 115 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnormal(_A1 __x) _N… in isnormal() function 120 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnormal(_A1 __x) _N… in isnormal() function
|
| /freebsd-14.2/sbin/routed/ |
| H A D | radix.c | 409 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-14.2/sys/net/ |
| H A D | radix.c | 507 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-14.2/lib/msun/src/ |
| H A D | s_fmal.c | 200 if (!isnormal(z)) in fmal()
|
| H A D | s_fma.c | 219 if (!isnormal(z)) in fma()
|
| H A D | math.h | 103 #define isnormal(x) __fp_type_select(x, __isnormalf, __isnormal, __isnormall) macro
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cmath.inc | 263 using ::isnormal;
|
| /freebsd-14.2/contrib/arm-optimized-routines/math/test/ |
| H A D | mathtest.c | 314 MFUNC(at_d, rt_i, isnormal, 0), 1089 case m_isnormal: intres = isnormal(d_arg1.f); break; in runtest() 1102 case m_isnormalf: intres = isnormal(s_arg1.f); break; in runtest()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cmath.inc | 261 using std::isnormal;
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | Makefile.inc | 390 fpclassify.3 isnormal.3
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | CSymbolMap.inc | 557 SYMBOL(isnormal, None, <math.h>)
|
| H A D | StdSymbolMap.inc | 1829 SYMBOL(isnormal, std::, <cmath>) 1830 SYMBOL(isnormal, None, <cmath>) 1831 SYMBOL(isnormal, None, <math.h>)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.td | 487 defm : DemangledNativeBuiltin<"isnormal", OpenCL_std, Relational, 1, 1, OpIsNormal>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 804 foreach name = ["isfinite", "isinf", "isnan", "isnormal", "signbit"] in {
|