Home
last modified time | relevance | path

Searched refs:rightLimit (Results 1 – 25 of 101) sorted by relevance

12345

/dports/biology/lamarc/lamarc-2.1.8/src/datalike/
H A DfuncMax.cpp31 rightLimit = _rightLimit; in FMState()
53 rightLimit = fms.rightLimit; in setState()
64 rightLimit, in getCurState()
84 curX = (leftLimit+rightLimit)/2; in run()
85 if(isInc(curX, rightLimit)) in run()
93 rightLimit = curX; in run()
101 <<setw(10)<<rightLimit<< in run()
104 if(fabs(rightLimit-leftLimit) < threshold) in run()
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/fx/
H A Dblackdeltacalculator.cpp137 Real rightLimit=0.0; in strikeFromDelta() local
142 rightLimit=strikeFromDelta(delta, DeltaVolQuote::Spot); in strikeFromDelta()
144 rightLimit=strikeFromDelta(delta, DeltaVolQuote::Fwd); in strikeFromDelta()
148 res=solver.solve(f, accuracy, rightLimit, 0.0, spot_*100.0); in strikeFromDelta()
159 leftLimit=solver.solve(g, accuracy, rightLimit*0.5, in strikeFromDelta()
160 0.0, rightLimit); in strikeFromDelta()
162 Real guess=leftLimit+(rightLimit-leftLimit)*0.5; in strikeFromDelta()
164 res=solver.solve(f, accuracy, guess, leftLimit, rightLimit); in strikeFromDelta()
/dports/devel/lab/lab-0.17.2/vendor/github.com/rivo/tview/
H A Dcheckbox.go151 rightLimit := x + width
152 if height < 1 || rightLimit <= x {
159 if labelWidth > rightLimit-x {
160 labelWidth = rightLimit - x
165 _, drawnWidth := Print(screen, c.label, x, y, rightLimit-x, AlignLeft, c.labelColor)
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/rivo/tview/
H A Dcheckbox.go151 rightLimit := x + width
152 if height < 1 || rightLimit <= x {
159 if labelWidth > rightLimit-x {
160 labelWidth = rightLimit - x
165 _, drawnWidth := Print(screen, c.label, x, y, rightLimit-x, AlignLeft, c.labelColor)
H A Dform.go352 rightLimit := x + width
386 if f.horizontal && x+labelWidth+1 >= rightLimit {
392 if x+itemWidth >= rightLimit {
393 itemWidth = rightLimit - x
431 if !f.horizontal && x+buttonsWidth < rightLimit {
433 x = rightLimit - buttonsWidth
435 x = (x + rightLimit - buttonsWidth) / 2
446 space := rightLimit - x
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/rivo/tview/tview-2e907d29e475/
H A Dcheckbox.go151 rightLimit := x + width
152 if height < 1 || rightLimit <= x {
159 if labelWidth > rightLimit-x {
160 labelWidth = rightLimit - x
165 _, drawnWidth := Print(screen, c.label, x, y, rightLimit-x, AlignLeft, c.labelColor)
H A Dform.go352 rightLimit := x + width
386 if f.horizontal && x+labelWidth+1 >= rightLimit {
392 if x+itemWidth >= rightLimit {
393 itemWidth = rightLimit - x
431 if !f.horizontal && x+buttonsWidth < rightLimit {
433 x = rightLimit - buttonsWidth
435 x = (x + rightLimit - buttonsWidth) / 2
446 space := rightLimit - x
/dports/devel/icu/icu/source/i18n/
H A Dcollationcompare.cpp146 int32_t rightLimit = rightStart; in compareUpToQuaternary() local
147 while((p = (uint32_t)(right.getCE(rightLimit) >> 32)) > in compareUpToQuaternary()
150 ++rightLimit; in compareUpToQuaternary()
155 int32_t rightIndex = rightLimit; in compareUpToQuaternary()
176 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit)); in compareUpToQuaternary()
180 rightStart = rightLimit + 1; in compareUpToQuaternary()
/dports/devel/icu-lx/icu/source/i18n/
H A Dcollationcompare.cpp146 int32_t rightLimit = rightStart; in compareUpToQuaternary() local
147 while((p = (uint32_t)(right.getCE(rightLimit) >> 32)) > in compareUpToQuaternary()
150 ++rightLimit; in compareUpToQuaternary()
155 int32_t rightIndex = rightLimit; in compareUpToQuaternary()
176 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit)); in compareUpToQuaternary()
180 rightStart = rightLimit + 1; in compareUpToQuaternary()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Dcollationcompare.cpp146 int32_t rightLimit = rightStart; in compareUpToQuaternary() local
147 while((p = (uint32_t)(right.getCE(rightLimit) >> 32)) > in compareUpToQuaternary()
150 ++rightLimit; in compareUpToQuaternary()
155 int32_t rightIndex = rightLimit; in compareUpToQuaternary()
176 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit)); in compareUpToQuaternary()
180 rightStart = rightLimit + 1; in compareUpToQuaternary()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Dcollationcompare.cpp146 int32_t rightLimit = rightStart; in compareUpToQuaternary() local
147 while((p = (uint32_t)(right.getCE(rightLimit) >> 32)) > in compareUpToQuaternary()
150 ++rightLimit; in compareUpToQuaternary()
155 int32_t rightIndex = rightLimit; in compareUpToQuaternary()
176 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit)); in compareUpToQuaternary()
180 rightStart = rightLimit + 1; in compareUpToQuaternary()
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Dcollationcompare.cpp146 int32_t rightLimit = rightStart; in compareUpToQuaternary() local
147 while((p = (uint32_t)(right.getCE(rightLimit) >> 32)) > in compareUpToQuaternary()
150 ++rightLimit; in compareUpToQuaternary()
155 int32_t rightIndex = rightLimit; in compareUpToQuaternary()
176 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit)); in compareUpToQuaternary()
180 rightStart = rightLimit + 1; in compareUpToQuaternary()
/dports/textproc/R-cran-stringi/stringi/src/icu55/i18n/
H A Dcollationcompare.cpp145 int32_t rightLimit = rightStart; in compareUpToQuaternary() local
146 while((p = (uint32_t)(right.getCE(rightLimit) >> 32)) > in compareUpToQuaternary()
149 ++rightLimit; in compareUpToQuaternary()
154 int32_t rightIndex = rightLimit; in compareUpToQuaternary()
175 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit)); in compareUpToQuaternary()
179 rightStart = rightLimit + 1; in compareUpToQuaternary()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/
H A Dcollationcompare.cpp146 int32_t rightLimit = rightStart; in compareUpToQuaternary() local
147 while((p = (uint32_t)(right.getCE(rightLimit) >> 32)) > in compareUpToQuaternary()
150 ++rightLimit; in compareUpToQuaternary()
155 int32_t rightIndex = rightLimit; in compareUpToQuaternary()
176 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit)); in compareUpToQuaternary()
180 rightStart = rightLimit + 1; in compareUpToQuaternary()
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Dcollationcompare.cpp146 int32_t rightLimit = rightStart; in compareUpToQuaternary() local
147 while((p = (uint32_t)(right.getCE(rightLimit) >> 32)) > in compareUpToQuaternary()
150 ++rightLimit; in compareUpToQuaternary()
155 int32_t rightIndex = rightLimit; in compareUpToQuaternary()
176 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit)); in compareUpToQuaternary()
180 rightStart = rightLimit + 1; in compareUpToQuaternary()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Dcollationcompare.cpp146 int32_t rightLimit = rightStart; in compareUpToQuaternary() local
147 while((p = (uint32_t)(right.getCE(rightLimit) >> 32)) > in compareUpToQuaternary()
150 ++rightLimit; in compareUpToQuaternary()
155 int32_t rightIndex = rightLimit; in compareUpToQuaternary()
176 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit)); in compareUpToQuaternary()
180 rightStart = rightLimit + 1; in compareUpToQuaternary()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Dcollationcompare.cpp146 int32_t rightLimit = rightStart; in compareUpToQuaternary() local
147 while((p = (uint32_t)(right.getCE(rightLimit) >> 32)) > in compareUpToQuaternary()
150 ++rightLimit; in compareUpToQuaternary()
155 int32_t rightIndex = rightLimit; in compareUpToQuaternary()
176 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit)); in compareUpToQuaternary()
180 rightStart = rightLimit + 1; in compareUpToQuaternary()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Dcollationcompare.cpp146 int32_t rightLimit = rightStart; in compareUpToQuaternary() local
147 while((p = (uint32_t)(right.getCE(rightLimit) >> 32)) > in compareUpToQuaternary()
150 ++rightLimit; in compareUpToQuaternary()
155 int32_t rightIndex = rightLimit; in compareUpToQuaternary()
176 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit)); in compareUpToQuaternary()
180 rightStart = rightLimit + 1; in compareUpToQuaternary()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/i18n/
H A Dcollationcompare.cpp146 int32_t rightLimit = rightStart; in compareUpToQuaternary() local
147 while((p = (uint32_t)(right.getCE(rightLimit) >> 32)) > in compareUpToQuaternary()
150 ++rightLimit; in compareUpToQuaternary()
155 int32_t rightIndex = rightLimit; in compareUpToQuaternary()
176 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit)); in compareUpToQuaternary()
180 rightStart = rightLimit + 1; in compareUpToQuaternary()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Dcollationcompare.cpp146 int32_t rightLimit = rightStart; in compareUpToQuaternary() local
147 while((p = (uint32_t)(right.getCE(rightLimit) >> 32)) > in compareUpToQuaternary()
150 ++rightLimit; in compareUpToQuaternary()
155 int32_t rightIndex = rightLimit; in compareUpToQuaternary()
176 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit)); in compareUpToQuaternary()
180 rightStart = rightLimit + 1; in compareUpToQuaternary()
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/
H A Dcollationcompare.cpp146 int32_t rightLimit = rightStart; in compareUpToQuaternary() local
147 while((p = (uint32_t)(right.getCE(rightLimit) >> 32)) > in compareUpToQuaternary()
150 ++rightLimit; in compareUpToQuaternary()
155 int32_t rightIndex = rightLimit; in compareUpToQuaternary()
176 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit)); in compareUpToQuaternary()
180 rightStart = rightLimit + 1; in compareUpToQuaternary()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/
H A Dcollationcompare.cpp144 int32_t rightLimit = rightStart; in compareUpToQuaternary() local
145 while((p = (uint32_t)(right.getCE(rightLimit) >> 32)) > in compareUpToQuaternary()
148 ++rightLimit; in compareUpToQuaternary()
153 int32_t rightIndex = rightLimit; in compareUpToQuaternary()
174 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit)); in compareUpToQuaternary()
178 rightStart = rightLimit + 1; in compareUpToQuaternary()
/dports/net-im/tut/tut-0.0.17/vendor/github.com/rivo/tview/
H A Dcheckbox.go151 rightLimit := x + width
152 if height < 1 || rightLimit <= x {
159 if labelWidth > rightLimit-x {
160 labelWidth = rightLimit - x
165 _, drawnWidth := Print(screen, c.label, x, y, rightLimit-x, AlignLeft, c.labelColor)
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/layout/hierarchical/stage/
H A DmxCoordinateAssignment.java446 int rightLimit = rightCell in minNode() local
448 rightLimit = rightLimit - (int) rightCell.width / 2 in minNode()
451 if (rightLimit > cellMedian) in minNode()
457 else if (rightLimit > cell in minNode()
660 double rightLimit = 100000000.0; in rankMedianPosition() local
675 rightLimit = rightCell in rankMedianPosition()
702 else if (medianNextLevel > rightLimit) in rankMedianPosition()
707 currentXDelta += medianNextLevel - rightLimit; in rankMedianPosition()
1246 rightLimit = rightLimit - (int) rightCell.width / 2 in repositionValid()
1249 if (rightLimit >= position) in repositionValid()
[all …]
/dports/audio/stmp/stmp-0.0.2/vendor/github.com/rivo/tview/
H A Dcheckbox.go164 rightLimit := x + width
165 if height < 1 || rightLimit <= x {
172 if labelWidth > rightLimit-x {
173 labelWidth = rightLimit - x
178 _, drawnWidth := Print(screen, c.label, x, y, rightLimit-x, AlignLeft, c.labelColor)

12345