HomeSort by relevance Sort by last modified time
    Searched full:uint2 (Results 1 - 25 of 50) sorted by null

1 2

  /external/clang/test/SemaOpenCL/
vec_compare.cl 4 typedef __attribute__((ext_vector_type(2))) unsigned int uint2;
9 uint2 A, B;
  /external/clang/test/CodeGen/
struct-init.c 23 typedef __attribute__(( ext_vector_type(2) )) unsigned int uint2; typedef
30 const uint32x2_t signBit = { (uint2) 0x80000000 };
  /external/llvm/test/ExecutionEngine/MCJIT/
test-setcond-int.ll 15 %uint2 = add i32 0, 0 ; <i32> [#uses=6]
32 %test13 = icmp eq i32 %uint1, %uint2 ; <i1> [#uses=0]
33 %test14 = icmp uge i32 %uint1, %uint2 ; <i1> [#uses=0]
34 %test15 = icmp ugt i32 %uint1, %uint2 ; <i1> [#uses=0]
35 %test16 = icmp ule i32 %uint1, %uint2 ; <i1> [#uses=0]
36 %test17 = icmp ult i32 %uint1, %uint2 ; <i1> [#uses=0]
37 %test18 = icmp ne i32 %uint1, %uint2 ; <i1> [#uses=0]
  /external/llvm/test/ExecutionEngine/
test-interp-vec-setcond-int.ll 15 %uint2 = add <3 x i32> <i32 0, i32 0, i32 0>, <i32 0, i32 0, i32 0>
32 %test13 = icmp eq <3 x i32> %uint1, %uint2
33 %test14 = icmp uge <3 x i32> %uint1, %uint2
34 %test15 = icmp ugt <3 x i32> %uint1, %uint2
35 %test16 = icmp ule <3 x i32> %uint1, %uint2
36 %test17 = icmp ult <3 x i32> %uint1, %uint2
37 %test18 = icmp ne <3 x i32> %uint1, %uint2
test-setcond-int.ll 15 %uint2 = add i32 0, 0 ; <i32> [#uses=6]
32 %test13 = icmp eq i32 %uint1, %uint2 ; <i1> [#uses=0]
33 %test14 = icmp uge i32 %uint1, %uint2 ; <i1> [#uses=0]
34 %test15 = icmp ugt i32 %uint1, %uint2 ; <i1> [#uses=0]
35 %test16 = icmp ule i32 %uint1, %uint2 ; <i1> [#uses=0]
36 %test17 = icmp ult i32 %uint1, %uint2 ; <i1> [#uses=0]
37 %test18 = icmp ne i32 %uint1, %uint2 ; <i1> [#uses=0]
  /frameworks/compile/slang/tests/P_math_int/
math_int.rs 15 uint2 ui2;
  /external/chromium/base/
string_number_conversions.cc 29 template <typename INT2, typename UINT2, bool NEG2>
32 template <typename INT2, typename UINT2>
33 struct ToUnsignedT<INT2, UINT2, false> {
34 static UINT2 ToUnsigned(INT2 value) {
35 return static_cast<UINT2>(value);
39 template <typename INT2, typename UINT2>
40 struct ToUnsignedT<INT2, UINT2, true> {
41 static UINT2 ToUnsigned(INT2 value) {
42 return static_cast<UINT2>(value < 0 ? -value : value);
  /external/chromium_org/base/strings/
string_number_conversions.cc 32 template <typename INT2, typename UINT2, bool NEG2>
35 template <typename INT2, typename UINT2>
36 struct ToUnsignedT<INT2, UINT2, false> {
37 static UINT2 ToUnsigned(INT2 value) {
38 return static_cast<UINT2>(value);
42 template <typename INT2, typename UINT2>
43 struct ToUnsignedT<INT2, UINT2, true> {
44 static UINT2 ToUnsigned(INT2 value) {
45 return static_cast<UINT2>(value < 0 ? -value : value);
  /frameworks/rs/tests/typecheck/
kernels.rs 69 uint2 ui2;
70 uint2 ui2i = {1, 2};
  /cts/tests/src/android/renderscript/cts/
kernel_all.rs 64 uint2 __attribute__((kernel)) test_i32_2(int2 ain) {
65 uint2 r;
fe_all.rs 61 void test_i32_2(const int2 *ain, uint2 *aout) {
vector.rs 32 uint2 u32_2 = { 1, 2 };
  /frameworks/rs/driver/runtime/
rs_core.c 149 PRIM_DEBUG(uint2)
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
math.rs 16 volatile uint2 ui2;
218 volatile uint2 prefix##_ui_2 = 1; \
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs.bak 16 volatile uint2 ui2;
62 volatile uint2 prefix##_ui_2 = 1; \
math.rs 16 volatile uint2 ui2;
62 volatile uint2 prefix##_ui_2 = 1; \
math.rs.orig 16 volatile uint2 ui2;
62 volatile uint2 prefix##_ui_2 = 1; \
  /frameworks/rs/driver/runtime/arch/
generic.c 399 extern uint2 __attribute__((overloadable)) max(uint2 v1, uint2 v2) {
400 uint2 r;
656 extern uint2 __attribute__((overloadable)) min(uint2 v1, uint2 v2) {
657 uint2 r;
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
math.rs 16 volatile uint2 ui2;
62 volatile uint2 prefix##_ui_2 = 1; \
vector.rs 32 uint2 u32_2 = { 1, 2 };
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
math.rs 16 volatile uint2 ui2;
62 volatile uint2 prefix##_ui_2 = 1; \
vector.rs 32 uint2 u32_2 = { 1, 2 };
  /frameworks/rs/scriptc/
rs_allocation.rsh 195 GET_ELEMENT_AT(uint2)
330 SET_ELEMENT_AT(uint2)
  /prebuilts/sdk/renderscript/include/
rs_allocation.rsh 195 GET_ELEMENT_AT(uint2)
330 SET_ELEMENT_AT(uint2)
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 32 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef

Completed in 518 milliseconds

1 2