HomeSort by relevance Sort by last modified time
    Searched refs:int2 (Results 1 - 25 of 40) sorted by null

1 2

  /external/clang/test/CodeGen/
palignr.c 19 typedef __attribute__((vector_size(8))) int int2; typedef
22 int2 align5(int2 a, int2 b) { return _mm_alignr_pi8(a, b, 8); }
25 int2 align6(int2 a, int2 b) { return _mm_alignr_pi8(a, b, 9); }
28 int2 align7(int2 a, int2 b) { return _mm_alignr_pi8(a, b, 16);
    [all...]
  /external/clang/test/SemaTemplate/
ext-vector-type.cpp 85 typedef int __attribute__((ext_vector_type(2))) int2; typedef in namespace:Deduction
90 int array0[X0<int2>::value == 0? 1 : -1];
  /external/skia/tests/
PDFPrimitivesTest.cpp 170 SkAutoTUnref<SkPDFInt> int2(new SkPDFInt(2));
176 catalog.addObject(int2.get(), false);
180 REPORTER_ASSERT(reporter, catalog.getObjectNumberSize(int2.get()) == 3);
185 catalog.emitObjectNumber(&buffer, int2.get());
195 SkAutoTUnref<SkPDFInt> int2(new SkPDFInt(2));
196 SkAutoTUnref<SkPDFObjRef> int2ref(new SkPDFObjRef(int2.get()));
200 catalog.addObject(int2.get(), false);
202 REPORTER_ASSERT(reporter, catalog.getObjectNumberSize(int2.get()) == 3);
  /frameworks/base/core/tests/coretests/src/android/database/
CursorWindowTest.java 87 long int2 = window.getLong(0, 1); local
88 assertEquals(int1, int2);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 41 typedef int int2 __attribute__((ext_vector_type(2))); typedef
105 static inline int2 clamp(int2 amount, int low, int high) {
106 int2 r;
rsCpuRuntimeStubs.cpp 47 typedef int32_t int2 __attribute__((ext_vector_type(2))); typedef
156 static void SC_debugI2(const char *s, const int2 *i) {
157 ALOGD("int2 %s {%d, %d} 0x%x 0x%x", s, i->x, i->y, i->x, i->y);
  /frameworks/rs/tests/typecheck/
kernels.rs 60 int2 i2;
61 int2 i2i = {1, 2};
  /external/chromium_org/third_party/angle_dx11/src/compiler/
Initialize.cpp 24 TType *int2 = new TType(EbtInt, EbpUndefined, EvqGlobal, 2); local
260 symbolTable.insertBuiltIn(bool2, "lessThan", int2, int2);
268 symbolTable.insertBuiltIn(bool2, "lessThanEqual", int2, int2);
276 symbolTable.insertBuiltIn(bool2, "greaterThan", int2, int2);
284 symbolTable.insertBuiltIn(bool2, "greaterThanEqual", int2, int2);
292 symbolTable.insertBuiltIn(bool2, "equal", int2, int2)
    [all...]
  /cts/tests/src/android/renderscript/cts/
verify.rs 21 static int2 errorLoc = {0,0};
174 int2 pref = convert_int2(rsGetElementAt_uchar2(in1, x, y));
175 int2 ptst = convert_int2(rsGetElementAt_uchar2(in2, x, y));
176 int2 d = convert_int2(abs(pref - ptst));
  /frameworks/rs/scriptc/
rs_debug.rsh 206 rsDebug(const char *, int2);
rs_allocation.rsh 191 GET_ELEMENT_AT(int2)
326 SET_ELEMENT_AT(int2)
rs_cl.rsh 125 _RS_RUNTIME int2 __attribute__((const, overloadable)) fnc(float2 v); \
145 _RS_RUNTIME float2 __attribute__((const, overloadable)) fnc(float2 v1, int2 v2); \
163 _RS_RUNTIME float2 __attribute__((pure, overloadable)) fnc(float2 v1, int2 *v2); \
193 fnc(float2 v1, float2 v2, int2 *v3); \
rs_types.rsh 324 typedef int int2 __attribute__((ext_vector_type(2)));
  /prebuilts/sdk/renderscript/include/
rs_debug.rsh 206 rsDebug(const char *, int2);
rs_allocation.rsh 191 GET_ELEMENT_AT(int2)
326 SET_ELEMENT_AT(int2)
rs_cl.rsh 125 _RS_RUNTIME int2 __attribute__((const, overloadable)) fnc(float2 v); \
145 _RS_RUNTIME float2 __attribute__((const, overloadable)) fnc(float2 v1, int2 v2); \
163 _RS_RUNTIME float2 __attribute__((pure, overloadable)) fnc(float2 v1, int2 *v2); \
193 fnc(float2 v1, float2 v2, int2 *v3); \
rs_types.rsh 324 typedef int int2 __attribute__((ext_vector_type(2)));
  /frameworks/rs/driver/runtime/
rs_cl.c 3 extern float2 __attribute__((overloadable)) convert_float2(int2 c);
7 extern int2 __attribute__((overloadable)) convert_int2(float2 c);
48 extern int2 __attribute__((overloadable)) fnc(float2 v) { \
49 int2 r; \
117 extern float2 __attribute__((overloadable)) fnc(float2 v1, int2 v2) { \
201 extern float2 __attribute__((overloadable)) fnc(float2 v1, int2 *v2) { \
263 fnc(float2 v1, float2 v2, int2 *v3) { \
518 extern float2 __attribute__((overloadable)) pown(float2 v, int2 p) {
    [all...]
rs_core.c 146 PRIM_DEBUG(int2)
  /external/clang/test/Misc/
diag-template-diffing.cpp 873 int int1, int2, default_int; member in namespace:ValueDecl
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 64 int &&int2 = ConvertsTo<int&>(); // expected-error{{no viable conversion from 'ConvertsTo<int &>' to 'int'}} local
  /frameworks/rs/driver/runtime/arch/
generic.c 287 extern int2 __attribute__((overloadable)) max(int2 v1, int2 v2) {
288 int2 r;
544 extern int2 __attribute__((overloadable)) min(int2 v1, int2 v2) {
545 int2 r;
  /packages/apps/Calendar/tests/src/com/android/calendar/
UtilsTests.java 229 Integer int2 = new Integer(1); local
230 assertTrue(Utils.equals(int1, int2));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectStreamFieldTest.java 355 int int2 = 2; field in class:MockClass
  /external/chromium_org/third_party/libxml/src/
error.c 585 to->int2 = col;
976 to->int2 = from->int2;

Completed in 484 milliseconds

1 2