Searched defs:maxval4 (Results 1 – 2 of 2) sorted by relevance
726 __m128 thresh4 = _mm_set1_ps(thresh), maxval4 = _mm_set1_ps(maxval); in thresh_32f() local764 __m128 thresh4 = _mm_set1_ps(thresh), maxval4 = _mm_set1_ps(maxval); in thresh_32f() local
465 static const __m128 maxval4 = _mm_set1_ps((float)(exp_max_val/exp_prescale)); in exp() local