Home
last modified time | relevance | path

Searched refs:equals (Results 1 – 25 of 262) sorted by relevance

1234567891011

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/
H A Dimplementation.hpp55 namespace detail { namespace equals namespace
88 … if (!geometry::math::equals(get<min_corner, Dimension>(box1), get<min_corner, Dimension>(box2)) in apply()
89 … || !geometry::math::equals(get<max_corner, Dimension>(box1), get<max_corner, Dimension>(box2))) in apply()
113 return equals::equals_point_point( in apply()
116 ? equals::equals_point_point( in apply()
119 : ( equals::equals_point_point( in apply()
122 && equals::equals_point_point( in apply()
137 return geometry::math::equals( in apply()
153 return geometry::math::equals( in apply()
284 struct equals<P1, P2, point_tag, point_tag, DimensionCount, Reverse> struct
[all …]
H A Dinterface.hpp58 struct equals: not_implemented<Tag1, Tag2> struct
69 struct equals<Geometry1, Geometry2, Tag1, Tag2, DimensionCount, true> struct
70 : equals<Geometry2, Geometry1, Tag2, Tag1, DimensionCount, false>
75 return equals in apply()
93 struct equals struct
100 return dispatch::equals in apply()
117 return dispatch::equals in apply()
130 struct equals struct
143 return resolve_strategy::equals in apply()
149 struct equals<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)>, Geometry2> struct
[all …]
H A Dcollect_vectors.hpp117 if (math::equals(x, other.x)) in operator <()
119 if (math::equals(y, other.y)) in operator <()
121 if (math::equals(dx, other.dx)) in operator <()
140 return math::equals(x, other.x) in operator ==()
141 && math::equals(y, other.y) in operator ==()
206 if (math::equals(get<0>(origin), get<0>(other.origin))) in operator <()
208 if (math::equals(get<1>(origin), get<1>(other.origin))) in operator <()
210 if (math::equals(get<0>(direction), get<0>(other.direction))) in operator <()
212 if (math::equals(get<1>(direction), get<1>(other.direction))) in operator <()
236 return math::equals(get<0>(origin), get<0>(other.origin)) in operator ==()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Dequal_to.hpp19 struct equals struct
23 return geometry::equals(g1, g2); in apply()
28 struct equals<Geometry *, Tag> struct
37 struct equals<T, void> struct
46 struct equals<T *, void> struct
61 return equals<T>::apply(boost::get<I>(t1), boost::get<I>(t2)) in apply()
107 return detail::equals<Value>::apply(l ,r); in operator ()()
135 return detail::equals<T1>::apply(l.first, r.first) in operator ()()
136 && detail::equals<T2>::apply(l.second, r.second); in operator ()()
185 return equals<T>::apply(std::get<I>(t1), std::get<I>(t2)) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Ddirection_code.hpp41 math::equals(geometry::get<Index>(point1), geometry::get<Index>(point2)) in sign_of_difference()
67 if ( (math::equals(geometry::get<0>(segment_b), geometry::get<0>(segment_a)) in apply()
68 && math::equals(geometry::get<1>(segment_b), geometry::get<1>(segment_a))) in apply()
69 || (math::equals(geometry::get<0>(segment_b), geometry::get<0>(p)) in apply()
70 && math::equals(geometry::get<1>(segment_b), geometry::get<1>(p))) ) in apply()
131 if ( (math::equals(b0, a0) && math::equals(b1, a1)) in apply()
132 || (math::equals(b0, p0) && math::equals(b1, p1)) ) in apply()
137 bool const is_a_pole = math::equals(pi_half1, math::abs(a1)); in apply()
138 bool const is_b_pole = math::equals(pi_half1, math::abs(b1)); in apply()
139 bool const is_p_pole = math::equals(pi_half2, math::abs(p1)); in apply()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dpoint_in_poly_winding.hpp94 if (math::equals(get<1>(point), get<1>(se))) in apply()
129 return math::equals(get<1>(point), get<1>(se)) ? in apply()
171 bool eq1_strict = math::equals(s1x, px); in apply()
172 bool eq2_strict = math::equals(s2x, px); in apply()
175 || math::equals(s1y, pi2) || math::equals(s1y, -pi2); // s1 is pole in apply()
177 || math::equals(s2y, pi2) || math::equals(s2y, -pi2); // s2 is pole in apply()
182 bool antipodal = math::equals(s2x, s1x_anti); in apply()
188 if (math::equals(py, pi2) || math::equals(py, -pi2)) in apply()
205 || math::equals(py, pi2) // point on north pole in apply()
207 || math::equals(py, -pi2) // point on south pole in apply()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dcmdline.c203 unsigned int i, equals = 0; in next_arg() local
216 if (equals == 0) { in next_arg()
218 equals = i; in next_arg()
225 if (!equals) in next_arg()
228 args[equals] = '\0'; in next_arg()
229 *val = args + equals + 1; in next_arg()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_simple/
H A Dlinear.hpp88 , m_is_closed(geometry::equals(range::front(linestring), in is_acceptable_turn()
120 ! geometry::equals(range::front(linestring), in is_boundary_point_of()
123 (geometry::equals(point, range::front(linestring)) in is_boundary_point_of()
124 || geometry::equals(point, range::back(linestring))); in is_boundary_point_of()
137 geometry::equals(range::front(linestring), range::back(linestring)) in is_closing_point_of()
148 geometry::equals(range::front(ls1), range::front(ls2)) in have_same_boundary_points()
150 geometry::equals(range::back(ls1), range::back(ls2)) in have_same_boundary_points()
152 (geometry::equals(range::front(ls1), range::back(ls2)) in have_same_boundary_points()
154 geometry::equals(range::back(ls1), range::front(ls2))) in have_same_boundary_points()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dthomas_inverse.hpp69 if ( math::equals(lon1, lon2) && math::equals(lat1, lat2) ) in apply()
88 CT const theta1 = math::equals(lat1, pi_half) ? lat1 : in apply()
89 math::equals(lat1, -pi_half) ? lat1 : in apply()
91 CT const theta2 = math::equals(lat2, pi_half) ? lat2 : in apply()
92 math::equals(lat2, -pi_half) ? lat2 : in apply()
119 if ( math::equals(sin_d, c0) in apply()
120 || math::equals(L, c0) in apply()
121 || math::equals(one_minus_L, c0) ) in apply()
H A Dandoyer_inverse.hpp69 if ( math::equals(lon1, lon2) && math::equals(lat1, lat2) ) in apply()
110 CT const H = math::equals(one_minus_cos_d, c0) ? in apply()
113 CT const G = math::equals(one_plus_cos_d, c0) ? in apply()
127 if (math::equals(sin_d, c0)) in apply()
140 if (math::equals(cos_lat2, c0)) in apply()
158 if (math::equals(cos_lat1, c0)) in apply()
H A Dvertex_longitude.hpp82 if (math::equals(lat1, half_pi) in apply()
83 || math::equals(lat2, half_pi) in apply()
84 || math::equals(lat1, -half_pi) in apply()
85 || math::equals(lat2, -half_pi)) in apply()
298 if (math::equals(vertex_lat, lat1)) in apply()
302 if (math::equals(vertex_lat, lat2)) in apply()
308 if (math::equals(lon1, lon2)) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/
H A Dintersection.hpp298 using geometry::detail::equals::equals_point_point; in apply()
338 if (math::equals(res_b1_b2.distance, c0)) in apply()
346 if (math::equals(res_b1_a1.distance, c0)) in apply()
351 if (math::equals(res_b1_a2.distance, c0)) in apply()
371 if (math::equals(res_a1_a2.distance, c0)) in apply()
379 if (math::equals(res_a1_b1.distance, c0)) in apply()
384 if (math::equals(res_a1_b2.distance, c0)) in apply()
661 if (math::equals(res_a1_b2.distance, c0)) in calculate_collinear_data()
666 else if (math::equals(dist_a1_a2 - res_a1_b2.distance, c0)) in calculate_collinear_data()
701 using geometry::detail::equals::equals_point_point; in calculate_ip_data()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/visitors/
H A Dcount.hpp27 static inline bool equals(Indexable const& i, Value const& v, Translator const& tr) in equals() function
29 return geometry::equals(i, tr(v)); in equals()
42 static inline bool equals(Value const& v1, Value const& v2, Translator const& tr) in equals() function
44 return tr.equals(v1, v2); in equals()
91 if ( count_help::equals(value_or_indexable, *it, tr) ) in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/within/
H A Dpoint_in_geometry.hpp142 if ( detail::equals::equals_point_point(point, p0) in apply()
143 || detail::equals::equals_point_point(point, p1) ) in apply()
164 … if (detail::equals::equals_point_point(range::front(linestring), range::back(linestring))) in apply()
167 else if (detail::equals::equals_point_point(point, range::front(linestring)) in apply()
168 || detail::equals::equals_point_point(point, range::back(linestring))) in apply()
307 if ( detail::equals::equals_point_point(front, back) ) in apply()
311 if ( detail::equals::equals_point_point(point, front) in apply()
312 || detail::equals::equals_point_point(point, back) ) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Ddisjoint_segment_box.hpp121 if ( geometry::math::equals(diff, 0) ) in apply()
123 if ( (geometry::math::equals(t_min.second, 0) in apply()
126 (geometry::math::equals(t_max.second, 0) in apply()
194 if ( geometry::math::equals(diff, 0) ) in apply()
196 if ( geometry::math::equals(t_min.first, 0) ) { t_min.first = -1; } in apply()
197 if ( geometry::math::equals(t_max.first, 0) ) { t_max.first = 1; } in apply()
H A Dbuffer_join_miter.hpp70 geometry::equal_to<Point> equals; in apply() local
71 if (equals(ip, vertex)) in apply()
75 if (equals(perp1, perp2)) in apply()
H A Dbuffer_side_straight.hpp90 if (geometry::math::equals(length, 0)) in apply()
104 if (geometry::math::equals(px, 0) in apply()
105 && geometry::math::equals(py, 0)) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dnormalize_spheroidal_box_coordinates.hpp53 if (math::equals(latitude1, constants::min_latitude()) in apply()
54 && math::equals(latitude2, constants::min_latitude())) in apply()
59 else if (math::equals(latitude1, constants::max_latitude()) in apply()
60 && math::equals(latitude2, constants::max_latitude())) in apply()
H A Dmath.hpp159 struct equals struct
169 struct equals<Type, true> struct
198 return detail::equals in equals_by_policy()
224 return ! equals<Type, true>::apply(b, a, equals_default_policy()); in apply()
248 return equals<Type, true>::apply(a, b, equals_default_policy()); in apply()
256 : public equals<Type, IsFloatingPoint>
550 inline bool equals(T1 const& a, T2 const& b) in equals() function
552 return detail::equals in equals()
/OK3568_Linux_fs/external/xserver/hw/xfree86/
H A Dxorg-wrapper.c87 char *stripped, *equals, *key, *value; in parse_config() local
103 equals = strchr(stripped, '='); in parse_config()
104 if (!equals) { in parse_config()
109 *equals = 0; in parse_config()
111 value = strip(equals + 1); /* To remove leading whitespace from val */ in parse_config()
/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 Dboundary_checker.hpp42 && !detail::equals::equals_point_point(range::front(g), range::back(g)) ) in boundary_checker()
53 && detail::equals::equals_point_point(pt, range::front(geometry)) in is_endpoint_boundary()
55 && detail::equals::equals_point_point(pt, range::back(geometry)) ); in is_endpoint_boundary()
113 if (! equals::equals_point_point(front_pt, back_pt)) in is_endpoint_boundary()
/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 Dget_turn_info_for_endpoint.hpp134 = equals::equals_point_point( in linear_intersections()
137 = equals::equals_point_point( in linear_intersections()
301 BOOST_GEOMETRY_ASSERT(ip_info.is_pi == equals::equals_point_point(pi, inters_pt)); in analyse_segment_and_assign_ip()
302 BOOST_GEOMETRY_ASSERT(ip_info.is_qi == equals::equals_point_point(qi, inters_pt)); in analyse_segment_and_assign_ip()
303 BOOST_GEOMETRY_ASSERT(ip_info.is_pj == equals::equals_point_point(pj, inters_pt)); in analyse_segment_and_assign_ip()
304 BOOST_GEOMETRY_ASSERT(ip_info.is_qj == equals::equals_point_point(qj, inters_pt)); in analyse_segment_and_assign_ip()
418 BOOST_GEOMETRY_ASSERT(ip_i2 == equals::equals_point_point(i2, inters_pt)); in handle_internal()
419 BOOST_GEOMETRY_ASSERT(ip_j2 == equals::equals_point_point(j2, inters_pt)); in handle_internal()
472 BOOST_GEOMETRY_ASSERT(ip_i2 == equals::equals_point_point(i2, inters_pt)); in handle_internal()
473 BOOST_GEOMETRY_ASSERT(ip_j2 == equals::equals_point_point(j2, inters_pt)); in handle_internal()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmapbox.cpp27 static bool equals(const std::string& str, const URL::Segment& segment, const char* ref) { in equals() function
55 if (!equals(str, url.domain, "styles")) { in normalizeStyleURL()
72 if (!equals(str, url.domain, "sprites")) { in normalizeSpriteURL()
90 if (!equals(str, url.domain, "fonts")) { in normalizeGlyphsURL()
107 if (!equals(str, url.domain, "tiles")) { in normalizeTileURL()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dintersection.hpp280 using geometry::detail::equals::equals_point_point; in apply()
315 if (math::equals(dist_b1_b2, c0)) in apply()
340 if (math::equals(dist_a1_a2, c0)) in apply()
425 if (! collinear && math::equals(math::abs(dot_n1n2), c1)) in apply()
603 if (math::equals(dist_a1_i2, c0)) in calculate_collinear_data()
608 else if (math::equals(dist_a1_a2 - dist_a1_i2, c0)) in calculate_collinear_data()
673 using geometry::detail::equals::equals_point_point; in calculate_ip_data()
850 using geometry::detail::equals::equals_point_point; in is_endpoint_equal()
851 …near(dist) && (equals_point_point(ai, b1) || equals_point_point(ai, b2) || math::equals(dist, c0)); in is_endpoint_equal()
868 return math::equals(ca1, cb1) ? 1 in position_value()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Dpredicate.hpp284 inline bool equals( in equals() function
318 inline bool equals( in equals() function
322 return ::boost::algorithm::equals(Input, Test, is_equal()); in equals()
346 return ::boost::algorithm::equals(Input, Test, is_iequal(Loc)); in iequals()
466 using algorithm::equals;

1234567891011