Searched defs:AccumulatorType (Results 1 – 4 of 4) sorted by relevance
328 typedef std::uint32_t AccumulatorType; typedef517 typedef std::uint32_t AccumulatorType; typedef635 typedef std::int32_t AccumulatorType; typedef881 typedef std::int32_t AccumulatorType; typedef966 typedef float AccumulatorType; typedef1053 typedef float AccumulatorType; typedef1139 typedef float AccumulatorType; typedef1225 typedef float AccumulatorType; typedef1368 typedef float AccumulatorType; typedef1557 typedef float AccumulatorType; typedef[all …]
42 struct AccumulatorType { struct43 typedef T type;47 struct AccumulatorType<Eigen::half> { struct48 typedef float type;
76 struct AccumulatorType { struct77 typedef T type;83 struct AccumulatorType<Eigen::half> { struct84 typedef float type;
179 using AccumulatorType = std::conditional_t<N == 4, float32x4_t, in energyMonoVector() typedef182 using AccumulatorType = android::audio_utils::intrinsics::internal_array_t<float, N>; in energyMonoVector() typedef