| /llvm-project-15.0.7/libclc/generic/lib/relational/ |
| H A D | isunordered.cl | 7 _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 D | isunordered.h | 1 #undef isunordered 3 #define __CLC_FUNCTION isunordered
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | __clang_cuda_math_forward_declares.h | 114 __DEVICE__ bool isunordered(double, double); 115 __DEVICE__ bool isunordered(float, float); 238 using ::isunordered;
|
| H A D | __clang_cuda_cmath.h | 149 __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.h | 143 __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 D | opencl-c.h | 10829 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 D | isunord.ll | 3 declare i1 @llvm.isunordered.f64(double, double)
|
| H A D | 2005-01-18-SetUO-InfLoop.ll | 19 declare i1 @llvm.isunordered.f64(double, double)
|
| /llvm-project-15.0.7/llvm/test/Feature/ |
| H A D | intrinsics.ll | 6 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 D | cmath | 94 bool isunordered(double, double); 95 bool isunordered(float, float); 197 using ::isunordered;
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | compare_folding.ll | 4 declare i1 @llvm.isunordered.f64(double, double)
|
| H A D | isnan.ll | 4 declare i1 @llvm.isunordered.f64(double)
|
| H A D | setuge.ll | 6 declare i1 @llvm.isunordered.f32(float, float)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | fp-branch.ll | 3 declare i1 @llvm.isunordered.f64(double, double)
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | math_h.pass.cpp | 65 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 D | cmath.pass.cpp | 66 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 D | cmath | 153 bool isunordered(arithmetic x, arithmetic y); 333 using ::isunordered _LIBCPP_USING_IF_EXISTS; 334 using ::isunordered _LIBCPP_USING_IF_EXISTS;
|
| H A D | math.h | 754 #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 D | SOURCES | 211 relational/isunordered.cl
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | vfp.ll | 135 declare i1 @llvm.isunordered.f32(float, float)
|
| /llvm-project-15.0.7/libc/AOR_v20.02/math/test/ |
| H A D | mathtest.c | 313 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 D | builtins.c | 61 P(isunordered, (1., 2.)); in main()
|
| /llvm-project-15.0.7/libcxx/include/experimental/ |
| H A D | simd | 588 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 D | CSymbolMap.inc | 561 SYMBOL(isunordered, None, <math.h>)
|
| H A D | StdSymbolMap.inc | 674 SYMBOL(isunordered, std::, <cmath>)
|