Searched defs:v2f32 (Results 1 – 7 of 7) sorted by relevance
6 void func(float32x2_t v2f32, float32x4_t v4f32) { in func()
111 v2f32 = 56, // 2 x f32 enumerator
24 typedef __attribute__((vector_size(8))) float v2f32; typedef
126 v2f32 = 71, // 2 x f32 enumerator
93 LLVMTypeRef v2f32; member
168 v2f32 = 106, // 2 x f32 enumerator
1456 using v2f32 = tcu::Vector<tcu::Float32, 2>; typedef