Home
last modified time | relevance | path

Searched refs:first_max_element (Results 1 – 25 of 51) sorted by relevance

123

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/range/algorithm/
H A Dmax_element.hpp35 return boost::first_max_element(boost::begin(rng), boost::end(rng)); in max_element()
44 return boost::first_max_element(boost::begin(rng), boost::end(rng)); in max_element()
53 return boost::first_max_element(boost::begin(rng), boost::end(rng), pred); in max_element()
62 return boost::first_max_element(boost::begin(rng), boost::end(rng), pred); in max_element()
74 boost::first_max_element(boost::begin(rng), boost::end(rng)), in max_element()
85 boost::first_max_element(boost::begin(rng), boost::end(rng)), in max_element()
96 boost::first_max_element(boost::begin(rng), boost::end(rng), pred), in max_element()
107 boost::first_max_element(boost::begin(rng), boost::end(rng), pred), in max_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 Dmax_element.hpp35 return boost::first_max_element(boost::begin(rng), boost::end(rng)); in max_element()
44 return boost::first_max_element(boost::begin(rng), boost::end(rng)); in max_element()
53 return boost::first_max_element(boost::begin(rng), boost::end(rng), pred); in max_element()
62 return boost::first_max_element(boost::begin(rng), boost::end(rng), pred); in max_element()
74 boost::first_max_element(boost::begin(rng), boost::end(rng)), in max_element()
85 boost::first_max_element(boost::begin(rng), boost::end(rng)), in max_element()
96 boost::first_max_element(boost::begin(rng), boost::end(rng), pred), in max_element()
107 boost::first_max_element(boost::begin(rng), boost::end(rng), pred), in max_element()
/dports/devel/boost-docs/boost_1_72_0/libs/algorithm/minmax/test/
H A Dminmax_element_test.cpp147 …CHECK_EQUAL_ITERATORS( boost::first_max_element(first, last), std::max_element(first, last), first… in test_minmax()
156 CHECK_EQUAL_ITERATORS( max, boost::first_max_element(first, last), first ); in test_minmax()
172 max = boost::first_max_element(first, last, lc); in test_minmax()
189 CHECK_EQUAL_ITERATORS( max, boost::first_max_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.cpp147 …CHECK_EQUAL_ITERATORS( boost::first_max_element(first, last), std::max_element(first, last), first… in test_minmax()
156 CHECK_EQUAL_ITERATORS( max, boost::first_max_element(first, last), first ); in test_minmax()
172 max = boost::first_max_element(first, last, lc); in test_minmax()
189 CHECK_EQUAL_ITERATORS( max, boost::first_max_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.cpp134 …CHECK_EQUAL_ITERATORS( boost::first_max_element(first, last), std::max_element(first, last), first… in test_minmax()
143 CHECK_EQUAL_ITERATORS( max, boost::first_max_element(first, last), first ); in test_minmax()
159 max = boost::first_max_element(first, last, lc); in test_minmax()
176 CHECK_EQUAL_ITERATORS( max, boost::first_max_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.cpp147 …CHECK_EQUAL_ITERATORS( boost::first_max_element(first, last), std::max_element(first, last), first… in test_minmax()
156 CHECK_EQUAL_ITERATORS( max, boost::first_max_element(first, last), first ); in test_minmax()
172 max = boost::first_max_element(first, last, lc); in test_minmax()
189 CHECK_EQUAL_ITERATORS( max, boost::first_max_element(first, last, lc), first ); in test_minmax()
/dports/databases/xtrabackup/boost_1_59_0/libs/algorithm/minmax/test/
H A Dminmax_element_test.cpp134 …CHECK_EQUAL_ITERATORS( boost::first_max_element(first, last), std::max_element(first, last), first… in test_minmax()
143 CHECK_EQUAL_ITERATORS( max, boost::first_max_element(first, last), first ); in test_minmax()
159 max = boost::first_max_element(first, last, lc); in test_minmax()
176 CHECK_EQUAL_ITERATORS( max, boost::first_max_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.cpp134 …CHECK_EQUAL_ITERATORS( boost::first_max_element(first, last), std::max_element(first, last), first… in test_minmax()
143 CHECK_EQUAL_ITERATORS( max, boost::first_max_element(first, last), first ); in test_minmax()
159 max = boost::first_max_element(first, last, lc); in test_minmax()
176 CHECK_EQUAL_ITERATORS( max, boost::first_max_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.cpp134 …CHECK_EQUAL_ITERATORS( boost::first_max_element(first, last), std::max_element(first, last), first… in test_minmax()
143 CHECK_EQUAL_ITERATORS( max, boost::first_max_element(first, last), first ); in test_minmax()
159 max = boost::first_max_element(first, last, lc); in test_minmax()
176 CHECK_EQUAL_ITERATORS( max, boost::first_max_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.cpp147 …CHECK_EQUAL_ITERATORS( boost::first_max_element(first, last), std::max_element(first, last), first… in test_minmax()
156 CHECK_EQUAL_ITERATORS( max, boost::first_max_element(first, last), first ); in test_minmax()
172 max = boost::first_max_element(first, last, lc); in test_minmax()
189 CHECK_EQUAL_ITERATORS( max, boost::first_max_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.cpp134 …CHECK_EQUAL_ITERATORS( boost::first_max_element(first, last), std::max_element(first, last), first… in test_minmax()
143 CHECK_EQUAL_ITERATORS( max, boost::first_max_element(first, last), first ); in test_minmax()
159 max = boost::first_max_element(first, last, lc); in test_minmax()
176 CHECK_EQUAL_ITERATORS( max, boost::first_max_element(first, last, lc), first ); in test_minmax()
/dports/devel/hyperscan/boost_1_75_0/libs/algorithm/minmax/test/
H A Dminmax_element_test.cpp147 …CHECK_EQUAL_ITERATORS( boost::first_max_element(first, last), std::max_element(first, last), first… in test_minmax()
156 CHECK_EQUAL_ITERATORS( max, boost::first_max_element(first, last), first ); in test_minmax()
172 max = boost::first_max_element(first, last, lc); in test_minmax()
189 CHECK_EQUAL_ITERATORS( max, boost::first_max_element(first, last, lc), first ); in test_minmax()
/dports/multimedia/librav1e/rav1e-0.5.1/src/
H A Dcdef.rs68 fn first_max_element(elems: &[i32]) -> (usize, i32) { in first_max_element() function
136 let (best_dir, best_cost) = first_max_element(&cost); in cdef_find_dir()
308 assert_eq!(first_max_element(&[-1, -1, 1, 2, 3, 4, 6, 6]), (6, 6)); in check_max_element()
309 assert_eq!(first_max_element(&[-1, -1, 1, 2, 3, 4, 7, 6]), (6, 7)); in check_max_element()
310 assert_eq!(first_max_element(&[0, 0]), (0, 0)); in check_max_element()
/dports/multimedia/rav1e/rav1e-0.5.1/src/
H A Dcdef.rs68 fn first_max_element(elems: &[i32]) -> (usize, i32) { in first_max_element() function
136 let (best_dir, best_cost) = first_max_element(&cost); in cdef_find_dir()
308 assert_eq!(first_max_element(&[-1, -1, 1, 2, 3, 4, 6, 6]), (6, 6)); in check_max_element()
309 assert_eq!(first_max_element(&[-1, -1, 1, 2, 3, 4, 7, 6]), (6, 7)); in check_max_element()
310 assert_eq!(first_max_element(&[0, 0]), (0, 0)); in check_max_element()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/
H A Dcdef.rs68 fn first_max_element(elems: &[i32]) -> (usize, i32) { in first_max_element() function
136 let (best_dir, best_cost) = first_max_element(&cost); in cdef_find_dir()
308 assert_eq!(first_max_element(&[-1, -1, 1, 2, 3, 4, 6, 6]), (6, 6)); in check_max_element()
309 assert_eq!(first_max_element(&[-1, -1, 1, 2, 3, 4, 7, 6]), (6, 7)); in check_max_element()
310 assert_eq!(first_max_element(&[0, 0]), (0, 0)); in check_max_element()
/dports/devel/boost-docs/boost_1_72_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp88 TIMER( n, boost::first_max_element(first, last), in test_minmax_element()
129 CTIMER( n, boost::first_max_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.cpp88 TIMER( n, boost::first_max_element(first, last), in test_minmax_element()
129 CTIMER( n, boost::first_max_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.cpp88 TIMER( n, boost::first_max_element(first, last), in test_minmax_element()
129 CTIMER( n, boost::first_max_element(first, last, lc), in test_minmax_element()
/dports/databases/xtrabackup/boost_1_59_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp88 TIMER( n, boost::first_max_element(first, last), in test_minmax_element()
129 CTIMER( n, boost::first_max_element(first, last, lc), in test_minmax_element()
/dports/databases/percona57-server/boost_1_59_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp88 TIMER( n, boost::first_max_element(first, last), in test_minmax_element()
129 CTIMER( n, boost::first_max_element(first, last, lc), in test_minmax_element()
/dports/databases/percona57-client/boost_1_59_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp88 TIMER( n, boost::first_max_element(first, last), in test_minmax_element()
129 CTIMER( n, boost::first_max_element(first, last, lc), in test_minmax_element()
/dports/devel/boost-libs/boost_1_72_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp88 TIMER( n, boost::first_max_element(first, last), in test_minmax_element()
129 CTIMER( n, boost::first_max_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.cpp88 TIMER( n, boost::first_max_element(first, last), in test_minmax_element()
129 CTIMER( n, boost::first_max_element(first, last, lc), in test_minmax_element()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp88 TIMER( n, boost::first_max_element(first, last), in test_minmax_element()
129 CTIMER( n, boost::first_max_element(first, last, lc), in test_minmax_element()
/dports/devel/hyperscan/boost_1_75_0/libs/algorithm/minmax/example/
H A Dminmax_timer.cpp88 TIMER( n, boost::first_max_element(first, last), in test_minmax_element()
129 CTIMER( n, boost::first_max_element(first, last, lc), in test_minmax_element()

123