Home
last modified time | relevance | path

Searched refs:isgreater (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h103 __DEVICE__ bool isgreater(double, double);
106 __DEVICE__ bool isgreater(float, float);
217 using ::isgreater;
D__clang_cuda_cmath.h77 __DEVICE__ bool isgreater(float __x, float __y) { in isgreater() function
80 __DEVICE__ bool isgreater(double __x, double __y) { in isgreater() function
Dopencl-c.h11725 int __ovld __cnfn isgreater(float x, float y);
11726 int2 __ovld __cnfn isgreater(float2 x, float2 y);
11727 int3 __ovld __cnfn isgreater(float3 x, float3 y);
11728 int4 __ovld __cnfn isgreater(float4 x, float4 y);
11729 int8 __ovld __cnfn isgreater(float8 x, float8 y);
11730 int16 __ovld __cnfn isgreater(float16 x, float16 y);
11732 int __ovld __cnfn isgreater(double x, double y);
11733 long2 __ovld __cnfn isgreater(double2 x, double2 y);
11734 long3 __ovld __cnfn isgreater(double3 x, double3 y);
11735 long4 __ovld __cnfn isgreater(double4 x, double4 y);
[all …]
/external/mesa3d/include/
Dc99_math.h202 using std::isgreater;
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp59 Ambiguous isgreater(Ambiguous, Ambiguous){ return Ambiguous(); } in isgreater() function
595 #ifdef isgreater in test_isgreater()
596 #error isgreater defined in test_isgreater()
598 static_assert((std::is_same<decltype(isgreater((float)0, (float)0)), bool>::value), ""); in test_isgreater()
599 static_assert((std::is_same<decltype(isgreater((float)0, (double)0)), bool>::value), ""); in test_isgreater()
600 static_assert((std::is_same<decltype(isgreater((float)0, (long double)0)), bool>::value), ""); in test_isgreater()
601 static_assert((std::is_same<decltype(isgreater((double)0, (float)0)), bool>::value), ""); in test_isgreater()
602 static_assert((std::is_same<decltype(isgreater((double)0, (double)0)), bool>::value), ""); in test_isgreater()
603 static_assert((std::is_same<decltype(isgreater(0, (double)0)), bool>::value), ""); in test_isgreater()
604 static_assert((std::is_same<decltype(isgreater((double)0, (long double)0)), bool>::value), ""); in test_isgreater()
[all …]
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp60 Ambiguous isgreater(Ambiguous, Ambiguous){ return Ambiguous(); } in isgreater() function
597 #ifdef isgreater in test_isgreater()
598 #error isgreater defined in test_isgreater()
600 static_assert((std::is_same<decltype(std::isgreater((float)0, (float)0)), bool>::value), ""); in test_isgreater()
601 static_assert((std::is_same<decltype(std::isgreater((float)0, (double)0)), bool>::value), ""); in test_isgreater()
602 …static_assert((std::is_same<decltype(std::isgreater((float)0, (long double)0)), bool>::value), ""); in test_isgreater()
603 static_assert((std::is_same<decltype(std::isgreater((double)0, (float)0)), bool>::value), ""); in test_isgreater()
604 static_assert((std::is_same<decltype(std::isgreater((double)0, (double)0)), bool>::value), ""); in test_isgreater()
605 static_assert((std::is_same<decltype(std::isgreater(0, (double)0)), bool>::value), ""); in test_isgreater()
606 …static_assert((std::is_same<decltype(std::isgreater((double)0, (long double)0)), bool>::value), ""… in test_isgreater()
[all …]
/external/clang/test/CodeGen/
Dbuiltins.c55 P(isgreater, (1., 2.)); in main()
/external/libcxx/include/
Dmath.h480 #ifdef isgreater
487 return isgreater(__lcpp_x, __lcpp_y); in __libcpp_isgreater()
490 #undef isgreater
500 isgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in isgreater() function
Dcmath149 bool isgreater(arithmetic x, arithmetic y);
321 using ::isgreater;
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.h537 _SPIRV_OP(isgreater, FOrdGreaterThan) in init()