Searched refs:max_element (Results 26 - 42 of 42) sorted by relevance

12

/external/chromium_org/base/test/
H A Dtrace_event_analyzer.cc874 stats->max_us = *std::max_element(deltas.begin(), deltas.end());
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddatabase_manager.cc182 *std::max_element(check.url_results.begin(),
/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager.cc1086 std::max_element(votes.begin(), votes.end(), CompareVotes);
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp982 uint64_t MaxWeight = *std::max_element(Weights.begin(), Weights.end());
/external/openfst/src/include/fst/
H A Dqueue.h565 StateId nscc = *max_element(scc_.begin(), scc_.end()) + 1;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dqueue.h527 StateId nscc = *max_element(scc_.begin(), scc_.end()) + 1;
/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp595 const deUint32 maxCem = *std::max_element(&colorEndpointModes[0], &colorEndpointModes[numPartitions]);
1161 const deUint32 maxCem = *std::max_element(&blockParams.colorEndpointModes[0], &blockParams.colorEndpointModes[numPartitions]);
/external/stlport/stlport/stl/
H A D_algo.c1796 // min_element and max_element, with and without an explicitly supplied
1800 _ForwardIter max_element(_ForwardIter __first, _ForwardIter __last) { function
1813 _ForwardIter max_element(_ForwardIter __first, _ForwardIter __last, function
H A D_valarray.h344 return *max_element(this->_M_first + 0, this->_M_first + this->_M_size);
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dencode.cc485 std::vector<int> mtf(*max_element(v.begin(), v.end()) + 1);
/external/deqp/modules/gles31/functional/
H A Des31fTessellationTests.cpp137 return *std::max_element(DE_ARRAY_BEGIN(arr), DE_ARRAY_END(arr));
2024 const int maxNumVertices = (int)std::max_element(caseReferences.begin(), caseReferences.end(), SizeLessThan<vector<Vec3> >())->size();
2203 const int maxNumVertices = 1 + getClampedRoundedTessLevel(m_spacing, *std::max_element(tessLevelCases.begin(), tessLevelCases.end()));
H A Des31fGeometryShaderTests.cpp890 return *std::max_element(spec.pattern.begin(), spec.pattern.end());
2383 const int testVertices = *std::max_element(m_spec.pattern.begin(), m_spec.pattern.end());
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp1023 const float maxSlope = *std::max_element(perProgramSlopes.begin(), perProgramSlopes.end());
H A Des2pShaderCompilationCases.cpp169 return (float)*std::max_element(v.begin(), v.end());
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp1023 const float maxSlope = *std::max_element(perProgramSlopes.begin(), perProgramSlopes.end());
H A Des3pShaderCompilationCases.cpp169 return (float)*std::max_element(v.begin(), v.end());
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp759 uint64_t Max = *std::max_element(Weights.begin(), Weights.end());

Completed in 624 milliseconds

12