Searched defs:half2 (Results 1 – 5 of 5) sorted by relevance
16 static half2 ElementAt_half2(int x, int y, int z) { constant
29 sp<const Element> half2 = Element::F16_2(rs); in main() local
19 static void my_half2_comb(half2 *accum, const half2 *other) { } constant
36 static void my_half2_comb(half2 *accum, const half2 *other) { } constant37 static void my_half2_out(int *out, const half2 *accum) { } constant
39 typedef half half2 __attribute__((ext_vector_type(2))); typedef