Searched refs:isnormal (Results 1 - 25 of 25) sorted by path

/netbsd-current/lib/libm/src/
H A Ds_fma.c226 if (!isnormal(z))
H A Ds_fmal.c211 if (!isnormal(z))
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_cmath.h147 __DEVICE__ bool isnormal(float __x) { return __builtin_isnormal(__x); } function
148 __DEVICE__ bool isnormal(double __x) { return __builtin_isnormal(__x); } function
275 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(bool, isnormal)
402 using ::isnormal;
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_hip_cmath.h91 __DEVICE__ bool isnormal(float __x) { return __builtin_isnormal(__x); } function
92 __DEVICE__ bool isnormal(double __x) { return __builtin_isnormal(__x); } function
461 __HIP_OVERLOAD1(bool, isnormal)
625 using ::isnormal;
H A Dopencl-c.h10778 int __ovld __cnfn isnormal(float);
10779 int2 __ovld __cnfn isnormal(float2);
10780 int3 __ovld __cnfn isnormal(float3);
10781 int4 __ovld __cnfn isnormal(float4);
10782 int8 __ovld __cnfn isnormal(float8);
10783 int16 __ovld __cnfn isnormal(float16);
10785 int __ovld __cnfn isnormal(double);
10786 long2 __ovld __cnfn isnormal(double2);
10787 long3 __ovld __cnfn isnormal(double3);
10788 long4 __ovld __cnfn isnormal(double
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h143 bool isnormal(arithmetic x);
567 // isnormal
569 #ifdef isnormal
579 return isnormal(__lcpp_x);
583 #undef isnormal macro
588 isnormal(_A1 __lcpp_x) _NOEXCEPT
596 isnormal(_A1 __lcpp_x) _NOEXCEPT
599 #endif // isnormal
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c9693 tree arg, isnormal, iszero; local
9699 isnormal = build_call_expr_loc (input_location,
9706 logical_type_node, isnormal, iszero);
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/
H A Dlibgfortran.h223 /* The C99 classification macros isfinite, isinf, isnan, isnormal
237 #undef isnormal macro
238 #define isnormal(x) __builtin_isnormal(x) macro
/netbsd-current/external/gpl3/gcc.old/dist/libhsail-rt/rt/
H A Darithmetic.c430 || (flags & 0x0008 && isnormal (a) && signbit (a))
435 || (flags & 0x0100 && isnormal (a) && !signbit (a))
445 || (flags & 0x0008 && isnormal (a) && signbit (a))
450 || (flags & 0x0100 && isnormal (a) && !signbit (a))
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfigure17175 i = isnormal(d1);
17211 i = isnormal(d1);
17856 i = isnormal(d1);
17892 i = isnormal(d1);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dmath.h67 using std::isnormal;
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dmath.h134 #define isnormal(x) __builtin_isnormal(x) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc9815 tree arg, isnormal, iszero; local
9821 isnormal = build_call_expr_loc (input_location,
9828 logical_type_node, isnormal, iszero);
/netbsd-current/external/gpl3/gcc/dist/libgfortran/
H A Dlibgfortran.h244 /* The C99 classification macros isfinite, isinf, isnan, isnormal
258 #undef isnormal macro
259 #define isnormal(x) __builtin_isnormal(x) macro
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure17305 i = isnormal(d1);
17341 i = isnormal(d1);
17981 i = isnormal(d1);
18017 i = isnormal(d1);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dmath.h67 using std::isnormal;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_fixed_size.h1693 _GLIBCXX_SIMD_TEST_ON_TUPLE_(isnormal)
H A Dsimd_math.h696 if (_GLIBCXX_SIMD_IS_LIKELY(all_of(isnormal(__x))))
718 where(!isnormal(__x), __mant) = __mant_subnormal;
724 const _MaskType __value_isnormal = isnormal(__x).__cvt();
783 auto __is_normal = isnormal(__x);
998 if (_GLIBCXX_SIMD_IS_LIKELY(all_of(isnormal(__x))
999 && all_of(isnormal(__y))))
1167 if (_GLIBCXX_SIMD_IS_LIKELY(all_of(isnormal(__x))
1168 && all_of(isnormal(__y))
1169 && all_of(isnormal(__z))))
1326 _GLIBCXX_SIMD_MATH_CALL_(isnormal)
[all...]
H A Dsimd_scalar.h540 { return std::isnormal(__x); }
/netbsd-current/include/
H A Dmath.h300 /* 7.12.3.5 int isnormal(real-floating x) */
301 #define isnormal(__x) (fpclassify(__x) == FP_NORMAL) macro
/netbsd-current/lib/libc/gen/
H A DMakefile.inc71 isnormal.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 \
/netbsd-current/sbin/routed/
H A Dradix.c418 int maskduplicated, m0, isnormal; local
466 cplim = netmask + mlen; isnormal = 1;
473 isnormal = 0;
477 if (isnormal)
/netbsd-current/sys/net/
H A Dradix.c490 int maskduplicated, m0, isnormal; local
537 cplim = netmask + mlen; isnormal = 1;
544 isnormal = 0;
548 if (isnormal)
/netbsd-current/tests/lib/libm/
H A Dt_next.c90 if (isnormal(x[i])) {
114 if (isnormal(x[i])) {
172 if (isnormal(x[i])) {
195 if (isnormal(x[i])) {

Completed in 620 milliseconds