Searched defs:double4 (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp37 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/
H A DrsdRuntimeStubs.cpp42 typedef double double4 __attribute__((ext_vector_type(4))); typedef
939 ELEMENT_AT(double4, RS_TYPE_FLOAT_64, 4)

Completed in 12 milliseconds