Home
last modified time | relevance | path

Searched refs:check_max (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/algorithm/test/
Dclamp_test.cpp224 BOOST_CXX14_CONSTEXPR bool check_max = (10 == ba::clamp ( 10, 1, 10 )); in test_constexpr() local
225 BOOST_CHECK(check_max); in test_constexpr()
236 BOOST_CXX14_CONSTEXPR bool check_max = (10 == ba::clamp ( 10, 10, 1, intGreater )); in test_constexpr() local
237 BOOST_CHECK(check_max); in test_constexpr()
246 BOOST_CXX14_CONSTEXPR bool check_max = (-1 == ba::clamp ( -1, -10, -1 )); in test_constexpr() local
247 BOOST_CHECK(check_max); in test_constexpr()
264 BOOST_CXX14_CONSTEXPR bool check_max = (10 == ba::clamp ( 10, -10, 10 )); in test_constexpr() local
265 BOOST_CHECK(check_max); in test_constexpr()
277 BOOST_CXX14_CONSTEXPR bool check_max = (10U == ba::clamp ( 10U, 1U, 10U )); in test_constexpr() local
278 BOOST_CHECK(check_max); in test_constexpr()
[all …]
/third_party/boost/libs/chrono/test/duration/
Dduration_values_pass.cpp26 void check_max() in check_max() function
69 check_max<boost::chrono::duration<int> >(); in main()
70 check_max<boost::chrono::duration<Rep> >(); in main()
/third_party/glib/glib/tests/
Dqueue.c82 check_max (gpointer elm, gpointer user_data) in check_max() function
116 g_queue_foreach (queue, check_max, &max); in find_max()