Searched defs:ulong2 (Results 1 – 3 of 3) sorted by relevance
289 static void my_ulong2_comb(ulong2 *accum, const ulong2 *other) { } constant
366 static void my_ulong2_comb(ulong2 *accum, const ulong2 *other) { } constant367 static void my_ulong2_out(int *out, const ulong2 *accum) { } constant
70 typedef uint64_t ulong2 __attribute__((ext_vector_type(2))); typedef