Searched refs:int2 (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/database/
H A DCursorWindowTest.java87 long int2 = window.getLong(0, 1);
88 assertEquals(int1, int2);
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h41 typedef int int2 __attribute__((ext_vector_type(2))); typedef
105 static inline int2 clamp(int2 amount, int low, int high) {
106 int2 r;
H A DrsCpuRuntimeStubs.cpp47 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/
H A Dkernels.rs60 int2 i2;
61 int2 i2i = {1, 2};
/frameworks/rs/scriptc/
H A Drs_debug.rsh206 rsDebug(const char *, int2);
H A Drs_allocation.rsh191 GET_ELEMENT_AT(int2)
326 SET_ELEMENT_AT(int2)
H A Drs_cl.rsh125 _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); \
H A Drs_types.rsh324 typedef int int2 __attribute__((ext_vector_type(2)));
/frameworks/rs/driver/runtime/
H A Drs_cl.c3 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) {
1068 int2 iv = convert_int2(v);
1069 int2
[all...]
H A Drs_core.c146 PRIM_DEBUG(int2)
H A Drs_allocation.c233 ELEMENT_AT(int2)
H A Drs_sample.c526 int2 iPixel = convert_int2(uv * dimF);
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c287 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;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp55 typedef int32_t int2 __attribute__((ext_vector_type(2))); typedef
757 ELEMENT_AT(int2, RS_TYPE_SIGNED_32, 2)
1378 static void SC_debugI2(const char *s, int2 i) {
1541 void rsDebug(const char *s, const int2 *c) {

Completed in 195 milliseconds