Searched refs:accumulator (Results 1 – 14 of 14) sorted by relevance
29 typedef std::tuple<typename number_traits<E>::accumulator...> accumulator; typedef39 static std::tuple<typename number_traits<E>::accumulator...> one() in one()
27 typedef double accumulator; typedef
26 typedef float accumulator; typedef
30 typedef float16_t accumulator; typedef
26 typedef Q<17,14> accumulator; typedef
24 typedef Q<15,48> accumulator; typedef
24 typedef Q<33,30> accumulator; typedef
93 using Acc = typename number_traits<T>::accumulator; in test2()147 using Acc = typename number_traits<T>::accumulator; in test3()
132 using ACC = typename number_traits<T>::accumulator; in all_dot_test()
486 using acc_type = typename number_traits<T>::accumulator; in filter()
35 using Acc = typename number_traits<T>::accumulator; in _dot_m_m()
30 using Acc = typename number_traits<T>::accumulator; in _dot_m_m()
52 using Acc = typename number_traits<T>::accumulator; in _dot_m_v()
869 using DotResult = typename number_traits<typename traits<DA>::Scalar>::accumulator;