Searched refs:MS_CVT256EPI32_PS (Results 1 – 2 of 2) sorted by relevance
71 MS_FLOAT32X8 decimal = MS_SUB256_F32(input, MS_MUL256_F32(MS_CVT256EPI32_PS(integer), param[0])); in simd_exp_avx()
115 #define MS_CVT256EPI32_PS(src) _mm256_cvtepi32_ps(src) // truncate float to int macro