Searched refs:IndexCount (Results 1 – 4 of 4) sorted by relevance
85 template <typename T, int IndexCount, T DefaultValue>94 for (int i = 0; i < IndexCount; i++) {100 for (int i = 1; i < IndexCount; i++) {107 for (int i = 2; i < IndexCount; i++) {115 for (int i = 3; i < IndexCount; i++) {119 EIGEN_STRONG_INLINE Array(const std::array<T, IndexCount>& array) {120 for (int i = 0; i < IndexCount; i++) {124 T data[IndexCount];128 template <int IndexCount>129 struct Dimension : Array<int, IndexCount, 1> {[all …]
775 for (auto IndexCount : ModulesOrdering) { in run() local776 auto &ModuleBuffer = Modules[IndexCount]; in run()822 }, IndexCount); in run()
1072 for (auto IndexCount : ModulesOrdering) { in run() local1073 auto &Mod = Modules[IndexCount]; in run()1158 }, IndexCount); in run()
1041 for (auto IndexCount : ModulesOrdering) { in run() local1042 auto &Mod = Modules[IndexCount]; in run()1127 }, IndexCount); in run()