Home
last modified time | relevance | path

Searched refs:SCALAR1 (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/test_conformance/clcpp/relational_funcs/
Dselect_funcs.hpp46 typedef typename scalar_type<input1_type>::type SCALAR1; in operator ()() typedef
52 [](const SCALAR1& a, const SCALAR2& b, const SCALAR3& c) in operator ()()
108 typedef typename scalar_type<input1_type>::type SCALAR1; in operator ()() typedef
114 [](const SCALAR1& a, const SCALAR2& b, const SCALAR3& c) in operator ()()
/external/OpenCL-CTS/test_conformance/clcpp/integer_funcs/
Dnumeric_funcs.hpp263 typedef typename scalar_type<IN1>::type SCALAR1; in min1() typedef
267 min1.s[i] = (std::numeric_limits<SCALAR1>::min)(); in min1()
274 typedef typename scalar_type<IN1>::type SCALAR1; in max1() typedef
278 max1.s[i] = (std::numeric_limits<SCALAR1>::max)(); in max1()
477 typedef typename scalar_type<IN1>::type SCALAR1; in min1() typedef
481 min1.s[i] = (std::numeric_limits<SCALAR1>::min)(); in min1()
488 typedef typename scalar_type<IN1>::type SCALAR1; in max1() typedef
492 max1.s[i] = (std::numeric_limits<SCALAR1>::max)(); in max1()
558 typedef typename scalar_type<IN1>::type SCALAR1; in min1() typedef
562 min1.s[i] = (std::numeric_limits<SCALAR1>::min)(); in min1()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dpacked-op-sel.ll204 ; GCN: ds_read_u16 [[SCALAR1:v[0-9]+]]
208 ; GCN: v_xor_b32_e32 [[SCALAR1]], 0x8000, [[SCALAR1]]
209 ; GCN: v_lshl_or_b32 [[PACKED:v[0-9]+]], [[SCALAR1]], 16, [[SCALAR0]]