Home
last modified time | relevance | path

Searched refs:min_sort_size (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/sort/
Dtune.pl88 $min_sort_size = 1000;
236 print CONSTANTS "min_sort_size = $min_sort_size };\n";
348 for (; $min_sort_size <= $defFileSize; $min_sort_size *= 2) {
349 $loopCount = ($defFileSize/$min_sort_size)/10;
350 $fileSize = $min_sort_size;
356 print STDOUT "Size: $min_sort_size boost::sort Time: $sumtime std::sort Time: $stdtime\n";
/third_party/boost/boost/sort/spreadsort/
Dstring_sort.hpp78 if (last - first < detail::min_sort_size) in string_sort()
262 if (last - first < detail::min_sort_size) in reverse_string_sort()
454 if (last - first < detail::min_sort_size) in string_sort()
562 if (last - first < detail::min_sort_size) in string_sort()
674 if (last - first < detail::min_sort_size) in reverse_string_sort()
Dinteger_sort.hpp79 if (last - first < detail::min_sort_size) in integer_sort()
168 if (last - first < detail::min_sort_size) in integer_sort()
261 if (last - first < detail::min_sort_size) in integer_sort()
Dfloat_sort.hpp89 if (last - first < detail::min_sort_size) in float_sort()
119 if (last - first < detail::min_sort_size) in float_sort()
152 if (last - first < detail::min_sort_size) in float_sort()
/third_party/boost/boost/sort/spreadsort/detail/
Dconstants.hpp41 min_sort_size = 1000 }; enumerator