Home | History | Annotate | Download | only in hwc

Lines Matching full:numerator

209     uint32_t numerator(void) { return _n; }
211 void setNumerator(uint32_t numerator) { _n = numerator; }
1088 // binary search of rational numbers. The numerator in each of the
1144 scDim = HwcTestDim(selected.numerator(), scMin.height());
1187 // binary search of rational numbers. The numerator in each of the
1243 scDim = HwcTestDim(scMin.width(), selected.numerator());
1376 if ((val.numerator() < nRange.lower())
1377 || (val.numerator() > nRange.upper())) { continue; }
1383 val.setNumerator(val.numerator() + 1);
1384 if (val.numerator() > nRange.upper()) { continue; }