Searched refs:v_result_d (Results 1 – 2 of 2) sorted by relevance
39 const __m128i v_result_d = RightShiftWithRounding_S16(v_val_d, bits); in TEST() local40 const int16_t result = _mm_extract_epi16(v_result_d, 0); in TEST()
39 const __m256i v_result_d = RightShiftWithRounding_S16(v_val_d, bits); in TEST() local43 _mm_extract_epi16(_mm256_extracti128_si256(v_result_d, 0), 0); in TEST()