HomeSort by relevance Sort by last modified time
    Searched defs:short4 (Results 1 - 4 of 4) sorted by null

  /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
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...]

Completed in 142 milliseconds