/external/clang/test/Sema/ |
vector-init.c | 39 typedef short __attribute__((vector_size(8))) short4; typedef 43 short4 arr2[2] = { test3_helper(), test3_helper() }; // expected-error 2 {{initializing 'short4' with an expression of incompatible type 'short8'}}
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicInlines.h | 40 typedef short short4 __attribute__((ext_vector_type(4))); typedef 70 static inline short4 convert_short4(uchar4 i) { 71 short4 f4 = {i.x, i.y, i.z, i.w}; 85 static inline uchar4 convert_uchar4(short4 i) {
|
rsCpuRuntimeStubs.cpp | 43 typedef short short4 __attribute__((ext_vector_type(4))); typedef 138 static void SC_debugS4(const char *s, const short4 *c) { 139 ALOGD("short4 %s {%hd, %hd, %hd, %hd} 0x%hx 0x%hx 0x%hx 0x%hx", s, c->x, c->y, c->z, c->w, c->x, c->y, c->z, c->w);
|
/frameworks/rs/driver/ |
rsdRuntimeStubs.cpp | 51 typedef short short4 __attribute__((ext_vector_type(4))); typedef 751 ELEMENT_AT(short4, RS_TYPE_SIGNED_16, 4) [all...] |