Home
last modified time | relevance | path

Searched defs:outer_loop (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/libhevc/common/arm64/
H A Dihevc_weighted_pred_bi.s212 outer_loop: label
H A Dihevc_weighted_pred_uni.s166 outer_loop: label
/aosp_15_r20/external/libhevc/common/arm/
H A Dihevc_weighted_pred_uni.s158 outer_loop: label
H A Dihevc_weighted_pred_bi.s194 outer_loop: label
/aosp_15_r20/external/flatbuffers/java/com/google/flatbuffers/
H A DFlatBufferBuilder.java900 continue outer_loop; in endTable() local
904 break outer_loop; in endTable() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Dunroll_simple.cpp1746 Loop& outer_loop = loop_descriptor.GetLoopByIndex(1); in TEST_F() local
1790 Loop& outer_loop = loop_descriptor.GetLoopByIndex(1); in TEST_F() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Dunroll_simple.cpp1746 Loop& outer_loop = loop_descriptor.GetLoopByIndex(1); in TEST_F() local
1790 Loop& outer_loop = loop_descriptor.GetLoopByIndex(1); in TEST_F() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/loop_optimizations/
H A Dunroll_simple.cpp1746 Loop& outer_loop = loop_descriptor.GetLoopByIndex(1); in TEST_F() local
1790 Loop& outer_loop = loop_descriptor.GetLoopByIndex(1); in TEST_F() local
/aosp_15_r20/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
H A DLZWEncoder.java199 continue outer_loop; in compress() local
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtutorial.cpp316 ForPtr outer_loop = to<For>(to<Block>(simplified)->stmts().front()); in main() local
/aosp_15_r20/art/compiler/optimizing/
H A Dsuperblock_cloner.cc387 HLoopInformation* outer_loop = cur_loop->GetPreHeader()->GetLoopInformation(); in AnalyzeLoopsLocally() local
H A Dnodes.cc960 HLoopInformation* outer_loop = GetPreHeader()->GetLoopInformation(); in PopulateInnerLoopUpwards() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorAdvancedIndexing.cpp1363 auto outer_loop = in index_select_out_cpu_() local
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
H A Dcontrol_flow_ops_py_test.py3748 def outer_loop(inp): function