Home | History | Annotate | Download | only in parallel

Lines Matching refs:total_length

1004     _DifferenceTp total_length = 0;
1006 total_length += _GLIBCXX_PARALLEL_LENGTH(*s);
1008 length = std::min<_DifferenceTp>(length, total_length);
1103 difference_type length, difference_type total_length, Comparator comp,
1130 * (double(length) / total_length));
1184 difference_type length, difference_type total_length, Comparator comp,
1191 const bool tight = (total_length == length);
1311 difference_type total_length = 0;
1318 total_length += seq_length;
1323 _GLIBCXX_CALL(total_length)
1325 length = std::min<_DifferenceTp>(length, total_length);
1327 if (total_length == 0 || k == 0)
1336 (std::min<difference_type>(num_threads, total_length));
1353 splitter(ne_seqs, ne_seqs + k, length, total_length,