Home
last modified time | relevance | path

Searched defs:fraction_type (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/
H A Dintersection_result.hpp28 struct fraction_type struct
30 SegmentRatio robust_ra; // TODO this can be renamed now to "ra"
31 SegmentRatio robust_rb;
33 bool initialized;
34 inline fraction_type() in fraction_type() argument
39 inline void assign(Info const& info) in assign()
46 inline void assign(SegmentRatio const& a, SegmentRatio const& b) in assign()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/
H A Dtypeof_impl.hpp117 typedef typename Iter::template _apply_next<self_t::iteration>::type fraction_type; typedef