Searched refs:one_by_x (Results 1 – 5 of 5) sorted by relevance
283 extern const int32_t one_by_x[MAX_NELEM];
659 const int32_t one_by_x[MAX_NELEM] = { variable751 (uint32_t)one_by_x[n - 1], in calculate_intermediate_result()
178 const __m128i one_over_n = _mm_set1_epi32(one_by_x[n - 1]); in calc_ab()318 const __m128i one_over_n = _mm_set1_epi32(one_by_x[n - 1]); in calc_ab_fast()
227 const __m256i one_over_n = _mm256_set1_epi32(one_by_x[n - 1]); in calc_ab()364 const __m256i one_over_n = _mm256_set1_epi32(one_by_x[n - 1]); in calc_ab_fast()
470 const uint16x4_t one_by_n_minus_1_vec = vdup_n_u16(one_by_x[n - 1]); in calc_ab_internal_lbd()525 const uint16x4_t one_by_n_minus_1_vec = vdup_n_u16(one_by_x[n - 1]); in calc_ab_internal_hbd()587 const uint32x4_t one_by_n_minus_1_vec = vdupq_n_u32(one_by_x[n - 1]); in calc_ab_fast_internal_lbd()641 const uint32x4_t one_by_n_minus_1_vec = vdupq_n_u32(one_by_x[n - 1]); in calc_ab_fast_internal_hbd()