Searched refs:proper_subset (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/numeric/interval/compare/ |
D | set.hpp | 26 return proper_subset(x, y); in operator <() 50 return proper_subset(y, x); in operator >()
|
/third_party/boost/libs/dynamic_bitset/test/ |
D | dyn_bitset_unit_tests3.cpp | 255 Tests::proper_subset(a, b); in run_test_cases() 259 Tests::proper_subset(a, b); in run_test_cases() 263 Tests::proper_subset(a, b); in run_test_cases() 267 Tests::proper_subset(a, b); in run_test_cases() 272 Tests::proper_subset(a, b); in run_test_cases() 277 Tests::proper_subset(a, b); in run_test_cases()
|
D | bitset_test.hpp | 928 static void proper_subset(const Bitset& a, const Bitset& b) in proper_subset() function
|
/third_party/boost/boost/numeric/interval/ |
D | utility_fwd.hpp | 70 proper_subset(
|
D | utility.hpp | 132 bool proper_subset(const interval<T, Policies1>& x, in proper_subset() function
|
/third_party/boost/libs/multiprecision/test/ |
D | test_mpfi.cpp | 193 BOOST_CHECK(proper_subset(b, a)); in test_intervals()
|
/third_party/boost/boost/multiprecision/ |
D | mpfi.hpp | 1233 inline bool proper_subset(const number<mpfi_float_backend<Digits10>, ExpressionTemplates>& a, const… in proper_subset() function
|
/third_party/boost/libs/multiprecision/doc/ |
D | multiprecision.qbk | 1368 bool proper_subset(const number<mpfi_float_backend<Digits10>, ExpressionTemplates>& a,
|