Searched refs:_simd_round_ps (Results 1 – 2 of 2) sorted by relevance
104 result = _simd_round_ps(result, _MM_FROUND_TO_ZERO); in QuantizeDepth()
74 #define _simd_round_ps(a, i) SIMD::round_ps<SIMD::RoundMode(i)>(a) macro