Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/libclc/generic/lib/relational/
H A Disunordered.cl7 _CLC_DEFINE_RELATIONAL_BINARY(int, isunordered, __builtin_isunordered, float, float)
13 // The scalar version of isunordered(double, double) returns an int, but the vector versions
16 _CLC_DEF _CLC_OVERLOAD int isunordered(double x, double y){
20 _CLC_DEFINE_RELATIONAL_BINARY_VEC_ALL(long, isunordered, double, double)
27 // The scalar version of isunordered(half, half) returns an int, but the vector versions
30 _CLC_DEF _CLC_OVERLOAD int isunordered(half x, half y){
34 _CLC_DEFINE_RELATIONAL_BINARY_VEC_ALL(short, isunordered, half, half)
/llvm-project-15.0.7/libclc/generic/include/clc/relational/
H A Disunordered.h1 #undef isunordered
3 #define __CLC_FUNCTION isunordered
/llvm-project-15.0.7/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h114 __DEVICE__ bool isunordered(double, double);
115 __DEVICE__ bool isunordered(float, float);
238 using ::isunordered;
H A D__clang_cuda_cmath.h149 __DEVICE__ bool isunordered(float __x, float __y) { in isunordered() function
152 __DEVICE__ bool isunordered(double __x, double __y) { in isunordered() function
276 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isunordered);
403 using ::isunordered;
H A D__clang_hip_cmath.h143 __DEVICE__ __CONSTEXPR__ bool isunordered(float __x, float __y) { in isunordered() function
146 __DEVICE__ __CONSTEXPR__ bool isunordered(double __x, double __y) { in isunordered() function
518 __HIP_OVERLOAD2(bool, isunordered)
686 using ::isunordered;
H A Dopencl-c.h10829 int __ovld __cnfn isunordered(float, float);
10830 int2 __ovld __cnfn isunordered(float2, float2);
10831 int3 __ovld __cnfn isunordered(float3, float3);
10832 int4 __ovld __cnfn isunordered(float4, float4);
10833 int8 __ovld __cnfn isunordered(float8, float8);
10836 int __ovld __cnfn isunordered(double, double);
10844 int __ovld __cnfn isunordered(half, half);
10845 short2 __ovld __cnfn isunordered(half2, half2);
10846 short3 __ovld __cnfn isunordered(half3, half3);
10847 short4 __ovld __cnfn isunordered(half4, half4);
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A Disunord.ll3 declare i1 @llvm.isunordered.f64(double, double)
H A D2005-01-18-SetUO-InfLoop.ll19 declare i1 @llvm.isunordered.f64(double, double)
/llvm-project-15.0.7/llvm/test/Feature/
H A Dintrinsics.ll6 declare i1 @llvm.isunordered.f32(float, float)
8 declare i1 @llvm.isunordered.f64(double, double)
/llvm-project-15.0.7/clang/test/Headers/Inputs/include/
H A Dcmath94 bool isunordered(double, double);
95 bool isunordered(float, float);
197 using ::isunordered;
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcompare_folding.ll4 declare i1 @llvm.isunordered.f64(double, double)
H A Disnan.ll4 declare i1 @llvm.isunordered.f64(double)
H A Dsetuge.ll6 declare i1 @llvm.isunordered.f32(float, float)
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dfp-branch.ll3 declare i1 @llvm.isunordered.f64(double, double)
/llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp65 Ambiguous isunordered(Ambiguous, Ambiguous){ return Ambiguous(); } in isunordered() function
766 #ifdef isunordered in test_isunordered()
767 #error isunordered defined in test_isunordered()
769 static_assert((std::is_same<decltype(isunordered((float)0, (float)0)), bool>::value), ""); in test_isunordered()
770 static_assert((std::is_same<decltype(isunordered((float)0, (double)0)), bool>::value), ""); in test_isunordered()
771 static_assert((std::is_same<decltype(isunordered((float)0, (long double)0)), bool>::value), ""); in test_isunordered()
772 static_assert((std::is_same<decltype(isunordered((double)0, (float)0)), bool>::value), ""); in test_isunordered()
773 static_assert((std::is_same<decltype(isunordered((double)0, (double)0)), bool>::value), ""); in test_isunordered()
774 static_assert((std::is_same<decltype(isunordered(0, (double)0)), bool>::value), ""); in test_isunordered()
776 static_assert((std::is_same<decltype(isunordered((long double)0, (float)0)), bool>::value), ""); in test_isunordered()
[all …]
/llvm-project-15.0.7/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp66 Ambiguous isunordered(Ambiguous, Ambiguous){ return Ambiguous(); } in isunordered() function
805 #ifdef isunordered in test_isunordered()
806 #error isunordered defined in test_isunordered()
808 static_assert((std::is_same<decltype(std::isunordered((float)0, (float)0)), bool>::value), ""); in test_isunordered()
809 static_assert((std::is_same<decltype(std::isunordered((float)0, (double)0)), bool>::value), ""); in test_isunordered()
810 …static_assert((std::is_same<decltype(std::isunordered((float)0, (long double)0)), bool>::value), "… in test_isunordered()
811 static_assert((std::is_same<decltype(std::isunordered((double)0, (float)0)), bool>::value), ""); in test_isunordered()
812 … static_assert((std::is_same<decltype(std::isunordered((double)0, (double)0)), bool>::value), ""); in test_isunordered()
813 static_assert((std::is_same<decltype(std::isunordered(0, (double)0)), bool>::value), ""); in test_isunordered()
815 …static_assert((std::is_same<decltype(std::isunordered((long double)0, (float)0)), bool>::value), "… in test_isunordered()
[all …]
/llvm-project-15.0.7/libcxx/include/
H A Dcmath153 bool isunordered(arithmetic x, arithmetic y);
333 using ::isunordered _LIBCPP_USING_IF_EXISTS;
334 using ::isunordered _LIBCPP_USING_IF_EXISTS;
H A Dmath.h754 #ifdef isunordered
761 return isunordered(__lcpp_x, __lcpp_y); in __libcpp_isunordered()
764 #undef isunordered
774 isunordered(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in isunordered() function
/llvm-project-15.0.7/libclc/generic/lib/
H A DSOURCES211 relational/isunordered.cl
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dvfp.ll135 declare i1 @llvm.isunordered.f32(float, float)
/llvm-project-15.0.7/libc/AOR_v20.02/math/test/
H A Dmathtest.c313 MFUNC(at_d, rt_i, isunordered, 0),
1093 case m_isunordered: intres = isunordered(d_arg1.f, d_arg2.f); break; in runtest()
1106 case m_isunorderedf: intres = isunordered(s_arg1.f, s_arg2.f); break; in runtest()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbuiltins.c61 P(isunordered, (1., 2.)); in main()
/llvm-project-15.0.7/libcxx/include/experimental/
H A Dsimd588 template <class Abi> simd_mask<float, Abi> isunordered(floatv<Abi> x, floatv<Abi> y);
589 template <class Abi> simd_mask<double, Abi> isunordered(doublev<Abi> x, doublev<Abi> y);
590 template <class Abi> simd_mask<long double, Abi> isunordered(ldoublev<Abi> x, ldoublev<Abi> y);
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc561 SYMBOL(isunordered, None, <math.h>)
H A DStdSymbolMap.inc674 SYMBOL(isunordered, std::, <cmath>)

12