Searched defs:fraction_type (Results 1 – 2 of 2) sorted by relevance
28 struct fraction_type struct30 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() argument39 inline void assign(Info const& info) in assign()46 inline void assign(SegmentRatio const& a, SegmentRatio const& b) in assign()
117 typedef typename Iter::template _apply_next<self_t::iteration>::type fraction_type; typedef