Home
last modified time | relevance | path

Searched refs:NestedLoops (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/
H A DNestedLoops.java48 class NestedLoops { class
54 private List<NestedLoops> surrounded;
73 NestedLoops(final double tolerance) { in NestedLoops() method in NestedLoops
74 this.surrounded = new ArrayList<NestedLoops>(); in NestedLoops()
85 private NestedLoops(final Vector2D[] loop, final double tolerance) in NestedLoops() method in NestedLoops
93 this.surrounded = new ArrayList<NestedLoops>(); in NestedLoops()
127 add(new NestedLoops(bLoop, tolerance)); in add()
135 private void add(final NestedLoops node) throws MathIllegalArgumentException { in add()
138 for (final NestedLoops child : surrounded) { in add()
146 for (final Iterator<NestedLoops> iterator = surrounded.iterator(); iterator.hasNext();) { in add()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp982 std::deque<MachineLoop *> NestedLoops; in loopendPatternMatch() local
985 NestedLoops.push_front(ML); in loopendPatternMatch()
987 if (NestedLoops.empty()) in loopendPatternMatch()
994 for (MachineLoop *ExaminedLoop : NestedLoops) { in loopendPatternMatch()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp1015 std::deque<MachineLoop *> NestedLoops; in loopendPatternMatch() local
1018 NestedLoops.push_front(ML); in loopendPatternMatch()
1020 if (NestedLoops.empty()) in loopendPatternMatch()
1027 for (MachineLoop *ExaminedLoop : NestedLoops) { in loopendPatternMatch()
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp1040 std::deque<MachineLoop *> NestedLoops; in loopendPatternMatch() local
1043 NestedLoops.push_front(ML); in loopendPatternMatch()
1045 if (NestedLoops.size() == 0) in loopendPatternMatch()
1052 for (MachineLoop *ExaminedLoop : NestedLoops) { in loopendPatternMatch()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dscc_test.cc409 TEST_F(SCCTest, NestedLoops) { in TEST_F() argument
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_merge_function_returns_test.cpp742 TEST(TransformationMergeFunctionReturnsTest, NestedLoops) { in TEST() argument
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzz/
H A Dtransformation_merge_function_returns_test.cpp742 TEST(TransformationMergeFunctionReturnsTest, NestedLoops) { in TEST() argument
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_merge_function_returns_test.cpp742 TEST(TransformationMergeFunctionReturnsTest, NestedLoops) { in TEST() argument
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/
Dval_cfg_test.cpp1242 TEST_P(ValidateCFG, NestedLoops) { in TEST_P() argument
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_cfg_test.cpp1242 TEST_P(ValidateCFG, NestedLoops) { in TEST_P() argument
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/val/
H A Dval_cfg_test.cpp1242 TEST_P(ValidateCFG, NestedLoops) { in TEST_P() argument
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Dtest_static_runtime.cc3352 TEST(StaticRuntime, NestedLoops) { in TEST() argument
/aosp_15_r20/out/soong/
Dbuild.aosp_shiba.ninja.globs19059 …ns-math/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/NestedLoops.java","external…
Dbuild.aosp_shiba.3.ninja1750716 …ache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/NestedLoops.java $