Home | History | Annotate | Download | only in parallel

Lines Matching refs:count_if

959     count_if(InputIterator begin, InputIterator end, Predicate pred, 
961 { return _GLIBCXX_STD_P::count_if(begin, end, pred); }
963 // Parallel count_if for random access iterators
993 return count_if(begin, end, pred, __gnu_parallel::sequential_tag());
1001 { return count_if(begin, end, pred, __gnu_parallel::sequential_tag()); }
1006 count_if(InputIterator begin, InputIterator end, Predicate pred,
1017 count_if(InputIterator begin, InputIterator end, Predicate pred)