Home
last modified time | relevance | path

Searched refs:first_min_element (Results 1 – 25 of 47) sorted by relevance

12

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/range/algorithm/
H A Dmin_element.hpp35 return boost::first_min_element(boost::begin(rng), boost::end(rng)); in min_element()
44 return boost::first_min_element(boost::begin(rng), boost::end(rng)); in min_element()
53 return boost::first_min_element(boost::begin(rng), boost::end(rng), pred); in min_element()
62 return boost::first_min_element(boost::begin(rng), boost::end(rng), pred); in min_element()
74 boost::first_min_element(boost::begin(rng), boost::end(rng)), in min_element()
85 boost::first_min_element(boost::begin(rng), boost::end(rng)), in min_element()
96 boost::first_min_element(boost::begin(rng), boost::end(rng), pred), in min_element()
107 boost::first_min_element(boost::begin(rng), boost::end(rng), pred), in min_element()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/range/algorithm/
H A Dmin_element.hpp35 return boost::first_min_element(boost::begin(rng), boost::end(rng)); in min_element()
44 return boost::first_min_element(boost::begin(rng), boost::end(rng)); in min_element()
53 return boost::first_min_element(boost::begin(rng), boost::end(rng), pred); in min_element()
62 return boost::first_min_element(boost::begin(rng), boost::end(rng), pred); in min_element()
74 boost::first_min_element(boost::begin(rng), boost::end(rng)), in min_element()
85 boost::first_min_element(boost::begin(rng), boost::end(rng)), in min_element()
96 boost::first_min_element(boost::begin(rng), boost::end(rng), pred), in min_element()
107 boost::first_min_element(boost::begin(rng), boost::end(rng), pred), in min_element()
/dports/devel/boost-docs/boost_1_72_0/libs/algorithm/minmax/test/
H A Dminmax_element_test.cpp143 …CHECK_EQUAL_ITERATORS( boost::first_min_element(first, last), std::min_element(first, last), first… in test_minmax()
152 CHECK_EQUAL_ITERATORS( min, boost::first_min_element(first, last), first ); in test_minmax()
163 min = boost::first_min_element(first, last, lc); in test_minmax()
183 CHECK_EQUAL_ITERATORS( min, boost::first_min_element(first, last, lc), first ); in test_minmax()
/dports/devel/boost-python-libs/boost_1_72_0/libs/algorithm/minmax/test/
H A Dminmax_element_test.cpp143 …CHECK_EQUAL_ITERATORS( boost::first_min_element(first, last), std::min_element(first, last), first… in test_minmax()
152 CHECK_EQUAL_ITERATORS( min, boost::first_min_element(first, last), first ); in test_minmax()
163 min = boost::first_min_element(first, last, lc); in test_minmax()
183 CHECK_EQUAL_ITERATORS( min, boost::first_min_element(first, last, lc), first ); in test_minmax()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/algorithm/minmax/test/
H A Dminmax_element_test.cpp130 …CHECK_EQUAL_ITERATORS( boost::first_min_element(first, last), std::min_element(first, last), first… in test_minmax()
139 CHECK_EQUAL_ITERATORS( min, boost::first_min_element(first, last), first ); in test_minmax()
150 min = boost::first_min_element(first, last, lc); in test_minmax()
170 CHECK_EQUAL_ITERATORS( min, boost::first_min_element(first, last, lc), first ); in test_minmax()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/algorithm/minmax/test/
H A Dminmax_element_test.cpp143 …CHECK_EQUAL_ITERATORS( boost::first_min_element(first, last), std::min_element(first, last), first… in test_minmax()
152 CHECK_EQUAL_ITERATORS( min, boost::first_min_element(first, last), first ); in test_minmax()
163 min = boost::first_min_element(first, last, lc); in test_minmax()
183 CHECK_EQUAL_ITERATORS( min, boost::first_min_element(first, last, lc), first ); in test_minmax()
/dports/databases/xtrabackup/boost_1_59_0/libs/algorithm/minmax/test/
H A Dminmax_element_test.cpp130 …CHECK_EQUAL_ITERATORS( boost::first_min_element(first, last), std::min_element(first, last), first… in test_minmax()
139 CHECK_EQUAL_ITERATORS( min, boost::first_min_element(first, last), first ); in test_minmax()
150 min = boost::first_min_element(first, last, lc); in test_minmax()
170 CHECK_EQUAL_ITERATORS( min, boost::first_min_element(first, last, lc), first ); in test_minmax()
/dports/databases/percona57-server/boost_1_59_0/libs/algorithm/minmax/test/
H A Dminmax_element_test.cpp130 …CHECK_EQUAL_ITERATORS( boost::first_min_element(first, last), std::min_element(first, last), first… in test_minmax()
139 CHECK_EQUAL_ITERATORS( min, boost::first_min_element(first, last), first ); in test_minmax()
150 min = boost::first_min_element(first, last, lc); in test_minmax()
170 CHECK_EQUAL_ITERATORS( min, boost::first_min_element(first, last, lc), first ); in test_minmax()
/dports/databases/percona57-client/boost_1_59_0/libs/algorithm/minmax/test/
H A Dminmax_element_test.cpp130 …CHECK_EQUAL_ITERATORS( boost::first_min_element(first, last), std::min_element(first, last), first… in test_minmax()
139 CHECK_EQUAL_ITERATORS( min, boost::first_min_element(first, last), first ); in test_minmax()
150 min = boost::first_min_element(first, last, lc); in test_minmax()
170 CHECK_EQUAL_ITERATORS( min, boost::first_min_element(first, last, lc), first ); in test_minmax()
/dports/devel/boost-libs/boost_1_72_0/libs/algorithm/minmax/test/
H A Dminmax_element_test.cpp143 …CHECK_EQUAL_ITERATORS( boost::first_min_element(first, last), std::min_element(first, last), first… in test_minmax()
152 CHECK_EQUAL_ITERATORS( min, boost::first_min_element(first, last), first ); in test_minmax()
163 min = boost::first_min_element(first, last, lc); in test_minmax()
183 CHECK_EQUAL_ITERATORS( min, boost::first_min_element(first, last, lc), first ); in test_minmax()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/algorithm/minmax/test/
H A Dminmax_element_test.cpp130 …CHECK_EQUAL_ITERATORS( boost::first_min_element(first, last), std::min_element(first, last), first… in test_minmax()
139 CHECK_EQUAL_ITERATORS( min, boost::first_min_element(first, last), first ); in test_minmax()
150 min = boost::first_min_element(first, last, lc); in test_minmax()
170 CHECK_EQUAL_ITERATORS( min, boost::first_min_element(first, last, lc), first ); in test_minmax()
/dports/devel/hyperscan/boost_1_75_0/libs/algorithm/minmax/test/
H A Dminmax_element_test.cpp143 …CHECK_EQUAL_ITERATORS( boost::first_min_element(first, last), std::min_element(first, last), first… in test_minmax()
152 CHECK_EQUAL_ITERATORS( min, boost::first_min_element(first, last), first ); in test_minmax()
163 min = boost::first_min_element(first, last, lc); in test_minmax()
183 CHECK_EQUAL_ITERATORS( min, boost::first_min_element(first, last, lc), first ); in test_minmax()
/dports/devel/boost-docs/boost_1_72_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp84 TIMER( n, boost::first_min_element(first, last), in test_minmax_element()
123 CTIMER( n, boost::first_min_element(first, last, lc), in test_minmax_element()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp84 TIMER( n, boost::first_min_element(first, last), in test_minmax_element()
123 CTIMER( n, boost::first_min_element(first, last, lc), in test_minmax_element()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp84 TIMER( n, boost::first_min_element(first, last), in test_minmax_element()
123 CTIMER( n, boost::first_min_element(first, last, lc), in test_minmax_element()
/dports/databases/xtrabackup/boost_1_59_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp84 TIMER( n, boost::first_min_element(first, last), in test_minmax_element()
123 CTIMER( n, boost::first_min_element(first, last, lc), in test_minmax_element()
/dports/databases/percona57-server/boost_1_59_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp84 TIMER( n, boost::first_min_element(first, last), in test_minmax_element()
123 CTIMER( n, boost::first_min_element(first, last, lc), in test_minmax_element()
/dports/databases/percona57-client/boost_1_59_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp84 TIMER( n, boost::first_min_element(first, last), in test_minmax_element()
123 CTIMER( n, boost::first_min_element(first, last, lc), in test_minmax_element()
/dports/devel/boost-libs/boost_1_72_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp84 TIMER( n, boost::first_min_element(first, last), in test_minmax_element()
123 CTIMER( n, boost::first_min_element(first, last, lc), in test_minmax_element()
/dports/devel/boost-python-libs/boost_1_72_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp84 TIMER( n, boost::first_min_element(first, last), in test_minmax_element()
123 CTIMER( n, boost::first_min_element(first, last, lc), in test_minmax_element()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp84 TIMER( n, boost::first_min_element(first, last), in test_minmax_element()
123 CTIMER( n, boost::first_min_element(first, last, lc), in test_minmax_element()
/dports/devel/hyperscan/boost_1_75_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp84 TIMER( n, boost::first_min_element(first, last), in test_minmax_element()
123 CTIMER( n, boost::first_min_element(first, last, lc), in test_minmax_element()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/algorithm/
H A Dminmax_element.hpp264 first_min_element(ForwardIter first, ForwardIter last) in first_min_element() function
272 first_min_element(ForwardIter first, ForwardIter last, BinaryPredicate comp)
/dports/devel/R-cran-BH/BH/inst/include/boost/algorithm/
H A Dminmax_element.hpp268 first_min_element(ForwardIter first, ForwardIter last) in first_min_element() function
276 first_min_element(ForwardIter first, ForwardIter last, BinaryPredicate comp)
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/algorithm/
H A Dminmax_element.hpp266 first_min_element(ForwardIter first, ForwardIter last) in first_min_element() function
274 first_min_element(ForwardIter first, ForwardIter last, BinaryPredicate comp)

12