Home
last modified time | relevance | path

Searched defs:out_it (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/range/algorithm/
Dunique_copy.hpp32 unique_copy( const SinglePassRange& rng, OutputIterator out_it ) in unique_copy()
40 unique_copy( const SinglePassRange& rng, OutputIterator out_it, in unique_copy()
Dremove_copy_if.hpp31 remove_copy_if(const SinglePassRange& rng, OutputIterator out_it, Predicate pred) in remove_copy_if()
Dremove_copy.hpp34 remove_copy(const SinglePassRange& rng, OutputIterator out_it, const Value& val) in remove_copy()
Dreplace_copy.hpp30 replace_copy(const ForwardRange& rng, OutputIterator out_it, const Value& what, in replace_copy()
Dreplace_copy_if.hpp34 replace_copy_if(const ForwardRange& rng, OutputIterator out_it, Predicate pred, in replace_copy_if()
/third_party/boost/boost/math/special_functions/
Dbernoulli.hpp80 OutputIterator out_it, in bernoulli_b2n()
96 OutputIterator out_it) in bernoulli_b2n()
121 OutputIterator out_it, in tangent_t2n()
136 OutputIterator out_it) in tangent_t2n()
Dairy.hpp383 OutputIterator out_it, in airy_ai_zero()
405 OutputIterator out_it) in airy_ai_zero()
440 OutputIterator out_it, in airy_bi_zero()
462 OutputIterator out_it) in airy_bi_zero()
Dbessel.hpp671 OutputIterator out_it, in cyl_bessel_j_zero()
691 OutputIterator out_it) in cyl_bessel_j_zero()
732 OutputIterator out_it, in cyl_neumann_zero()
752 OutputIterator out_it) in cyl_neumann_zero()
/third_party/boost/boost/geometry/index/detail/rtree/visitors/
Ddistance_query.hpp28 inline explicit distance_query_result(size_t k, OutIt out_it) in distance_query_result()
130 …_type const& parameters, translator_type const& translator, Predicates const& pred, OutIter out_it) in distance_query()
/third_party/boost/boost/geometry/index/detail/rtree/quadratic/
Dredistribute_elements.hpp277 It out_it = first; in pick_next() local
/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcTestRunner.cpp837 std::ostream_iterator<string> out_it(ostr, ", "); in initSession() local