HomeSort by relevance Sort by last modified time
    Searched refs:int2 (Results 1 - 25 of 34) 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 153 SkRefPtr<SkPDFInt> int2 = new SkPDFInt(2); local
154 int2->unref(); // SkRefPtr and new both took a reference.
160 catalog.addObject(int2.get(), false);
164 REPORTER_ASSERT(reporter, catalog.getObjectNumberSize(int2.get()) == 3);
169 catalog.emitObjectNumber(&buffer, int2.get());
180 SkRefPtr<SkPDFInt> int2 = new SkPDFInt(2); local
181 int2->unref(); // SkRefPtr and new both took a reference.
182 SkRefPtr<SkPDFObjRef> int2ref = new SkPDFObjRef(int2.get());
187 catalog.addObject(int2.get(), false);
189 REPORTER_ASSERT(reporter, catalog.getObjectNumberSize(int2.get()) == 3)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
CursorWindowTest.java 87 long int2 = window.getLong(0, 1); local
88 assertEquals(int1, int2);
  /frameworks/rs/scriptc/
rs_debug.rsh 206 rsDebug(const char *, int2);
rs_allocation.rsh 181 GET_ELEMENT_AT(int2)
rs_cl.rsh 106 _RS_RUNTIME int2 __attribute__((overloadable)) fnc(float2 v); \
126 _RS_RUNTIME float2 __attribute__((overloadable)) fnc(float2 v1, int2 v2); \
144 _RS_RUNTIME float2 __attribute__((overloadable)) fnc(float2 v1, int2 *v2); \
174 fnc(float2 v1, float2 v2, int2 *v3); \
rs_types.rsh 324 typedef int int2 __attribute__((ext_vector_type(2)));
  /frameworks/support/renderscript/v8/rs_support/scriptc/
rs_debug.rsh 206 rsDebug(const char *, int2);
rs_allocation.rsh 181 GET_ELEMENT_AT(int2)
rs_cl.rsh 106 _RS_RUNTIME int2 __attribute__((overloadable)) fnc(float2 v); \
126 _RS_RUNTIME float2 __attribute__((overloadable)) fnc(float2 v1, int2 v2); \
144 _RS_RUNTIME float2 __attribute__((overloadable)) fnc(float2 v1, int2 *v2); \
174 fnc(float2 v1, float2 v2, int2 *v3); \
rs_types.rsh 324 typedef int int2 __attribute__((ext_vector_type(2)));
  /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/
rsdIntrinsicInlines.h 41 typedef int int2 __attribute__((ext_vector_type(2))); typedef
rsdRuntimeStubs.cpp 59 typedef int32_t int2 __attribute__((ext_vector_type(2))); typedef
633 static void SC_debugI2(const char *s, int2 i) {
    [all...]
  /frameworks/support/renderscript/v8/rs_support/driver/
rsdIntrinsicInlines.h 41 typedef int int2 __attribute__((ext_vector_type(2))); typedef
rsdRuntimeStubs.cpp 57 typedef int32_t int2 __attribute__((ext_vector_type(2))); typedef
344 static void SC_debugI2(const char *s, int2 i) {
  /prebuilts/sdk/renderscript/include/
rs_types.rsh 305 typedef int int2 __attribute__((ext_vector_type(2)));
rs_cl.rsh 60 _RS_RUNTIME int2 __attribute__((overloadable)) fnc(float2 v); \
75 _RS_RUNTIME float2 __attribute__((overloadable)) fnc(float2 v1, int2 v2); \
93 _RS_RUNTIME float2 __attribute__((overloadable)) fnc(float2 v1, int2 *v2); \
107 fnc(float2 v1, float2 v2, int2 *v3); \
  /frameworks/compile/libbcc/lib/Renderscript/runtime/arch/
generic.c 260 extern int2 __attribute__((overloadable)) max(int2 v1, int2 v2) {
261 int2 r;
517 extern int2 __attribute__((overloadable)) min(int2 v1, int2 v2) {
518 int2 r;
  /packages/apps/Calendar/tests/src/com/android/calendar/
UtilsTests.java 205 Integer int2 = new Integer(1); local
206 assertTrue(Utils.equals(int1, int2));
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_cl.c 3 extern float2 __attribute__((overloadable)) convert_float2(int2 c);
33 extern int2 __attribute__((overloadable)) fnc(float2 v) { \
34 int2 r; \
102 extern float2 __attribute__((overloadable)) fnc(float2 v1, int2 v2) { \
186 extern float2 __attribute__((overloadable)) fnc(float2 v1, int2 *v2) { \
248 fnc(float2 v1, float2 v2, int2 *v3) { \
498 extern float2 __attribute__((overloadable)) pown(float2 v, int2 p) {
    [all...]
rs_sample.c 317 int2 iPixel = convert_int2(pixelUV);
365 int2 iPixel = convert_int2(uv * dimF);
  /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/libxml2/
error.c 580 to->int2 = col;
966 to->int2 = from->int2;

Completed in 231 milliseconds

1 2