/external/clang/lib/Headers/ |
D | __clang_cuda_math_forward_declares.h | 109 __DEVICE__ bool isless(double, double); 112 __DEVICE__ bool isless(float, float); 220 using ::isless;
|
D | __clang_cuda_cmath.h | 89 __DEVICE__ bool isless(float __x, float __y) { in isless() function 92 __DEVICE__ bool isless(double __x, double __y) { in isless() function
|
D | opencl-c.h | 11777 int __ovld __cnfn isless(float x, float y); 11778 int2 __ovld __cnfn isless(float2 x, float2 y); 11779 int3 __ovld __cnfn isless(float3 x, float3 y); 11780 int4 __ovld __cnfn isless(float4 x, float4 y); 11781 int8 __ovld __cnfn isless(float8 x, float8 y); 11782 int16 __ovld __cnfn isless(float16 x, float16 y); 11784 int __ovld __cnfn isless(double x, double y); 11785 long2 __ovld __cnfn isless(double2 x, double2 y); 11786 long3 __ovld __cnfn isless(double3 x, double3 y); 11787 long4 __ovld __cnfn isless(double4 x, double4 y); [all …]
|
/external/mesa3d/include/ |
D | c99_math.h | 204 using std::isless;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 61 Ambiguous isless(Ambiguous, Ambiguous){ return Ambiguous(); } in isless() function 656 #ifdef isless in test_isless() 657 #error isless defined in test_isless() 659 static_assert((std::is_same<decltype(isless((float)0, (float)0)), bool>::value), ""); in test_isless() 660 static_assert((std::is_same<decltype(isless((float)0, (double)0)), bool>::value), ""); in test_isless() 661 static_assert((std::is_same<decltype(isless((float)0, (long double)0)), bool>::value), ""); in test_isless() 662 static_assert((std::is_same<decltype(isless((double)0, (float)0)), bool>::value), ""); in test_isless() 663 static_assert((std::is_same<decltype(isless((double)0, (double)0)), bool>::value), ""); in test_isless() 664 static_assert((std::is_same<decltype(isless(0, (double)0)), bool>::value), ""); in test_isless() 665 static_assert((std::is_same<decltype(isless((double)0, (long double)0)), bool>::value), ""); in test_isless() [all …]
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 62 Ambiguous isless(Ambiguous, Ambiguous){ return Ambiguous(); } in isless() function 658 #ifdef isless in test_isless() 659 #error isless defined in test_isless() 661 static_assert((std::is_same<decltype(std::isless((float)0, (float)0)), bool>::value), ""); in test_isless() 662 static_assert((std::is_same<decltype(std::isless((float)0, (double)0)), bool>::value), ""); in test_isless() 663 static_assert((std::is_same<decltype(std::isless((float)0, (long double)0)), bool>::value), ""); in test_isless() 664 static_assert((std::is_same<decltype(std::isless((double)0, (float)0)), bool>::value), ""); in test_isless() 665 static_assert((std::is_same<decltype(std::isless((double)0, (double)0)), bool>::value), ""); in test_isless() 666 static_assert((std::is_same<decltype(std::isless(0, (double)0)), bool>::value), ""); in test_isless() 667 … static_assert((std::is_same<decltype(std::isless((double)0, (long double)0)), bool>::value), ""); in test_isless() [all …]
|
/external/clang/test/CodeGen/ |
D | builtins.c | 57 P(isless, (1., 2.)); in main()
|
/external/libcxx/include/ |
D | math.h | 540 #ifdef isless 547 return isless(__lcpp_x, __lcpp_y); in __libcpp_isless() 550 #undef isless 560 isless(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in isless() function
|
D | cmath | 151 bool isless(arithmetic x, arithmetic y); 323 using ::isless;
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLUtil.h | 539 _SPIRV_OP(isless, FOrdLessThan) in init()
|
/external/ImageMagick/MagickCore/ |
D | accelerate-kernels-private.h | 2923 int4 mask = isless(fabs(2.0f*outputPixel), (float4)quantumThreshold); 3001 int4 mask = isless(fabs(2.0f * diff), (float4)quantumThreshold);
|