/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/ |
H A D | NestedLoops.java | 48 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 D | R600MachineCFGStructurizer.cpp | 982 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 D | AMDILCFGStructurizer.cpp | 1015 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 D | AMDILCFGStructurizer.cpp | 1040 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 D | scc_test.cc | 409 TEST_F(SCCTest, NestedLoops) { in TEST_F() argument
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_merge_function_returns_test.cpp | 742 TEST(TransformationMergeFunctionReturnsTest, NestedLoops) { in TEST() argument
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzz/ |
H A D | transformation_merge_function_returns_test.cpp | 742 TEST(TransformationMergeFunctionReturnsTest, NestedLoops) { in TEST() argument
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_merge_function_returns_test.cpp | 742 TEST(TransformationMergeFunctionReturnsTest, NestedLoops) { in TEST() argument
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_cfg_test.cpp | 1242 TEST_P(ValidateCFG, NestedLoops) { in TEST_P() argument
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_cfg_test.cpp | 1242 TEST_P(ValidateCFG, NestedLoops) { in TEST_P() argument
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/val/ |
H A D | val_cfg_test.cpp | 1242 TEST_P(ValidateCFG, NestedLoops) { in TEST_P() argument
|
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/ |
H A D | test_static_runtime.cc | 3352 TEST(StaticRuntime, NestedLoops) { in TEST() argument
|
/aosp_15_r20/out/soong/ |
D | build.aosp_shiba.ninja.globs | 19059 …ns-math/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/NestedLoops.java","external…
|
D | build.aosp_shiba.3.ninja | 1750716 …ache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/NestedLoops.java $
|