Home
last modified time | relevance | path

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

/third_party/boost/libs/icl/doc/
Dfunctions_interval_misc.qbk21 [[`T inner_complement(const T&, const T&)`] [1] [1] [1] [1] …
31 [[`T inner_complement(const T&, const T&)`] [`z = inner_complement(x,y)` `z` is the inte…
Dinterface.qbk708 [[`T inner_complement(const T&, const T&)`] [1] [1] [1] [1] …
/third_party/boost/libs/icl/test/
Dtest_icl_interval_shared.hpp21 BOOST_CHECK_EQUAL(icl::length(inner_complement(itv1,itv2)), icl::distance(itv1,itv2)); in test_inner_complement()
22 BOOST_CHECK_EQUAL(icl::length(inner_complement(itv1,itv2)), icl::distance(itv2,itv1)); in test_inner_complement()
23 BOOST_CHECK_EQUAL(icl::length(inner_complement(itv2,itv1)), icl::distance(itv1,itv2)); in test_inner_complement()
24 BOOST_CHECK_EQUAL(icl::length(inner_complement(itv2,itv1)), icl::distance(itv2,itv1)); in test_inner_complement()
26 IntervalT in_comp = inner_complement(itv1,itv2); in test_inner_complement()
35 BOOST_CHECK_EQUAL(inner_complement(itv1,itv2), inner_comp_itv); in test_inner_complement()
36 BOOST_CHECK_EQUAL(inner_complement(itv2,itv1), inner_comp_itv); in test_inner_complement()
/third_party/boost/boost/icl/concept/
Dinterval.hpp1309 inner_complement(const Type& left, const Type& right) in inner_complement() function
1323 inner_complement(const Type& left, const Type& right) in inner_complement() function
1337 inner_complement(const Type& left, const Type& right) in inner_complement() function
1351 inner_complement(const Type& left, const Type& right) in inner_complement() function
1367 return inner_complement(left, right); in between()