Home
last modified time | relevance | path

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

12

/third_party/node/lib/internal/
Dwebidl.js79 let upperBound;
84 upperBound = NumberMAX_SAFE_INTEGER;
93 upperBound = pow2(bitLength) - 1;
99 upperBound = pow2(bitLength - 1) - 1;
120 if (x < lowerBound || x > upperBound) {
132 x = MathMin(MathMax(x, lowerBound), upperBound);
/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/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/node/deps/undici/src/lib/fetch/
Dwebidl.js83 let upperBound
89 upperBound = Math.pow(2, 53) - 1
105 upperBound = Math.pow(2, bitLength) - 1
113 upperBound = Math.pow(2, bitLength - 1) - 1
144 if (x < lowerBound || x > upperBound) {
147 message: `Value must be between ${lowerBound}-${upperBound}, got ${x}.`
160 x = Math.min(Math.max(x, lowerBound), upperBound)
/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()
Dnfrule.cpp902 double upperBound, in doParse() argument
1007 upperBound); in doParse()
1028 upperBound); in doParse()
1165 double upperBound) const in matchToDelimiter()
1192 UBool success = sub->doParse(subText, tempPP, _baseValue, upperBound, in matchToDelimiter()
1246 UBool success = sub->doParse(text, tempPP, _baseValue, upperBound, in matchToDelimiter()
/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()
Dnfrule.cpp902 double upperBound, in doParse() argument
1007 upperBound); in doParse()
1028 upperBound); in doParse()
1165 double upperBound) const in matchToDelimiter()
1192 UBool success = sub->doParse(subText, tempPP, _baseValue, upperBound, in matchToDelimiter()
1246 UBool success = sub->doParse(text, tempPP, _baseValue, upperBound, in matchToDelimiter()
/third_party/node/deps/icu-small/source/i18n/
Dnfsubs.cpp177 double upperBound,
244 double upperBound,
316 double upperBound,
714 double upperBound, in doParse() argument
720 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound); in doParse()
728 upperBound = calcUpperBound(upperBound); in doParse()
737 ruleSet->parse(text, parsePosition, upperBound, nonNumericalExecutedRuleMask, result); in doParse()
957 double upperBound, in doParse() argument
965 …return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, nonNumeri… in doParse()
971 … 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()
Dnfrule.cpp902 double upperBound, in doParse() argument
1007 upperBound); in doParse()
1028 upperBound); in doParse()
1165 double upperBound) const in matchToDelimiter()
1192 UBool success = sub->doParse(subText, tempPP, _baseValue, upperBound, in matchToDelimiter()
1246 UBool success = sub->doParse(text, tempPP, _baseValue, upperBound, in matchToDelimiter()
/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/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/node/lib/internal/crypto/
Dwebidl.js111 const upperBound = MathPow(2, bitLength) - 1;
127 if (x < lowerBound || x > upperBound) {
129 `is outside the expected range of ${lowerBound} to ${upperBound}.`,
143 if (x >= lowerBound && x <= upperBound) {
/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()

12