Searched refs:unroll (Results 1 – 5 of 5) sorted by relevance
32 inner::from_accumulator(dot(unroll<U>( in _dot_m_v()42 inner::from_accumulator(dot(unroll<3>( in _dot_m_v()49 inner::from_accumulator(dot(unroll<2>( in _dot_m_v()
491 #pragma clang loop unroll(disable) in filter()502 dot(unroll<UNROLL_FACTOR>( in filter()516 #pragma clang loop unroll(disable) in filter()535 #pragma clang loop unroll(disable) in purec()
161 results(res) = dot(unroll<U>( in test3()163 unroll<U>( in test3()
114 #pragma clang loop vectorize(enable) unroll(disable) in arm_mse_f64()
186 auto unroll(const F& func) noexcept in unroll() function