/external/clang/test/CodeGen/ |
struct-init.c | 23 typedef __attribute__(( ext_vector_type(2) )) unsigned int uint2; typedef 30 const uint32x2_t signBit = { (uint2) 0x80000000 };
|
/frameworks/rs/tests/typecheck/ |
kernels.rs | 69 uint2 ui2; 70 uint2 ui2i = {1, 2};
|
/frameworks/rs/scriptc/ |
rs_debug.rsh | 221 rsDebug(const char *, uint2);
|
rs_allocation.rsh | 195 GET_ELEMENT_AT(uint2) 330 SET_ELEMENT_AT(uint2)
|
rs_types.rsh | 260 typedef uint uint2 __attribute__((ext_vector_type(2)));
|
/prebuilts/sdk/renderscript/include/ |
rs_debug.rsh | 221 rsDebug(const char *, uint2);
|
rs_allocation.rsh | 195 GET_ELEMENT_AT(uint2) 330 SET_ELEMENT_AT(uint2)
|
rs_types.rsh | 260 typedef uint uint2 __attribute__((ext_vector_type(2)));
|
/frameworks/rs/cpu_ref/ |
rsCpuRuntimeStubs.cpp | 50 typedef uint32_t uint2 __attribute__((ext_vector_type(2))); typedef 168 static void SC_debugUI2(const char *s, const uint2 *i) { 169 ALOGD("uint2 %s {%u, %u} 0x%x 0x%x", s, i->x, i->y, i->x, i->y);
|
rsCpuIntrinsicInlines.h | 32 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
|
/frameworks/rs/driver/runtime/ |
rs_core.c | 149 PRIM_DEBUG(uint2)
|
rs_sample.c | 386 getNearestSample(const Allocation_t *alloc, uint2 iPixel, rs_data_kind dk, 528 uint2 location;
|
rs_allocation.c | 237 ELEMENT_AT(uint2)
|
/frameworks/rs/driver/runtime/arch/ |
generic.c | 399 extern uint2 __attribute__((overloadable)) max(uint2 v1, uint2 v2) { 400 uint2 r; 656 extern uint2 __attribute__((overloadable)) min(uint2 v1, uint2 v2) { 657 uint2 r;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pickletools.py | 232 raise ValueError("not enough data in stream to read uint2") 234 uint2 = ArgumentDescriptor( variable 235 name='uint2', 940 arg=uint2, [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pickletools.py | 232 raise ValueError("not enough data in stream to read uint2") 234 uint2 = ArgumentDescriptor( variable 235 name='uint2', 940 arg=uint2, [all...] |
/frameworks/rs/driver/ |
rsdRuntimeStubs.cpp | 58 typedef uint32_t uint2 __attribute__((ext_vector_type(2))); typedef 761 ELEMENT_AT(uint2, RS_TYPE_UNSIGNED_32, 2) [all...] |