Home
last modified time | relevance | path

Searched refs:found_result (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp673 bool found_result = false; in FoldFClampFeedingCompare() local
685 found_result = true; in FoldFClampFeedingCompare()
693 found_result = true; in FoldFClampFeedingCompare()
704 found_result = true; in FoldFClampFeedingCompare()
713 found_result = true; in FoldFClampFeedingCompare()
728 found_result = true; in FoldFClampFeedingCompare()
736 found_result = true; in FoldFClampFeedingCompare()
747 found_result = true; in FoldFClampFeedingCompare()
756 found_result = true; in FoldFClampFeedingCompare()
767 if (!found_result) { in FoldFClampFeedingCompare()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp673 bool found_result = false; in FoldFClampFeedingCompare() local
685 found_result = true; in FoldFClampFeedingCompare()
693 found_result = true; in FoldFClampFeedingCompare()
704 found_result = true; in FoldFClampFeedingCompare()
713 found_result = true; in FoldFClampFeedingCompare()
728 found_result = true; in FoldFClampFeedingCompare()
736 found_result = true; in FoldFClampFeedingCompare()
747 found_result = true; in FoldFClampFeedingCompare()
756 found_result = true; in FoldFClampFeedingCompare()
767 if (!found_result) { in FoldFClampFeedingCompare()
/external/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.cc333 util::StatusOr<const google::protobuf::Type*> found_result = in PopulateChildren() local
335 if (!found_result.ok()) { in PopulateChildren()
339 const google::protobuf::Type* found_type = found_result.ValueOrDie(); in PopulateChildren()