Home
last modified time | relevance | path

Searched refs:RadiusType (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/geometry/srs/
Dspheroid.hpp49 template <typename RadiusType>
53 spheroid(RadiusType const& a, RadiusType const& b) in spheroid()
63 : m_a(RadiusType(6378137.0)) in spheroid()
64 , m_b(RadiusType(6356752.3142451793)) in spheroid()
79 RadiusType get_radius() const in get_radius()
95 void set_radius(RadiusType const& radius) in set_radius()
107 RadiusType m_a, m_b; // equatorial radius, polar radius
121 template <typename RadiusType>
122 struct tag< srs::spheroid<RadiusType> >
127 template <typename RadiusType>
[all …]
Dsphere.hpp43 template <typename RadiusType>
47 explicit sphere(RadiusType const& r) in sphere()
52 : m_r(RadiusType((2.0 * 6378137.0 + 6356752.3142451793) / 3.0)) in sphere()
56 RadiusType get_radius() const in get_radius()
64 void set_radius(RadiusType const& radius) in set_radius()
72 RadiusType m_r; // radius
82 template <typename RadiusType>
83 struct tag< srs::sphere<RadiusType> >
88 template <typename RadiusType>
89 struct radius_type< srs::sphere<RadiusType> >
[all …]
/third_party/boost/boost/geometry/strategies/spherical/
Ddistance_haversine.hpp212 template <typename RadiusType, typename CalculationType>
213 struct tag<haversine<RadiusType, CalculationType> >
219 template <typename RadiusType, typename CalculationType, typename P1, typename P2>
220 struct return_type<haversine<RadiusType, CalculationType>, P1, P2>
221 : haversine<RadiusType, CalculationType>::template calculation_type<P1, P2>
225 template <typename RadiusType, typename CalculationType>
226 struct comparable_type<haversine<RadiusType, CalculationType> >
228 typedef comparable::haversine<RadiusType, CalculationType> type;
232 template <typename RadiusType, typename CalculationType>
233 struct get_comparable<haversine<RadiusType, CalculationType> >
[all …]
Ddistance_cross_track.hpp703 template <typename RadiusType, typename CalculationType>
704 struct tag<comparable::cross_track<RadiusType, CalculationType> >
712 typename RadiusType,
717 struct return_type<comparable::cross_track<RadiusType, CalculationType>, P, PS>
720 RadiusType, CalculationType
725 template <typename RadiusType, typename CalculationType>
726 struct comparable_type<comparable::cross_track<RadiusType, CalculationType> >
728 typedef comparable::cross_track<RadiusType, CalculationType> type;
732 template <typename RadiusType, typename CalculationType>
733 struct get_comparable<comparable::cross_track<RadiusType, CalculationType> >
[all …]
Dindex.hpp169 template <typename RadiusType, typename CalculationType>
170 struct from_strategy<distance::comparable::haversine<RadiusType, CalculationType> >
174 static inline type get(distance::comparable::haversine<RadiusType, CalculationType> const&) in get()
Darea.hpp76 template <typename RadiusType>
77 inline return_type area(RadiusType const& r) const in area()
/third_party/flutter/flutter/packages/flutter/test/material/
Dmergeable_material_test.dart10 enum RadiusType {
16 void matches(BorderRadius borderRadius, RadiusType top, RadiusType bottom) {
19 if (top == RadiusType.Sharp) {
22 } else if (top == RadiusType.Shifting) {
36 if (bottom == RadiusType.Sharp) {
39 } else if (bottom == RadiusType.Shifting) {
162 matches(getBorderRadius(tester, 0), RadiusType.Round, RadiusType.Round);
197 matches(getBorderRadius(tester, 0), RadiusType.Round, RadiusType.Round);
267 matches(getBorderRadius(tester, 0), RadiusType.Round, RadiusType.Round);
268 matches(getBorderRadius(tester, 1), RadiusType.Round, RadiusType.Round);
[all …]
/third_party/boost/libs/geometry/doc/generated/
Dsrs_spheroid.qbk22 ``template<typename RadiusType>
32 [[typename RadiusType] [tparam_radius ]]
38 [[``spheroid(RadiusType const & a, RadiusType const & b)``
40 ] [] [[* RadiusType const &]: ['a]:
42 [* RadiusType const &]: ['b]:
58 RadiusType get_radius()``
67 void set_radius(RadiusType const & radius)``
69 ] [] [[* RadiusType const &]: ['radius]:
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
Dradius_client.h202 } RadiusType; typedef
238 RadiusType msg_type,
249 RadiusType msg_type, const u8 *addr);
Dradius_client.c100 RadiusType msg_type;
282 RadiusType msg_type, in radius_client_register()
339 int s, RadiusType msg_type) in radius_client_handle_send_error()
667 RadiusType msg_type, in radius_client_list_add()
747 struct radius_msg *msg, RadiusType msg_type, in radius_client_send()
817 RadiusType msg_type = (RadiusType) sock_ctx; in radius_client_receive()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
Dradius_client.h207 } RadiusType; typedef
243 RadiusType msg_type,
254 RadiusType msg_type, const u8 *addr);
Dradius_client.c101 RadiusType msg_type;
283 RadiusType msg_type, in radius_client_register()
340 int s, RadiusType msg_type) in radius_client_handle_send_error()
668 RadiusType msg_type, in radius_client_list_add()
748 struct radius_msg *msg, RadiusType msg_type, in radius_client_send()
818 RadiusType msg_type = (uintptr_t) sock_ctx; in radius_client_receive()