Searched refs:getBaseValue (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRuleSet.java | 201 long baseValue = rule.getBaseValue(); in parseRules() 236 long baseValue = rule.getBaseValue(); in setNonNumericalRule() 366 if (rule.getBaseValue() == NFRule.IMPROPER_FRACTION_RULE in toString() 367 || rule.getBaseValue() == NFRule.PROPER_FRACTION_RULE in toString() 368 || rule.getBaseValue() == NFRule.MASTER_RULE) in toString() 371 if (fractionRule.getBaseValue() == rule.getBaseValue()) { in toString() 570 long ruleBaseValue = rules[mid].getBaseValue(); in findNormalRule() 629 long leastCommonMultiple = rules[0].getBaseValue(); in findFractionRuleSetRule() 631 leastCommonMultiple = lcm(leastCommonMultiple, rules[i].getBaseValue()); in findFractionRuleSetRule() 646 tempDifference = numerator * rules[i].getBaseValue() % leastCommonMultiple; in findFractionRuleSetRule() [all …]
|
D | NFSubstitution.java | 80 if (rule.getBaseValue() == NFRule.NEGATIVE_NUMBER_RULE) { in makeSubstitution() 89 else if (rule.getBaseValue() == NFRule.IMPROPER_FRACTION_RULE in makeSubstitution() 90 || rule.getBaseValue() == NFRule.PROPER_FRACTION_RULE in makeSubstitution() 91 || rule.getBaseValue() == NFRule.MASTER_RULE) in makeSubstitution() 99 return new NumeratorSubstitution(pos, rule.getBaseValue(), in makeSubstitution() 109 if (rule.getBaseValue() == NFRule.NEGATIVE_NUMBER_RULE) { in makeSubstitution() 114 else if (rule.getBaseValue() == NFRule.IMPROPER_FRACTION_RULE in makeSubstitution() 115 || rule.getBaseValue() == NFRule.PROPER_FRACTION_RULE in makeSubstitution() 116 || rule.getBaseValue() == NFRule.MASTER_RULE) in makeSubstitution()
|
D | NFRule.java | 717 public final long getBaseValue() { in getBaseValue() method
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NFRuleSet.java | 202 long baseValue = rule.getBaseValue(); in parseRules() 237 long baseValue = rule.getBaseValue(); in setNonNumericalRule() 367 if (rule.getBaseValue() == NFRule.IMPROPER_FRACTION_RULE in toString() 368 || rule.getBaseValue() == NFRule.PROPER_FRACTION_RULE in toString() 369 || rule.getBaseValue() == NFRule.MASTER_RULE) in toString() 372 if (fractionRule.getBaseValue() == rule.getBaseValue()) { in toString() 571 long ruleBaseValue = rules[mid].getBaseValue(); in findNormalRule() 630 long leastCommonMultiple = rules[0].getBaseValue(); in findFractionRuleSetRule() 632 leastCommonMultiple = lcm(leastCommonMultiple, rules[i].getBaseValue()); in findFractionRuleSetRule() 647 tempDifference = numerator * rules[i].getBaseValue() % leastCommonMultiple; in findFractionRuleSetRule() [all …]
|
D | NFSubstitution.java | 81 if (rule.getBaseValue() == NFRule.NEGATIVE_NUMBER_RULE) { in makeSubstitution() 90 else if (rule.getBaseValue() == NFRule.IMPROPER_FRACTION_RULE in makeSubstitution() 91 || rule.getBaseValue() == NFRule.PROPER_FRACTION_RULE in makeSubstitution() 92 || rule.getBaseValue() == NFRule.MASTER_RULE) in makeSubstitution() 100 return new NumeratorSubstitution(pos, rule.getBaseValue(), in makeSubstitution() 110 if (rule.getBaseValue() == NFRule.NEGATIVE_NUMBER_RULE) { in makeSubstitution() 115 else if (rule.getBaseValue() == NFRule.IMPROPER_FRACTION_RULE in makeSubstitution() 116 || rule.getBaseValue() == NFRule.PROPER_FRACTION_RULE in makeSubstitution() 117 || rule.getBaseValue() == NFRule.MASTER_RULE) in makeSubstitution()
|
D | NFRule.java | 718 public final long getBaseValue() { in getBaseValue() method
|
/external/icu/icu4c/source/i18n/ |
D | nfrs.cpp | 237 int64_t baseValue = rule->getBaseValue(); in parseRules() 269 int64_t baseValue = rule->getBaseValue(); in setNonNumericalRule() 381 … if (nonNumericalRules[nonNumericalIdx]->getBaseValue() == fractionRule->getBaseValue()) { in setDecimalFormatSymbols() 526 if (rules[mid]->getBaseValue() == number) { in findNormalRule() 529 else if (rules[mid]->getBaseValue() > number) { in findNormalRule() 586 int64_t leastCommonMultiple = rules[0]->getBaseValue(); in findFractionRuleSetRule() 590 leastCommonMultiple = util_lcm(leastCommonMultiple, rules[i]->getBaseValue()); in findFractionRuleSetRule() 605 tempDifference = numerator * rules[i]->getBaseValue() % leastCommonMultiple; in findFractionRuleSetRule() 635 rules[winner + 1]->getBaseValue() == rules[winner]->getBaseValue()) { in findFractionRuleSetRule() 636 double n = ((double)rules[winner]->getBaseValue()) * number; in findFractionRuleSetRule() [all …]
|
D | nfsubs.cpp | 333 if (rule->getBaseValue() == NFRule::kNegativeNumberRule) { in makeSubstitution() 341 else if (rule->getBaseValue() == NFRule::kImproperFractionRule in makeSubstitution() 342 || rule->getBaseValue() == NFRule::kProperFractionRule in makeSubstitution() 343 || rule->getBaseValue() == NFRule::kMasterRule) { in makeSubstitution() 350 return new NumeratorSubstitution(pos, (double)rule->getBaseValue(), in makeSubstitution() 364 if (rule->getBaseValue() == NFRule::kNegativeNumberRule) { in makeSubstitution() 370 else if (rule->getBaseValue() == NFRule::kImproperFractionRule in makeSubstitution() 371 || rule->getBaseValue() == NFRule::kProperFractionRule in makeSubstitution() 372 || rule->getBaseValue() == NFRule::kMasterRule) { in makeSubstitution()
|
D | nfrule.h | 64 int64_t getBaseValue() const { return baseValue; } in getBaseValue() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 562 Value *getBaseValue() const { return BaseValue; } in getBaseValue() function in __anon221924c50411::BDVState 592 OS << " (" << getBaseValue() << " - " in print() 593 << (getBaseValue() ? getBaseValue()->getName() : "nullptr") << "): "; in print() 615 assert(LHS.getBaseValue() && "can't be null"); in meetBDVStateImpl() 620 if (LHS.getBaseValue() == RHS.getBaseValue()) { in meetBDVStateImpl() 820 isa<VectorType>(State.getBaseValue()->getType())) { in findBasePointer() 826 State.getBaseValue(), EE->getIndexOperand(), "base_ee", EE); in findBasePointer() 889 Base = States[BDV].getBaseValue(); in findBasePointer() 910 if (PHINode *BasePHI = dyn_cast<PHINode>(State.getBaseValue())) { in findBasePointer() 953 dyn_cast<SelectInst>(State.getBaseValue())) { in findBasePointer() [all …]
|