/external/clang/lib/Headers/ |
D | __clang_cuda_math_forward_declares.h | 104 __DEVICE__ bool isgreaterequal(double, double); 105 __DEVICE__ bool isgreaterequal(float, float); 218 using ::isgreaterequal;
|
D | __clang_cuda_cmath.h | 83 __DEVICE__ bool isgreaterequal(float __x, float __y) { in isgreaterequal() function 86 __DEVICE__ bool isgreaterequal(double __x, double __y) { in isgreaterequal() function
|
D | opencl-c.h | 11751 int __ovld __cnfn isgreaterequal(float x, float y); 11752 int2 __ovld __cnfn isgreaterequal(float2 x, float2 y); 11753 int3 __ovld __cnfn isgreaterequal(float3 x, float3 y); 11754 int4 __ovld __cnfn isgreaterequal(float4 x, float4 y); 11755 int8 __ovld __cnfn isgreaterequal(float8 x, float8 y); 11756 int16 __ovld __cnfn isgreaterequal(float16 x, float16 y); 11758 int __ovld __cnfn isgreaterequal(double x, double y); 11759 long2 __ovld __cnfn isgreaterequal(double2 x, double2 y); 11760 long3 __ovld __cnfn isgreaterequal(double3 x, double3 y); 11761 long4 __ovld __cnfn isgreaterequal(double4 x, double4 y); [all …]
|
/external/mesa3d/include/ |
D | c99_math.h | 203 using std::isgreaterequal;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 61 Ambiguous isgreaterequal(Ambiguous, Ambiguous){ return Ambiguous(); } in isgreaterequal() function 615 #ifdef isgreaterequal in test_isgreaterequal() 616 #error isgreaterequal defined in test_isgreaterequal() 618 static_assert((std::is_same<decltype(isgreaterequal((float)0, (float)0)), bool>::value), ""); in test_isgreaterequal() 619 static_assert((std::is_same<decltype(isgreaterequal((float)0, (double)0)), bool>::value), ""); in test_isgreaterequal() 620 …static_assert((std::is_same<decltype(isgreaterequal((float)0, (long double)0)), bool>::value), ""); in test_isgreaterequal() 621 static_assert((std::is_same<decltype(isgreaterequal((double)0, (float)0)), bool>::value), ""); in test_isgreaterequal() 622 static_assert((std::is_same<decltype(isgreaterequal((double)0, (double)0)), bool>::value), ""); in test_isgreaterequal() 623 static_assert((std::is_same<decltype(isgreaterequal(0, (double)0)), bool>::value), ""); in test_isgreaterequal() 624 …static_assert((std::is_same<decltype(isgreaterequal((double)0, (long double)0)), bool>::value), ""… in test_isgreaterequal() [all …]
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 63 Ambiguous isgreaterequal(Ambiguous, Ambiguous){ return Ambiguous(); } in isgreaterequal() function 640 #ifdef isgreaterequal in test_isgreaterequal() 641 #error isgreaterequal defined in test_isgreaterequal() 643 … static_assert((std::is_same<decltype(std::isgreaterequal((float)0, (float)0)), bool>::value), ""); in test_isgreaterequal() 644 …static_assert((std::is_same<decltype(std::isgreaterequal((float)0, (double)0)), bool>::value), ""); in test_isgreaterequal() 645 …static_assert((std::is_same<decltype(std::isgreaterequal((float)0, (long double)0)), bool>::value)… in test_isgreaterequal() 646 …static_assert((std::is_same<decltype(std::isgreaterequal((double)0, (float)0)), bool>::value), ""); in test_isgreaterequal() 647 …static_assert((std::is_same<decltype(std::isgreaterequal((double)0, (double)0)), bool>::value), ""… in test_isgreaterequal() 648 static_assert((std::is_same<decltype(std::isgreaterequal(0, (double)0)), bool>::value), ""); in test_isgreaterequal() 649 …static_assert((std::is_same<decltype(std::isgreaterequal((double)0, (long double)0)), bool>::value… in test_isgreaterequal() [all …]
|
/external/libcxx/include/ |
D | math.h | 608 #ifdef isgreaterequal 615 return isgreaterequal(__lcpp_x, __lcpp_y); in __libcpp_isgreaterequal() 618 #undef isgreaterequal 628 isgreaterequal(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in isgreaterequal() function
|
D | cmath | 150 bool isgreaterequal(arithmetic x, arithmetic y); 321 using ::isgreaterequal;
|
/external/clang/test/CodeGen/ |
D | builtins.c | 56 P(isgreaterequal, (1., 2.)); in main()
|
/external/arm-optimized-routines/test/ |
D | mathtest.c | 297 MFUNC(at_d, rt_i, isgreaterequal, 0), 1078 case m_isgreaterequal: intres = isgreaterequal(d_arg1.f, d_arg2.f); break; in runtest() 1091 case m_isgreaterequalf: intres = isgreaterequal(s_arg1.f, s_arg2.f); break; in runtest()
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLUtil.h | 538 _SPIRV_OP(isgreaterequal, FOrdGreaterThanEqual) in init()
|
/external/libcxx/include/experimental/ |
D | simd | 573 template <class Abi> simd_mask<float, Abi> isgreaterequal(floatv<Abi> x, floatv<Abi> y); 574 template <class Abi> simd_mask<double, Abi> isgreaterequal(doublev<Abi> x, doublev<Abi> y); 575 template <class Abi> simd_mask<long double, Abi> isgreaterequal(ldoublev<Abi> x, ldoublev<Abi> y);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/NVPTX/ |
D | debug-info.ll | 8513 !90 = !DISubprogram(name: "isgreaterequal", linkageName: "_ZL14isgreaterequalff", scope: !7, file: …
|