Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drasterizer.h43 return _mm_cvtps_epi32(vFixed); in fpToFixedPoint()
Dformat_types.h716 ret = _mm_castsi128_ps(_mm_cvtps_epi32(ret));
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c1023 vxy0xy2i = _mm_cvtps_epi32(vxy0xy2); in calc_fixed_position()
1024 vxy1xy0i = _mm_cvtps_epi32(vxy1xy0); in calc_fixed_position()
/external/clang/test/CodeGen/
Dsse2-builtins.c480 return _mm_cvtps_epi32(A); in test_mm_cvtps_epi32()
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_sse2.c340 const __m128i x_minus_half_floor = _mm_cvtps_epi32(x_minus_half); in mm_pow_ps()
/external/skia/src/opts/
DSkNx_sse.h722 return _mm_cvtps_epi32(x.fVec); in Sk4f_round()
/external/skqp/src/opts/
DSkNx_sse.h715 return _mm_cvtps_epi32(x.fVec); in Sk4f_round()
/external/clang/lib/Headers/
Demmintrin.h1740 _mm_cvtps_epi32(__m128 __a) in _mm_cvtps_epi32() function
/external/skqp/src/jumper/
DSkJumper_stages.cpp462 SI U32 round(F v, F scale) { return _mm_cvtps_epi32(v*scale); } in round()
/external/skia/src/jumper/
DSkJumper_stages.cpp462 SI U32 round(F v, F scale) { return _mm_cvtps_epi32(v*scale); } in round()