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

/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp35 typedef double double2 __attribute__((ext_vector_type(2))); typedef
93 static void SC_debugD2(const char *s, const double2 *f) {
94 ALOGD("double2 %s {%f, %f}", s, f->x, f->y);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp40 typedef double double2 __attribute__((ext_vector_type(2))); typedef
937 ELEMENT_AT(double2, RS_TYPE_FLOAT_64, 2)

Completed in 96 milliseconds