Home | History | Annotate | Download | only in i18n

Lines Matching full:numerator

494  * same base value, the first one is used when the numerator of the
514 int64_t numerator;
519 numerator = util64_fromDouble(number * (double)leastCommonMultiple + 0.5);
526 // "numerator" is the numerator of the fraction if the
527 // denominator is the LCD. The numerator if the rule's
528 // base value is the denominator is "numerator" times the
532 tempDifference = numerator * rules[i]->getBaseValue() % leastCommonMultiple;
536 // the numerator's distance from the CLOSEST multiple
557 // the numerator of the fraction is 1 and the second one is used if
558 // the numerator of the fraction is anything else (this lets us