Home
last modified time | relevance | path

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

12

/external/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h119 __DEVICE__ bool isunordered(double, double);
120 __DEVICE__ bool isunordered(float, float);
225 using ::isunordered;
D__clang_cuda_cmath.h111 __DEVICE__ bool isunordered(float __x, float __y) { in isunordered() function
114 __DEVICE__ bool isunordered(double __x, double __y) { in isunordered() function
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dscalar_sse_minmax.ll6 declare i1 @llvm.isunordered.f64(double, double)
8 declare i1 @llvm.isunordered.f32(float, float)
Disnan.ll3 declare i1 @llvm.isunordered.f64(double)
Dcompare_folding.ll5 declare i1 @llvm.isunordered.f64(double, double)
Dsetuge.ll3 declare i1 @llvm.isunordered.f32(float, float)
/external/swiftshader/third_party/LLVM/test/Feature/
Dintrinsics.ll5 declare i1 @llvm.isunordered.f32(float, float)
7 declare i1 @llvm.isunordered.f64(double, double)
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
Disunord.ll3 declare i1 @llvm.isunordered.f64(double, double)
D2005-01-18-SetUO-InfLoop.ll19 declare i1 @llvm.isunordered.f64(double, double)
/external/llvm/test/CodeGen/Generic/
Disunord.ll3 declare i1 @llvm.isunordered.f64(double, double)
D2005-01-18-SetUO-InfLoop.ll19 declare i1 @llvm.isunordered.f64(double, double)
/external/llvm/test/CodeGen/X86/
Disnan.ll3 declare i1 @llvm.isunordered.f64(double)
Dcompare_folding.ll5 declare i1 @llvm.isunordered.f64(double, double)
Dsetuge.ll3 declare i1 @llvm.isunordered.f32(float, float)
/external/llvm/test/Feature/
Dintrinsics.ll6 declare i1 @llvm.isunordered.f32(float, float)
8 declare i1 @llvm.isunordered.f64(double, double)
/external/llvm/test/CodeGen/PowerPC/
Dfp-branch.ll3 declare i1 @llvm.isunordered.f64(double, double)
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
Dfp-branch.ll3 declare i1 @llvm.isunordered.f64(double, double)
/external/mesa3d/include/
Dc99_math.h207 using std::isunordered;
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp64 Ambiguous isunordered(Ambiguous, Ambiguous){ return Ambiguous(); } in isunordered() function
736 #ifdef isunordered in test_isunordered()
737 #error isunordered defined in test_isunordered()
739 static_assert((std::is_same<decltype(isunordered((float)0, (float)0)), bool>::value), ""); in test_isunordered()
740 static_assert((std::is_same<decltype(isunordered((float)0, (double)0)), bool>::value), ""); in test_isunordered()
741 static_assert((std::is_same<decltype(isunordered((float)0, (long double)0)), bool>::value), ""); in test_isunordered()
742 static_assert((std::is_same<decltype(isunordered((double)0, (float)0)), bool>::value), ""); in test_isunordered()
743 static_assert((std::is_same<decltype(isunordered((double)0, (double)0)), bool>::value), ""); in test_isunordered()
744 static_assert((std::is_same<decltype(isunordered(0, (double)0)), bool>::value), ""); in test_isunordered()
745 … static_assert((std::is_same<decltype(isunordered((double)0, (long double)0)), bool>::value), ""); in test_isunordered()
[all …]
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp65 Ambiguous isunordered(Ambiguous, Ambiguous){ return Ambiguous(); } in isunordered() function
738 #ifdef isunordered in test_isunordered()
739 #error isunordered defined in test_isunordered()
741 static_assert((std::is_same<decltype(std::isunordered((float)0, (float)0)), bool>::value), ""); in test_isunordered()
742 static_assert((std::is_same<decltype(std::isunordered((float)0, (double)0)), bool>::value), ""); in test_isunordered()
743 …static_assert((std::is_same<decltype(std::isunordered((float)0, (long double)0)), bool>::value), "… in test_isunordered()
744 static_assert((std::is_same<decltype(std::isunordered((double)0, (float)0)), bool>::value), ""); in test_isunordered()
745 … static_assert((std::is_same<decltype(std::isunordered((double)0, (double)0)), bool>::value), ""); in test_isunordered()
746 static_assert((std::is_same<decltype(std::isunordered(0, (double)0)), bool>::value), ""); in test_isunordered()
747 …static_assert((std::is_same<decltype(std::isunordered((double)0, (long double)0)), bool>::value), … in test_isunordered()
[all …]
/external/libcxx/include/
Dcmath154 bool isunordered(arithmetic x, arithmetic y);
326 using ::isunordered;
327 using ::isunordered;
Dmath.h630 #ifdef isunordered
637 return isunordered(__lcpp_x, __lcpp_y); in __libcpp_isunordered()
640 #undef isunordered
650 isunordered(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in isunordered() function
/external/clang/test/CodeGen/
Dbuiltins.c60 P(isunordered, (1., 2.)); in main()
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dvfp.ll135 declare i1 @llvm.isunordered.f32(float, float)
/external/llvm/test/CodeGen/ARM/
Dvfp.ll135 declare i1 @llvm.isunordered.f32(float, float)

12