/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicInlines.h | 45 typedef long long3 __attribute__((ext_vector_type(3))); typedef
|
rsCpuRuntimeStubs.cpp | 54 typedef long long long3 __attribute__((ext_vector_type(3))); typedef 183 static void SC_debugL3(const char *s, const long3 *ll) { 184 ALOGD("long3 %s {%lld, %lld, %lld} 0x%llx 0x%llx 0x%llx", s, ll->x, ll->y, ll->z, ll->x, ll->y, ll->z);
|
/external/clang/test/CodeGen/ |
x86_64-arguments.c | 327 typedef long long3 __attribute((ext_vector_type(3))); typedef 328 int foo(long3 X)
|
/frameworks/rs/driver/ |
rsdRuntimeStubs.cpp | 62 typedef long long long3 __attribute__((ext_vector_type(3))); typedef 766 ELEMENT_AT(long3, RS_TYPE_SIGNED_64, 3) [all...] |