Searched refs:points1 (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/math/include_private/boost/math/tools/ |
D | test_data.hpp | 248 std::set<T> points1, points2; in insert() local 249 create_test_points(points1, arg1); in insert() 251 it_type a = points1.begin(); in insert() 252 it_type b = points1.end(); in insert() 290 std::set<T> points1, points2, points3; in insert() local 291 create_test_points(points1, arg1); in insert() 294 it_type a = points1.begin(); in insert() 295 it_type b = points1.end(); in insert() 341 std::set<T> points1, points2, points3, points4; in insert() local 342 create_test_points(points1, arg1); in insert() [all …]
|
/third_party/boost/boost/geometry/algorithms/detail/disjoint/ |
D | multipoint_geometry.hpp | 95 std::vector<point1_type> points1(boost::begin(multipoint1), in apply() local 98 std::sort(points1.begin(), points1.end(), less_type()); in apply() 111 predicate_type(points1.begin(), points1.end())); in apply()
|