Home
last modified time | relevance | path

Searched refs:fraction_type (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/geometry/strategies/geographic/
Dmapping_ssf.hpp66 >::type fraction_type; typedef
70 fraction_type const a = geometry::get_radius<0>(spheroid); in mapper()
71 fraction_type const b = geometry::get_radius<2>(spheroid); in mapper()
81 fraction_type b_div_a;
90 >::type fraction_type; typedef
94 fraction_type const a = geometry::get_radius<0>(spheroid); in mapper()
95 fraction_type const b = geometry::get_radius<2>(spheroid); in mapper()
106 fraction_type sqr_b_div_a;
/third_party/boost/boost/geometry/strategies/
Dintersection_result.hpp25 struct fraction_type struct
31 inline fraction_type() in fraction_type() argument
68 fraction_type<SegmentRatio> fractions[2];
/third_party/boost/boost/typeof/
Dtypeof_impl.hpp104 typedef _typeof_fraction_iter<Pos> fraction_type;
107 typedef _typeof_encode_fraction<self_t::iteration> fraction_type;
118 typedef typename Iter::template _apply_next<self_t::iteration>::type fraction_type; typedef
120 typedef typename v_iter<fraction_type,constant<int, self_t::where> >::type type;
157 …typedef typename boost::type_of::v_iter<fraction_type,boost::type_of::constant<int,self_t::where> …