Searched defs:double4 (Results 1 – 3 of 3) sorted by relevance
77 static void my_double4_comb(double4 *accum, const double4 *other) { } constant
107 static void my_double4_comb(double4 *accum, const double4 *other) { } constant108 static void my_double4_out(int *out, const double4 *accum) { } constant
48 typedef double double4 __attribute__((ext_vector_type(4))); typedef