Searched defs:double2 (Results 1 – 3 of 3) sorted by relevance
73 static void my_double2_comb(double2 *accum, const double2 *other) { } constant
102 static void my_double2_comb(double2 *accum, const double2 *other) { } constant103 static void my_double2_out(int *out, const double2 *accum) { } constant
46 typedef double double2 __attribute__((ext_vector_type(2))); typedef