Searched refs:arglists (Results 1 – 7 of 7) sorted by relevance
/third_party/benchmark/src/ |
D | benchmark_register.cc | 263 std::vector<std::vector<int64_t>> arglists(ranges.size()); in Ranges() local 265 AddRange(&arglists[i], ranges[i].first, ranges[i].second, in Ranges() 269 ArgsProduct(arglists); in Ranges() 275 const std::vector<std::vector<int64_t>>& arglists) { in ArgsProduct() argument 276 BM_CHECK(ArgsCnt() == -1 || ArgsCnt() == static_cast<int>(arglists.size())); in ArgsProduct() 278 std::vector<std::size_t> indices(arglists.size()); in ArgsProduct() 280 std::begin(arglists), std::end(arglists), std::size_t{1}, in ArgsProduct() 285 args.reserve(arglists.size()); in ArgsProduct() 287 for (std::size_t arg = 0; arg < arglists.size(); arg++) { in ArgsProduct() 288 args.push_back(arglists[arg][indices[arg]]); in ArgsProduct() [all …]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | cmake.py | 1305 arglists = [] 1307 arglists.append( 1310 pool.map(CallGenerateOutputForConfig, arglists)
|
D | ninja.py | 2920 arglists = [] 2922 arglists.append( 2925 pool.map(CallGenerateOutputForConfig, arglists)
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | cmake.py | 1308 arglists = [] 1310 arglists.append( 1313 pool.map(CallGenerateOutputForConfig, arglists)
|
D | ninja.py | 2923 arglists = [] 2925 arglists.append( 2928 pool.map(CallGenerateOutputForConfig, arglists)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicsAMDGPU.td | 478 // Return the concatenation of the given arglists. LLVMMatchType's are adjusted 480 class arglistconcat<list<list<AMDGPUArg>> arglists, int shift = 0> { 482 !foldl([]<AMDGPUArg>, arglists, lhs, rhs,
|
/third_party/benchmark/include/benchmark/ |
D | benchmark.h | 1132 Benchmark* ArgsProduct(const std::vector<std::vector<int64_t> >& arglists);
|