Home
last modified time | relevance | path

Searched refs:two16 (Results 1 – 1 of 1) sorted by relevance

/external/neon_2_sse/
DNEON_2_SSE.h12820 __m128 two16, fHi, fLo; in vcvtq_f32_u32() local
12822 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()