Home
last modified time | relevance | path

Searched refs:thomas (Results 1 – 25 of 69) sorted by relevance

123

/third_party/boost/boost/geometry/strategies/geographic/
Ddistance_thomas.hpp45 class thomas class
48 strategy::thomas, Spheroid, CalculationType
53 strategy::thomas, Spheroid, CalculationType
57 inline thomas() in thomas() function in boost::geometry::strategy::distance::thomas
61 explicit inline thomas(Spheroid const& spheroid) in thomas() function in boost::geometry::strategy::distance::thomas
71 struct tag<thomas<Spheroid, CalculationType> >
78 struct return_type<thomas<Spheroid, CalculationType>, P1, P2>
79 : thomas<Spheroid, CalculationType>::template calculation_type<P1, P2>
84 struct comparable_type<thomas<Spheroid, CalculationType> >
86 typedef thomas<Spheroid, CalculationType> type;
[all …]
Dside_thomas.hpp40 class thomas class
41 : public side::geographic<strategy::thomas, Spheroid, CalculationType>
43 typedef side::geographic<strategy::thomas, Spheroid, CalculationType> base_t;
46 thomas() in thomas() function in boost::geometry::strategy::side::thomas
49 explicit thomas(Spheroid const& model) in thomas() function in boost::geometry::strategy::side::thomas
Dindex.hpp178 struct from_strategy<distance::thomas<Spheroid, CalculationType> >
180 typedef strategy::index::geographic<strategy::thomas, Spheroid, CalculationType> type;
182 static inline type get(distance::thomas<Spheroid, CalculationType> const& strategy) in get()
Dparameters.hpp66 struct thomas struct
198 struct default_order<thomas>
/third_party/boost/libs/geometry/test/strategies/
Denvelope_segment.cpp62 test_strategies_lat<bg::strategy::thomas> in test_all()
65 test_strategies_lat<bg::strategy::thomas> in test_all()
67 test_strategies_lat<bg::strategy::thomas> in test_all()
69 test_strategies_lat<bg::strategy::thomas> in test_all()
71 test_strategies_lat<bg::strategy::thomas> in test_all()
75 test_strategies_lat<bg::strategy::thomas> in test_all()
77 test_strategies_lat<bg::strategy::thomas> in test_all()
81 test_strategies_lat<bg::strategy::thomas> in test_all()
83 test_strategies_lat<bg::strategy::thomas> in test_all()
85 test_strategies_lat<bg::strategy::thomas> in test_all()
[all …]
Dthomas.cpp52 typedef bg::strategy::distance::thomas<stype> thomas_type; in test_distance()
53 typedef bg::strategy::distance::geographic<bg::strategy::thomas, stype> geographic_type; in test_distance()
60 thomas_type thomas; in test_distance() local
72 BOOST_CHECK_CLOSE(thomas.apply(p1, p2), return_type(1000.0 * expected_km), 0.001); in test_distance()
74 BOOST_CHECK_CLOSE(bg::distance(p1, p2, thomas), return_type(1000.0 * expected_km), 0.001); in test_distance()
91 typedef bg::strategy::side::thomas<stype> strategy_type; in test_side()
92 typedef bg::strategy::side::geographic<bg::strategy::thomas, stype> strategy2_type; in test_side()
Ddistance_cross_track.cpp82 …distance = bg::strategy::distance::detail::geographic_cross_track<bg::strategy::thomas, Spheroid, … in test_all()
86 …distance = bg::strategy::distance::geographic_cross_track<bg::strategy::thomas, Spheroid, double>(… in test_all()
88 check_result(distance, results.thomas, results.reference, errors[1]); in test_all()
Ddistance_cross_track_cases.hpp30 double thomas; member
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gst-plugins1 2003-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
5 2003-12-14 Thomas Vander Stichele <thomas at apestaart dot org>
16 2003-12-03 Thomas Vander Stichele <thomas at apestaart dot org>
22 2003-07-12 Thomas Vander Stichele <thomas at apestaart dot org>
69 2002-05-06 Thomas Vander Stichele <thomas@apestaart.org>
74 2002-02-06 Thomas Vander Stichele <thomas@apestaart.org>
88 2001-12-20 Thomas Vander Stichele <thomas@apestaart.org>
/third_party/boost/libs/geometry/test/algorithms/area/
Darea_geo.cpp44 bg::strategy::area::geographic<bg::strategy::thomas, 1> in test_geo_strategies()
46 bg::strategy::area::geographic<bg::strategy::thomas, 2> in test_geo_strategies()
48 bg::strategy::area::geographic<bg::strategy::thomas, 3> in test_geo_strategies()
50 bg::strategy::area::geographic<bg::strategy::thomas, 4> in test_geo_strategies()
52 bg::strategy::area::geographic<bg::strategy::thomas, 5> in test_geo_strategies()
68 bg::strategy::area::geographic<bg::strategy::thomas> in test_geo_strategies()
/third_party/gstreamer/gstreamer/docs/random/
DChangeLog-0.851 2005-02-14 Thomas Vander Stichele <thomas at apestaart dot org>
59 2005-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
92 2005-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
99 2005-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
106 2005-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
112 2005-02-07 Thomas Vander Stichele <thomas at apestaart dot org>
414 2005-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
434 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
439 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
454 2005-01-10 Thomas Vander Stichele <thomas at apestaart dot org>
[all …]
/third_party/boost/libs/geometry/test/algorithms/length/
Dlength_geo.cpp33 typedef bg::strategy::distance::thomas<stype> thomas_type;
75 typename geo_strategies<P>::thomas_type thomas; in test_thomas() local
76 test_with_strategy<P>(1116825.795 + 1116158.7417, thomas); in test_thomas()
/third_party/boost/libs/geometry/test/algorithms/perimeter/
Dperimeter_geo.cpp29 typedef bg::strategy::distance::thomas<stype> thomas_type;
88 typename geo_strategies<P>::thomas_type thomas; in test_thomas() local
89 test_with_strategy<P>(1116825.795 + 1116158.7417, thomas); in test_thomas()
/third_party/libdrm/tests/ttmtest/
DChangeLog1 2006-01-24 Thomas Hellstr�m <thomas-at-tungstengraphics.com>
8 2006-01-24 Thomas Hellstr�m <thomas-at-tungstengraphics.com>
/third_party/gstreamer/gstplugins_good/
DAUTHORS10 Thomas Nyberg <thomas@codefactory.se>
13 Thomas Vander Stichele <thomas@apestaart.org>
/third_party/gstreamer/gstplugins_bad/
DAUTHORS10 Thomas Nyberg <thomas@codefactory.se>
13 Thomas Vander Stichele <thomas@apestaart.org>
/third_party/gstreamer/gstplugins_base/
DAUTHORS10 Thomas Nyberg <thomas@codefactory.se>
13 Thomas Vander Stichele <thomas@apestaart.org>
/third_party/gstreamer/gstreamer/
DAUTHORS16 Thomas Nyberg <thomas@codefactory.se>
23 Thomas Vander Stichele <thomas@apestaart.org>
/third_party/boost/libs/geometry/test/algorithms/distance/
Dtest_distance_geo_common.hpp56 typedef bg::strategy::distance::thomas<stype> thomas_pp;
68 typedef bg::strategy::distance::geographic_cross_track<bg::strategy::thomas, stype, double>
92 bg::strategy::thomas,
113 typedef bg::strategy::distance::geographic_segment_box<bg::strategy::thomas, stype, double>
132 bg::strategy::thomas,
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.8698 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
1139 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
1811 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
1818 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
1825 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
1832 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1840 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
1848 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
1855 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
1912 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
[all …]
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.817 2005-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
90 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
283 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
318 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
696 2005-08-14 Thomas Vander Stichele <thomas at apestaart dot org>
764 2005-08-10 Thomas Vander Stichele <thomas at apestaart dot org>
1009 2005-07-25 Thomas Vander Stichele <thomas at apestaart dot org>
1190 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
1197 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
2167 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
[all …]
/third_party/gstreamer/gstplugins_good/gst/cutter/
DREADME1 cutter plugin by thomas <thomas@apestaart.org>
/third_party/boost/libs/geometry/test/formulas/
Dvertex_longitude_cases.hpp32 double thomas; member
Dinverse_cases.hpp36 expected_result thomas; member
Ddirect_cases.hpp38 expected_result thomas; member

123