Searched refs:two16 (Results 1 – 1 of 1) sorted by relevance
12820 __m128 two16, fHi, fLo; in vcvtq_f32_u32() local12822 two16 = _mm_set1_ps((float)0x10000); //2^16 in vcvtq_f32_u32()12827 fHi = _mm_mul_ps(_mm_cvtepi32_ps(hi), two16); in vcvtq_f32_u32()