Home
last modified time | relevance | path

Searched refs:sorted_freq (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/SPIRV-Tools/tools/stats/
Dstats_analyzer.cpp102 std::vector<std::pair<Key, double>> sorted_freq(freq.begin(), freq.end()); in WriteFreq() local
103 std::sort(sorted_freq.begin(), sorted_freq.end(), in WriteFreq()
109 for (const auto& pair : sorted_freq) { in WriteFreq()
/external/swiftshader/third_party/SPIRV-Tools/tools/stats/
Dstats_analyzer.cpp102 std::vector<std::pair<Key, double>> sorted_freq(freq.begin(), freq.end()); in WriteFreq() local
103 std::sort(sorted_freq.begin(), sorted_freq.end(), in WriteFreq()
109 for (const auto& pair : sorted_freq) { in WriteFreq()