Home | History | Annotate | Download | only in i18n

Lines Matching defs:base

197     // for rules that didn't specify a base value, their base values
199 // set all those rules' base values. We also remove any special
211 // if the rule's base value is 0, fill in a default
212 // base value (this will be 1 plus the preceding
213 // rule's base value for regular rule sets, and the
214 // same as the preceding rule's base value in fraction
248 // if it's a regular rule that already knows its base value,
250 // the default base value for the next rule
419 // (a rule is used for all values from its base value to
420 // the next rule's base value)
437 if (hi == 0) { // bad rule set, minimum base > 0
449 if (hi == 1) { // bad rule set, no prior rule to rollback to from this base
463 * the number. Basically, the base value of each rule in the rule
468 * same base value, the first one is used when the numerator of the
479 // by each rule's base value until you get an integral result)
483 // find the least common multiple of the rules' base values
502 // base value is the denominator is "numerator" times the
503 // base value divided bythe LCD. Here we check to see if
529 // if we have two successive rules that both have the winning base
549 * of its rules (with a base value less than upperBound) and returns
557 * Only rules whose base values are strictly less than upperBound
560 * be the matching rule's base value, composed appropriately with
656 // base values are higher than the upper bound (again, this helps
856 int64_t base = radix;
869 int64_t n = w / base;
870 int64_t m = n * base;
902 int64_t base = radix;
915 int64_t n = w / base;
916 int64_t m = n * base;