Home
last modified time | relevance | path

Searched refs:upperBound (Results 1 – 25 of 56) sorted by relevance

123

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNFSubstitution.java429 … double upperBound, boolean lenientParse, int nonNumericalExecutedRuleMask) { in doParse() argument
438 upperBound = calcUpperBound(upperBound); in doParse()
447 … tempResult = ruleSet.parse(text, parsePosition, upperBound, nonNumericalExecutedRuleMask); in doParse()
999 double upperBound, boolean lenientParse, int nonNumericalExecutedRuleMask) { in doParse() argument
1003 …return super.doParse(text, parsePosition, baseValue, upperBound, lenientParse, nonNumericalExecute… in doParse()
1009 …Number tempResult = ruleToUse.doParse(text, parsePosition, false, upperBound, nonNumericalExecuted… in doParse()
1304 double upperBound, boolean lenientParse, int nonNumericalExecutedRuleMask) { in doParse() argument
1627 double upperBound, boolean lenientParse, int nonNumericalExecutedRuleMask) { in doParse() argument
1663 …Number result = super.doParse(text, parsePosition, withZeros ? 1 : baseValue, upperBound, false, … in doParse()
DNFRuleSet.java755 …public Number parse(String text, ParsePosition parsePosition, double upperBound, int nonNumericalE… in parse() argument
776 …tempResult = nonNumericalRule.doParse(text, parsePosition, false, upperBound, nonNumericalExecuted… in parse()
799 if (!isFractionRuleSet && rules[i].getBaseValue() >= upperBound) { in parse()
803 …tempResult = rules[i].doParse(text, parsePosition, isFractionRuleSet, upperBound, nonNumericalExec… in parse()
DNFRule.java910 double upperBound, int nonNumericalExecutedRuleMask) { in doParse() argument
983 … pp, sub1, upperBound, nonNumericalExecutedRuleMask).doubleValue(); in doParse()
1001upperBound, nonNumericalExecutedRuleMask).doubleValue(); in doParse()
1129 double upperBound, int nonNumericalExecutedRuleMask) { in matchToDelimiter() argument
1151 tempResult = sub.doParse(subText, tempPP, baseVal, upperBound, in matchToDelimiter()
1199 Number tempResult = sub.doParse(text, tempPP, baseVal, upperBound, in matchToDelimiter()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFSubstitution.java428 … double upperBound, boolean lenientParse, int nonNumericalExecutedRuleMask) { in doParse() argument
437 upperBound = calcUpperBound(upperBound); in doParse()
446 … tempResult = ruleSet.parse(text, parsePosition, upperBound, nonNumericalExecutedRuleMask); in doParse()
998 double upperBound, boolean lenientParse, int nonNumericalExecutedRuleMask) { in doParse() argument
1002 …return super.doParse(text, parsePosition, baseValue, upperBound, lenientParse, nonNumericalExecute… in doParse()
1008 …Number tempResult = ruleToUse.doParse(text, parsePosition, false, upperBound, nonNumericalExecuted… in doParse()
1303 double upperBound, boolean lenientParse, int nonNumericalExecutedRuleMask) { in doParse() argument
1626 double upperBound, boolean lenientParse, int nonNumericalExecutedRuleMask) { in doParse() argument
1662 …Number result = super.doParse(text, parsePosition, withZeros ? 1 : baseValue, upperBound, false, … in doParse()
DNFRuleSet.java754 …public Number parse(String text, ParsePosition parsePosition, double upperBound, int nonNumericalE… in parse() argument
775 …tempResult = nonNumericalRule.doParse(text, parsePosition, false, upperBound, nonNumericalExecuted… in parse()
798 if (!isFractionRuleSet && rules[i].getBaseValue() >= upperBound) { in parse()
802 …tempResult = rules[i].doParse(text, parsePosition, isFractionRuleSet, upperBound, nonNumericalExec… in parse()
DNFRule.java909 double upperBound, int nonNumericalExecutedRuleMask) { in doParse() argument
982 … pp, sub1, upperBound, nonNumericalExecutedRuleMask).doubleValue(); in doParse()
1000upperBound, nonNumericalExecutedRuleMask).doubleValue(); in doParse()
1128 double upperBound, int nonNumericalExecutedRuleMask) { in matchToDelimiter() argument
1150 tempResult = sub.doParse(subText, tempPP, baseVal, upperBound, in matchToDelimiter()
1198 Number tempResult = sub.doParse(text, tempPP, baseVal, upperBound, in matchToDelimiter()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnfsubs.cpp159 double upperBound,
226 double upperBound,
298 double upperBound,
696 double upperBound, in doParse() argument
702 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound); in doParse()
710 upperBound = calcUpperBound(upperBound); in doParse()
719 ruleSet->parse(text, parsePosition, upperBound, nonNumericalExecutedRuleMask, result); in doParse()
939 double upperBound, in doParse() argument
947 …return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, nonNumeri… in doParse()
953 … ruleToUse->doParse(text, parsePosition, FALSE, upperBound, nonNumericalExecutedRuleMask, result); in doParse()
[all …]
Dnfrule.h76 double upperBound,
99 double upperBound) const;
Dnfrs.cpp684 NFRuleSet::parse(const UnicodeString& text, ParsePosition& pos, double upperBound, uint32_t nonNume… in parse() argument
715 …UBool success = nonNumericalRules[i]->doParse(text, workingPos, 0, upperBound, nonNumericalExecute… in parse()
739 int64_t ub = util64_fromDouble(upperBound); in parse()
746 fprintf(stderr, "ub: %g, i64: %s (%s)\n", upperBound, ubstr, ubstrhex); in parse()
754 …UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, nonNumericalEx… in parse()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnfsubs.cpp159 double upperBound,
226 double upperBound,
298 double upperBound,
696 double upperBound, in doParse() argument
702 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound); in doParse()
710 upperBound = calcUpperBound(upperBound); in doParse()
719 ruleSet->parse(text, parsePosition, upperBound, nonNumericalExecutedRuleMask, result); in doParse()
939 double upperBound, in doParse() argument
947 …return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, nonNumeri… in doParse()
953 … ruleToUse->doParse(text, parsePosition, FALSE, upperBound, nonNumericalExecutedRuleMask, result); in doParse()
[all …]
Dnfrule.h76 double upperBound,
99 double upperBound) const;
Dnfrs.cpp684 NFRuleSet::parse(const UnicodeString& text, ParsePosition& pos, double upperBound, uint32_t nonNume… in parse() argument
715 …UBool success = nonNumericalRules[i]->doParse(text, workingPos, 0, upperBound, nonNumericalExecute… in parse()
739 int64_t ub = util64_fromDouble(upperBound); in parse()
746 fprintf(stderr, "ub: %g, i64: %s (%s)\n", upperBound, ubstr, ubstrhex); in parse()
754 …UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, nonNumericalEx… in parse()
/third_party/icu/icu4c/source/i18n/
Dnfsubs.cpp159 double upperBound,
226 double upperBound,
298 double upperBound,
696 double upperBound, in doParse() argument
702 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound); in doParse()
710 upperBound = calcUpperBound(upperBound); in doParse()
719 ruleSet->parse(text, parsePosition, upperBound, nonNumericalExecutedRuleMask, result); in doParse()
939 double upperBound, in doParse() argument
947 …return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, nonNumeri… in doParse()
953 … ruleToUse->doParse(text, parsePosition, FALSE, upperBound, nonNumericalExecutedRuleMask, result); in doParse()
[all …]
Dnfrule.h76 double upperBound,
99 double upperBound) const;
Dnfrs.cpp684 NFRuleSet::parse(const UnicodeString& text, ParsePosition& pos, double upperBound, uint32_t nonNume… in parse() argument
715 …UBool success = nonNumericalRules[i]->doParse(text, workingPos, 0, upperBound, nonNumericalExecute… in parse()
739 int64_t ub = util64_fromDouble(upperBound); in parse()
746 fprintf(stderr, "ub: %g, i64: %s (%s)\n", upperBound, ubstr, ubstrhex); in parse()
754 …UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, nonNumericalEx… in parse()
/third_party/node/deps/icu-small/source/i18n/
Dnfsubs.cpp159 double upperBound,
226 double upperBound,
298 double upperBound,
696 double upperBound, in doParse() argument
702 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound); in doParse()
710 upperBound = calcUpperBound(upperBound); in doParse()
719 ruleSet->parse(text, parsePosition, upperBound, nonNumericalExecutedRuleMask, result); in doParse()
939 double upperBound, in doParse() argument
947 …return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, nonNumeri… in doParse()
953 … ruleToUse->doParse(text, parsePosition, FALSE, upperBound, nonNumericalExecutedRuleMask, result); in doParse()
[all …]
Dnfrule.h76 double upperBound,
99 double upperBound) const;
Dnfrs.cpp684 NFRuleSet::parse(const UnicodeString& text, ParsePosition& pos, double upperBound, uint32_t nonNume… in parse() argument
715 …UBool success = nonNumericalRules[i]->doParse(text, workingPos, 0, upperBound, nonNumericalExecute… in parse()
739 int64_t ub = util64_fromDouble(upperBound); in parse()
746 fprintf(stderr, "ub: %g, i64: %s (%s)\n", upperBound, ubstr, ubstrhex); in parse()
754 …UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, nonNumericalEx… in parse()
/third_party/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp567 float lowerBound = 0.0, upperBound = 0.0; in QuadProcessTessFactors() local
573 upperBound = PIPE_TESSELLATOR_MAX_EVEN_TESSELLATION_FACTOR; in QuadProcessTessFactors()
578 upperBound = PIPE_TESSELLATOR_MAX_EVEN_TESSELLATION_FACTOR; in QuadProcessTessFactors()
583 upperBound = PIPE_TESSELLATOR_MAX_ODD_TESSELLATION_FACTOR; in QuadProcessTessFactors()
587 tessFactor_Ueq0 = tess_fmin( upperBound, tess_fmax( lowerBound, tessFactor_Ueq0 ) ); in QuadProcessTessFactors()
588 tessFactor_Veq0 = tess_fmin( upperBound, tess_fmax( lowerBound, tessFactor_Veq0 ) ); in QuadProcessTessFactors()
589 tessFactor_Ueq1 = tess_fmin( upperBound, tess_fmax( lowerBound, tessFactor_Ueq1 ) ); in QuadProcessTessFactors()
590 tessFactor_Veq1 = tess_fmin( upperBound, tess_fmax( lowerBound, tessFactor_Veq1 ) ); in QuadProcessTessFactors()
619 insideTessFactor_U = tess_fmin( upperBound, tess_fmax( lowerBound, insideTessFactor_U ) ); in QuadProcessTessFactors()
620 insideTessFactor_V = tess_fmin( upperBound, tess_fmax( lowerBound, insideTessFactor_V ) ); in QuadProcessTessFactors()
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/animation/
Danimation_controller.dart74 /// * Define the [upperBound] and [lowerBound] values of an animation.
224 /// * [upperBound] is the largest value this animation can obtain and the
237 this.upperBound = 1.0,
241 assert(upperBound != null),
242 assert(upperBound >= lowerBound),
275 upperBound = double.infinity,
285 final double upperBound;
341 /// The new value is clamped to the range set by [lowerBound] and [upperBound].
395 _value = newValue.clamp(lowerBound, upperBound);
398 } else if (_value == upperBound) {
[all …]
/third_party/flutter/flutter/packages/flutter/test/animation/
Danimation_controller_test.dart241 upperBound: 45.0,
398 test('Do not animate to upperBound if already at upperBound', () {
403 upperBound: 1.0,
419 upperBound: 1.0,
493 upperBound: 1.0,
544 upperBound: 1.0,
574 upperBound: 1.0,
620 upperBound: 1.0,
648 upperBound: 1.0,
671 'between lowerBound and upperBound values on each repeat', () {
[all …]
/third_party/flutter/skia/tests/
DIncrTopoSortTest.cpp226 void dfs(Node* node, int upperBound) { in dfs() argument
232 SkASSERT(dependent->indexInSort() != upperBound); // this would be a cycle in dfs()
234 if (!dependent->visited() && dependent->indexInSort() < upperBound) { in dfs()
235 this->dfs(dependent, upperBound); in dfs()
239 fStack.push_back({ sk_ref_sp(node), fNodes[upperBound].get() }); in dfs()
/third_party/skia/tests/
DIncrTopoSortTest.cpp226 void dfs(Node* node, int upperBound) { in dfs() argument
232 SkASSERT(dependent->indexInSort() != upperBound); // this would be a cycle in dfs()
234 if (!dependent->visited() && dependent->indexInSort() < upperBound) { in dfs()
235 this->dfs(dependent, upperBound); in dfs()
239 fStack.push_back({ sk_ref_sp(node), fNodes[upperBound].get() }); in dfs()
/third_party/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp339 int upperBound = commandIndex; in findCommandByPixel() local
341 while (upperBound - lowerBound > 1) { in findCommandByPixel()
342 int command = (upperBound - lowerBound) / 2 + lowerBound; in findCommandByPixel()
345 upperBound = command; in findCommandByPixel()
352 return upperBound; in findCommandByPixel()
/third_party/skia/src/gpu/effects/
DGrBicubicEffect.cpp172 auto upperBound = [](float x) { return std::floor(x + 1.5f) - 0.5f; }; in MakeSubset() local
175 upperBound(domain.fRight) , in MakeSubset()
177 upperBound(domain.fBottom) in MakeSubset()

123