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

  /external/clang/test/SemaTemplate/
instantiate-clang.cpp 9 typedef __attribute__(( ext_vector_type(4) )) double double4; typedef
13 void f(T v1, double4 v2) {
19 template struct ExtVectorAccess0<double4>;
  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 37 typedef double double4 __attribute__((ext_vector_type(4))); typedef
99 static void SC_debugD4(const char *s, const double4 *f) {
100 ALOGD("double4 %s {%f, %f, %f, %f}", s, f->x, f->y, f->z, f->w);
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 42 typedef double double4 __attribute__((ext_vector_type(4))); typedef
    [all...]

Completed in 121 milliseconds