Searched refs:S16_MAX_F (Results 1 – 3 of 3) sorted by relevance
757 __m128 int_max = _mm_set1_ps(S16_MAX_F); in conv_f32d_to_s16_1s_avx2()799 __m256 int_max = _mm256_set1_ps(S16_MAX_F); in conv_f32d_to_s16_2s_avx2()832 __m128 int_max = _mm_set1_ps(S16_MAX_F); in conv_f32d_to_s16_2s_avx2()854 __m256 int_max = _mm256_set1_ps(S16_MAX_F); in conv_f32d_to_s16_4s_avx2()908 __m128 int_max = _mm_set1_ps(S16_MAX_F); in conv_f32d_to_s16_4s_avx2()951 __m256 int_max = _mm256_set1_ps(S16_MAX_F); in conv_f32d_to_s16_4_avx2()990 __m128 int_max = _mm_set1_ps(S16_MAX_F); in conv_f32d_to_s16_4_avx2()1017 __m256 int_max = _mm256_set1_ps(S16_MAX_F); in conv_f32d_to_s16_2_avx2()1051 __m128 int_max = _mm_set1_ps(S16_MAX_F); in conv_f32d_to_s16_2_avx2()
555 __m128 int_max = _mm_set1_ps(S16_MAX_F); in conv_f32_to_s16_1_sse2()604 __m128 int_max = _mm_set1_ps(S16_MAX_F); in conv_f32d_to_s16_1s_sse2()646 __m128 int_max = _mm_set1_ps(S16_MAX_F); in conv_f32d_to_s16_2s_sse2()696 __m128 int_max = _mm_set1_ps(S16_MAX_F); in conv_f32d_to_s16_4s_sse2()774 __m128 int_max = _mm_set1_ps(S16_MAX_F); in conv_f32d_to_s16_2_sse2()
61 #define S16_MAX_F 32767.0f macro