Home
last modified time | relevance | path

Searched refs:check_min (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/algorithm/test/
Dclamp_test.cpp220 BOOST_CXX14_CONSTEXPR bool check_min = (1 == ba::clamp ( 1, 1, 10 )); in test_constexpr() local
221 BOOST_CHECK(check_min); in test_constexpr()
232 BOOST_CXX14_CONSTEXPR bool check_min = (1 == ba::clamp ( 1, 10, 1, intGreater )); in test_constexpr() local
233 BOOST_CHECK(check_min); in test_constexpr()
250 BOOST_CXX14_CONSTEXPR bool check_min = (-10 == ba::clamp ( -10, -10, -1 )); in test_constexpr() local
251 BOOST_CHECK(check_min); in test_constexpr()
260 BOOST_CXX14_CONSTEXPR bool check_min = (-10 == ba::clamp ( -10, -10, 10 )); in test_constexpr() local
261 BOOST_CHECK(check_min); in test_constexpr()
273 BOOST_CXX14_CONSTEXPR bool check_min = (1U == ba::clamp ( 1U, 1U, 10U )); in test_constexpr() local
274 BOOST_CHECK(check_min); in test_constexpr()
[all …]
/third_party/boost/boost/geometry/index/detail/rtree/utilities/
Dare_counts_ok.hpp34 inline are_counts_ok(parameters_type const& parameters, bool check_min = true) in are_counts_ok() argument
38 , m_check_min(check_min) in are_counts_ok()
100 bool are_counts_ok(Rtree const& tree, bool check_min = true) in are_counts_ok() argument
107 > v(tree.parameters(), check_min); in are_counts_ok()
/third_party/boost/libs/chrono/test/duration/
Dduration_values_pass.cpp39 void check_min() in check_min() function
71 check_min<boost::chrono::duration<int> >(); in main()
72 check_min<boost::chrono::duration<Rep> >(); in main()
/third_party/glib/glib/tests/
Dqueue.c92 check_min (gpointer elm, gpointer user_data) in check_min() function
106 g_queue_foreach (queue, check_min, &min); in find_min()