Home | History | Annotate | Download | only in hwc

Lines Matching refs:Range

179 class Range {
181 Range(void) : _l(0), _u(0) {}
182 Range(uint32_t lower, uint32_t upper) : _l(lower), _u(upper) {}
193 Range::operator string()
216 static void double2Rational(double f, Range nRange, Range dRange,
1128 Range(scMin.width(), scMax.width()),
1129 Range(dfMin.width(), dfMax.width()),
1227 Range(scMin.height(), scMax.height()),
1228 Range(dfMin.height(), dfMax.height()),
1362 void Rational::double2Rational(double f, Range nRange, Range dRange,