Home
last modified time | relevance | path

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 Ddo_reverse.hpp25 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 Dintersection_insert.hpp415 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 Dself_turn_points.hpp338 static bool const reverse = detail::overlay::do_reverse in self_turns()
H A Dhandle_colocations.hpp646 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 Dlinear_linear.hpp147 … 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 Dmemmove.S26 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 Dunion.hpp51 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 Ddifference.hpp77 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 Dsym_difference.hpp66 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 Dturns.hpp109 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 Dimplementation.hpp270 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()