Lines Matching refs:range
68 for (auto _ : state) pi = CalculatePi(static_cast<int>(state.range(0)));
90 data = ConstructRandomSet(state.range(0));
92 for (int j = 0; j < state.range(1); ++j) data.insert(rand());
94 state.SetItemsProcessed(state.iterations() * state.range(1));
95 state.SetBytesProcessed(state.iterations() * state.range(1) *
110 for (int64_t i = state.range(0); --i;) c.push_back(v);
112 const int64_t items_processed = state.iterations() * state.range(0);
125 size_t len = static_cast<size_t>(state.range(0));
158 for (int i = 0; i < state.range(0); ++i)
165 int64_t size = state.range(0) / static_cast<int64_t>(sizeof(int));
190 int64_t microseconds = state.range(0);
232 switch (st.range(0)) {