Searched refs:_mm_cvtps_epi32 (Results 1 – 8 of 8) sorted by relevance
43 return _mm_cvtps_epi32(vFixed); in fpToFixedPoint()
716 ret = _mm_castsi128_ps(_mm_cvtps_epi32(ret));
1023 vxy0xy2i = _mm_cvtps_epi32(vxy0xy2); in calc_fixed_position()1024 vxy1xy0i = _mm_cvtps_epi32(vxy1xy0); in calc_fixed_position()
480 return _mm_cvtps_epi32(A); in test_mm_cvtps_epi32()
340 const __m128i x_minus_half_floor = _mm_cvtps_epi32(x_minus_half); in mm_pow_ps()
606 return _mm_cvtps_epi32(x.fVec); in Sk4f_round()
510 SI U32 round(F v, F scale) { return _mm_cvtps_epi32(v*scale); } in round()
1740 _mm_cvtps_epi32(__m128 __a) in _mm_cvtps_epi32() function