Searched refs:_mm_cvtps_epi32 (Results 1 – 12 of 12) sorted by relevance
44 return _mm_cvtps_epi32(vFixed); in fpToFixedPoint()
719 ret = _mm_castsi128_ps(_mm_cvtps_epi32(ret));
1031 vxy0xy2i = _mm_cvtps_epi32(vxy0xy2); in calc_fixed_position()1032 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()
283 return _mm_cvtps_epi32(a);
1740 _mm_cvtps_epi32(__m128 __a) in _mm_cvtps_epi32() function
815 return _mm_cvtps_epi32(x.fVec); in Sk4f_round()
521 SI U32 round(F v, F scale) { return _mm_cvtps_epi32(v*scale); }
12695 res = _mm_cvtps_epi32(_pM128(a)); //use low 64 bits of result only in vcvt_s32_f32()12790 return _mm_cvtps_epi32(a); in vcvtnq_s32_f32()