Searched refs:do_reverse (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | do_reverse.hpp | 25 struct do_reverse {}; struct 28 struct do_reverse<clockwise, false> : boost::false_type {}; struct 31 struct do_reverse<clockwise, true> : boost::true_type {}; struct 34 struct do_reverse<counterclockwise, false> : boost::true_type {}; struct 37 struct do_reverse<counterclockwise, true> : boost::false_type {}; struct
|
| H A D | intersection_insert.hpp | 415 bool Reverse1 = detail::overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, 416 bool Reverse2 = detail::overlay::do_reverse<geometry::point_order<Geometry2>::value>::value, 417 bool ReverseOut = detail::overlay::do_reverse<geometry::point_order<GeometryOut>::value>::value, 974 overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, in insert() 975 overlay::do_reverse<geometry::point_order<Geometry2>::value, ReverseSecond>::value, in insert() 976 overlay::do_reverse<geometry::point_order<GeometryOut>::value>::value in insert() 983 geometry::detail::overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, in insert() 984 …geometry::detail::overlay::do_reverse<geometry::point_order<Geometry2>::value, ReverseSecond>::val… in insert()
|
| H A D | self_turn_points.hpp | 338 static bool const reverse = detail::overlay::do_reverse in self_turns()
|
| H A D | handle_colocations.hpp | 646 do_reverse<geometry::point_order<Geometry1>::value>::value != Reverse1, in handle_colocations() 647 do_reverse<geometry::point_order<Geometry2>::value>::value != Reverse2, in handle_colocations()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/ |
| H A D | linear_linear.hpp | 147 … overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, // should be false in apply() 148 … overlay::do_reverse<geometry::point_order<Geometry2>::value>::value, // should be false in apply()
|
| /OK3568_Linux_fs/kernel/arch/nds32/lib/ |
| H A D | memmove.S | 26 beqz $p0, do_reverse ! branch if dst > src 41 do_reverse: label
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | union.hpp | 51 bool Reverse1 = detail::overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, 52 bool Reverse2 = detail::overlay::do_reverse<geometry::point_order<Geometry2>::value>::value, 53 bool ReverseOut = detail::overlay::do_reverse<geometry::point_order<GeometryOut>::value>::value,
|
| H A D | difference.hpp | 77 geometry::detail::overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, in difference_insert() 78 … geometry::detail::overlay::do_reverse<geometry::point_order<Geometry2>::value, true>::value in difference_insert()
|
| H A D | sym_difference.hpp | 66 geometry::detail::overlay::do_reverse in apply() 70 geometry::detail::overlay::do_reverse in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/ |
| H A D | turns.hpp | 109 static const bool reverse1 = detail::overlay::do_reverse in apply() 114 static const bool reverse2 = detail::overlay::do_reverse in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/touches/ |
| H A D | implementation.hpp | 270 detail::overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, in apply() 271 detail::overlay::do_reverse<geometry::point_order<Geometry2>::value>::value, in apply()
|