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
103 static inline int2 clamp(int2 amount, int low, int high) {
104 int2 r;
H A DrsCpuRuntimeStubs.cpp50 typedef int32_t int2 __attribute__((ext_vector_type(2))); typedef
169 static void SC_debugI2(const char *s, const int2 *i) {
170 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_core_math.rsh108 extern uint2 __attribute__((const, overloadable))abs(int2 value);
919 extern int2 __attribute__((const, overloadable))clamp(int2 value, int2 min_value, int2 max_value);
1270 extern int2 __attribute__((const, overloadable))clamp(int2 value, int min_value, int max_value);
1575 extern int2 __attribute__((const, overloadable))clz(int2 value);
1769 * Component wise conversion from int2 t
[all...]
H A Drs_allocation.rsh191 GET_ELEMENT_AT(int2)
326 SET_ELEMENT_AT(int2)
405 VOP(int2)
H A Drs_types.rsh343 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) { \
1122 int2 iv = convert_int2(v);
1123 int2 x = iv + (iv >> (int2)3
[all...]
H A Drs_core.c195 PRIM_DEBUG(int2)
H A Drs_allocation.c260 ELEMENT_AT(int2)
378 VOP(int2)
H A Drs_sample.c525 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;
488 extern int2 __attribute__((overloadable)) min(int2 v1, int2 v2) {
489 int2 r;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp55 typedef int32_t int2 __attribute__((ext_vector_type(2))); typedef
917 ELEMENT_AT(int2, RS_TYPE_SIGNED_32, 2)
1690 static void SC_debugI2(const char *s, int2 i) {
1853 void rsDebug(const char *s, const int2 *c) {

Completed in 180 milliseconds