HomeSort by relevance Sort by last modified time
    Searched refs:int2 (Results 1 - 25 of 35) 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 149 SkAutoTUnref<SkPDFInt> int2(new SkPDFInt(2));
155 catalog.addObject(int2.get(), false);
159 REPORTER_ASSERT(reporter, catalog.getObjectNumberSize(int2.get()) == 3);
164 catalog.emitObjectNumber(&buffer, int2.get());
174 SkAutoTUnref<SkPDFInt> int2(new SkPDFInt(2));
175 SkAutoTUnref<SkPDFObjRef> int2ref(new SkPDFObjRef(int2.get()));
179 catalog.addObject(int2.get(), false);
181 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);
  /external/clang/test/Misc/
diag-template-diffing.cpp 873 int int1, int2, default_int; member in namespace:ValueDecl
    [all...]
  /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 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)));
  /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 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/compile/libbcc/lib/Renderscript/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 184 PRIM_DEBUG(int2)
  /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/compile/libbcc/lib/Renderscript/runtime/arch/
x86_generic.c 202 extern int2 __attribute__((overloadable)) max(int2 v1, int2 v2) {
203 int2 r;
459 extern int2 __attribute__((overloadable)) min(int2 v1, int2 v2) {
460 int2 r;
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;
  /frameworks/rs/cpu_ref/
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);
rsCpuIntrinsicInlines.h 41 typedef int int2 __attribute__((ext_vector_type(2))); typedef
  /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/libxml2/
error.c 580 to->int2 = col;
966 to->int2 = from->int2;
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 55 typedef int32_t int2 __attribute__((ext_vector_type(2))); typedef
757 ELEMENT_AT(int2, RS_TYPE_SIGNED_32, 2)
    [all...]
  /external/libxml2/include/libxml/
xmlerror.h 87 int int2; /* column number of the error or 0 if N/A (todo: rename this field when we would break ABI) */ member in struct:_xmlError
    [all...]

Completed in 912 milliseconds

1 2