Home
last modified time | relevance | path

Searched refs:for_each (Results 1 - 25 of 67) sorted by relevance

123

/third_party/rust/crates/minimal-lexical/tests/
H A Dlibm_tests.rs98 sets.iter().for_each(|s| s.iter().for_each(|val| powd(*val, exponent, expected))); in powd_test_sets_as_base()
102 sets.iter().for_each(|s| s.iter().for_each(|val| powd(base, *val, expected))); in powd_test_sets_as_exponent()
106 sets.iter().for_each(|s| { in powd_test_sets()
107 s.iter().for_each(|val| { in powd_test_sets()
231 [POS_ZERO, NEG_ZERO, POS_ONE, NEG_ONE, POS_EVENS, NEG_EVENS].iter().for_each(|int_set| { in special_cases()
232 int_set.iter().for_each(|int| { in special_cases()
241 NEG[1..(NEG.len() - 1)].iter().for_each(|set| { in special_cases()
242 set.iter().for_each(|va in special_cases()
[all...]
/third_party/rust/crates/syn/tests/repo/
H A Dmod.rs234 pub fn for_each_rust_file(for_each: impl Fn(&Path) + Sync + Send) { in for_each_rust_file()
263 rs_files.par_iter().map(PathBuf::as_path).for_each(for_each); in for_each_rust_file()
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
H A DDriveControl.h31 std::for_each(beg, end, [this](auto &x){x *= kScale;}); in operator ()()
33 std::for_each(beg, end, [this](auto &x){x *= recip;}); in operator ()()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DParallel.h140 TG.spawn([=, &Fn] { std::for_each(Begin, Begin + TaskSize, Fn); }); in parallel_for_each()
143 std::for_each(Begin, End, Fn); in parallel_for_each()
183 void for_each(Policy policy, IterTy Begin, IterTy End, FuncTy Fn) { in for_each() function
186 std::for_each(Begin, End, Fn); in for_each()
208 void for_each(parallel_execution_policy policy, IterTy Begin, IterTy End, in for_each() function
/third_party/glslang/glslang/MachineIndependent/
H A Diomapper.cpp1469 std::for_each(inVector.begin(), inVector.end(), inOutNotify); in addStage()
1470 std::for_each(outVector.begin(), outVector.end(), inOutNotify); in addStage()
1471 std::for_each(uniformVector.begin(), uniformVector.end(), uniformNotify); in addStage()
1475 std::for_each(inVector.begin(), inVector.end(), [&inVarMap](TVarLivePair p) { in addStage()
1481 std::for_each(outVector.begin(), outVector.end(), [&outVarMap](TVarLivePair p) { in addStage()
1486 std::for_each(uniformVector.begin(), uniformVector.end(), uniformResolve); in addStage()
1487 std::for_each(uniformVector.begin(), uniformVector.end(), [&uniformVarMap](TVarLivePair p) { in addStage()
1565 std::for_each(inVarMaps[stage]->begin(), inVarMaps[stage]->end(), inOutNotify); in addStage()
1566 std::for_each(outVarMaps[stage]->begin(), outVarMaps[stage]->end(), inOutNotify); in addStage()
1567 std::for_each(uniformVarMa in addStage()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h150 std::for_each(MBB->rbegin(), (MachineBasicBlock::reverse_iterator)front(), in initLRU()
156 std::for_each(front(), std::next(back()), in initLRU()
/third_party/skia/modules/skparagraph/include/
H A DDartTypes.h93 ? std::for_each(std::begin(c), std::end(c), f) in directional_for_each()
94 : std::for_each(std::rbegin(c), std::rend(c), f); in directional_for_each()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp147 llvm::for_each(M->functions(), recordGVSet); in findPartitions()
148 llvm::for_each(M->globals(), recordGVSet); in findPartitions()
149 llvm::for_each(M->aliases(), recordGVSet); in findPartitions()
/third_party/rust/crates/which-rs/tests/
H A Dbasic.rs173 .for_each(drop); in test_which_re_accepts_owned_and_borrow()
176 .for_each(drop); in test_which_re_accepts_owned_and_borrow()
179 .for_each(drop); in test_which_re_accepts_owned_and_borrow()
182 .for_each(drop); in test_which_re_accepts_owned_and_borrow()
/third_party/icu/icu4c/source/test/perf/localecanperf/
H A Dlocalecanperf.cpp30 std::for_each(testCases.begin(), testCases.end(), in call()
/third_party/glslang/SPIRV/
H A DSpvPostProcess.cpp281 std::for_each(decorations.begin(), decorations.end(), function); in postProcess()
294 std::for_each(decorations.begin(), decorations.end(), function); in postProcess()
443 std::for_each(decorations.begin(), decorations.end(), function); in postProcessFeatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp493 llvm::for_each(MergedModule->functions(), externalize); in restoreLinkageForExternals()
494 llvm::for_each(MergedModule->globals(), externalize); in restoreLinkageForExternals()
495 llvm::for_each(MergedModule->aliases(), externalize); in restoreLinkageForExternals()
/third_party/rust/crates/cxx/demo/src/
H A Dblobstore.cc60 std::for_each(blob->second.tags.cbegin(), blob->second.tags.cend(), in metadata()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceSwitchLowering.cpp43 std::for_each(Active + 1, CaseClusters.end(), in clusterizeSwitch()
/third_party/json/tests/src/
H A Dunit-algorithms.cpp57 SECTION("std::for_each")
63 std::for_each(j_array.cbegin(), j_array.cend(), [&sum](const json & value)
84 std::for_each(j_array.begin(), j_array.end(), add17);
/third_party/benchmark/src/
H A Dbenchmark_register.h55 std::for_each(it, dst->end(), [](T& t) { t *= -1; }); in AddNegatedPowers()
/third_party/googletest/googletest/src/hwext/
H A Dgtest-multithread.cpp56 std::for_each(threadTestEntryList.begin(), threadTestEntryList.end(), check); in doTest()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dprogram.cpp39 for_each([&](device &dev, const binary &bin) { in program()
H A Dproperty.hpp173 for_each([](typename S::value_type src, T *dst) { in operator =()
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Dalgorithm.hpp103 for_each(F &&f, Rs &&... rs) { in for_each() function
/third_party/rust/crates/syn/benches/
H A Drust.rs119 .for_each(|entry| { in exec()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.h171 std::for_each(begin(), end(), [&](EValue& e) { in gatherAliases()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A DjsonToSpirv.h171 std::for_each(begin(), end(), [&](EValue& e) { in gatherAliases()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp370 std::for_each(MemInstrs.begin() + getInstrIndex(FirstStore) + 1,
372 std::for_each(MemInstrs.begin(), &MemInstrs[getInstrIndex(LastLoad)],
/third_party/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.h178 std::for_each(begin(), end(), [&](EValue& e) { in gatherAliases()

Completed in 15 milliseconds

123