Searched refs:isunordered (Results 1 – 14 of 14) sorted by relevance
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 319 static_assert((std::is_same<decltype(isunordered((float)0, (float)0)), bool>::value), ""); in test_isunordered() 320 static_assert((std::is_same<decltype(isunordered((float)0, (double)0)), bool>::value), ""); in test_isunordered() 321 static_assert((std::is_same<decltype(isunordered((float)0, (long double)0)), bool>::value), ""); in test_isunordered() 322 static_assert((std::is_same<decltype(isunordered((double)0, (float)0)), bool>::value), ""); in test_isunordered() 323 static_assert((std::is_same<decltype(isunordered((double)0, (double)0)), bool>::value), ""); in test_isunordered() 324 … static_assert((std::is_same<decltype(isunordered((double)0, (long double)0)), bool>::value), ""); in test_isunordered() 325 static_assert((std::is_same<decltype(isunordered((long double)0, (float)0)), bool>::value), ""); in test_isunordered() 326 … static_assert((std::is_same<decltype(isunordered((long double)0, (double)0)), bool>::value), ""); in test_isunordered() 327 …static_assert((std::is_same<decltype(isunordered((long double)0, (long double)0)), bool>::value), … in test_isunordered() 328 assert(isunordered(-1.0, 0.F) == false); in test_isunordered()
|
/external/llvm/test/CodeGen/Generic/ |
D | isunord.ll | 3 declare i1 @llvm.isunordered.f64(double, double)
|
D | 2005-01-18-SetUO-InfLoop.ll | 19 declare i1 @llvm.isunordered.f64(double, double)
|
/external/llvm/test/Feature/ |
D | intrinsics.ll | 6 declare i1 @llvm.isunordered.f32(float, float) 8 declare i1 @llvm.isunordered.f64(double, double)
|
/external/llvm/test/CodeGen/X86/ |
D | isnan.ll | 3 declare i1 @llvm.isunordered.f64(double)
|
D | compare_folding.ll | 5 declare i1 @llvm.isunordered.f64(double, double)
|
D | setuge.ll | 3 declare i1 @llvm.isunordered.f32(float, float)
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fp-branch.ll | 3 declare i1 @llvm.isunordered.f64(double, double)
|
/external/libcxx/include/support/win32/ |
D | math_win32.h | 75 _LIBCPP_ALWAYS_INLINE bool isunordered( double x, double y ) in isunordered() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 67 Ambiguous isunordered(Ambiguous, Ambiguous){ return Ambiguous(); } in isunordered() function 693 #ifdef isunordered in test_isunordered() 694 #error isunordered defined in test_isunordered() 696 static_assert((std::is_same<decltype(std::isunordered((float)0, (float)0)), bool>::value), ""); in test_isunordered() 697 static_assert((std::is_same<decltype(std::isunordered((float)0, (double)0)), bool>::value), ""); in test_isunordered() 698 …static_assert((std::is_same<decltype(std::isunordered((float)0, (long double)0)), bool>::value), "… in test_isunordered() 699 static_assert((std::is_same<decltype(std::isunordered((double)0, (float)0)), bool>::value), ""); in test_isunordered() 700 … static_assert((std::is_same<decltype(std::isunordered((double)0, (double)0)), bool>::value), ""); in test_isunordered() 701 static_assert((std::is_same<decltype(std::isunordered(0, (double)0)), bool>::value), ""); in test_isunordered() 702 …static_assert((std::is_same<decltype(std::isunordered((double)0, (long double)0)), bool>::value), … in test_isunordered() [all …]
|
/external/libcxx/include/ |
D | cmath | 154 bool isunordered(arithmetic x, arithmetic y); 606 // isunordered 608 #ifdef isunordered 615 return isunordered(__lcpp_x, __lcpp_y); 618 #undef isunordered 628 isunordered(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT 634 #endif // isunordered 649 using ::isunordered; 650 using ::isunordered;
|
/external/clang/test/CodeGen/ |
D | builtins.c | 60 P(isunordered, (1., 2.)); in main()
|
/external/llvm/test/CodeGen/ARM/ |
D | vfp.ll | 135 declare i1 @llvm.isunordered.f32(float, float)
|
/external/v8/src/ppc/ |
D | simulator-ppc.cc | 2830 if (std::isunordered(fra_val, frb_val)) { in ExecuteExt4()
|