Home
last modified time | relevance | path

Searched refs:yBegin (Results 1 – 25 of 95) sorted by relevance

1234

/dports/finance/quantlib/QuantLib-1.20/ql/math/interpolations/
H A Dloginterpolation.hpp50 const I2& yBegin) { in LogLinearInterpolation() argument
78 const I2& yBegin, in LogCubicInterpolation() argument
87 xBegin, xEnd, yBegin, in LogCubicInterpolation()
158 const I2& yBegin) in LogCubicNaturalSpline() argument
184 const I2& yBegin) in KrugerLogCubic() argument
197 const I2& yBegin) in HarmonicLogCubic() argument
210 const I2& yBegin) in FritschButlandLogCubic() argument
223 const I2& yBegin) in LogParabolic() argument
236 const I2& yBegin) in MonotonicLogParabolic() argument
260 xBegin, xEnd, yBegin, in LogMixedLinearCubicInterpolation()
[all …]
H A Dmixedinterpolation.hpp63 const I2& yBegin, Size n, in MixedLinearCubicInterpolation() argument
73 xBegin, xEnd, yBegin, n, behavior, in MixedLinearCubicInterpolation()
101 const I2& yBegin) const { in interpolate()
103 yBegin, n_, behavior_, in interpolate()
127 const I2& yBegin, Size n, in MixedLinearCubicNaturalSpline() argument
155 const I2& yBegin, Size n, in MixedLinearKrugerCubic() argument
169 const I2& yBegin, Size n, in MixedLinearFritschButlandCubic() argument
183 const I2& yBegin, Size n, in MixedLinearParabolic() argument
197 const I2& yBegin, Size n, in MixedLinearMonotonicParabolic() argument
213 const I2& yBegin, Size n, in MixedInterpolationImpl() argument
[all …]
H A Dbackwardflatlinearinterpolation.hpp38 const I2& yBegin, const I2& yEnd, in BackwardflatLinearInterpolationImpl() argument
41 yBegin,yEnd, in BackwardflatLinearInterpolationImpl()
82 const I2& yBegin, const I2& yEnd, in BackwardflatLinearInterpolation() argument
86 yBegin, yEnd, in BackwardflatLinearInterpolation()
95 const I2& yBegin, const I2& yEnd, in interpolate() argument
97 return BackwardflatLinearInterpolation(xBegin,xEnd,yBegin,yEnd,z); in interpolate()
H A Dforwardflatinterpolation.hpp46 const I2& yBegin) { in ForwardFlatInterpolation() argument
49 yBegin)); in ForwardFlatInterpolation()
60 const I2& yBegin) const { in interpolate()
61 return ForwardFlatInterpolation(xBegin, xEnd, yBegin); in interpolate()
74 const I2& yBegin) in ForwardFlatInterpolationImpl() argument
75 : Interpolation::templateImpl<I1,I2>(xBegin, xEnd, yBegin, in ForwardFlatInterpolationImpl()
H A Dlinearinterpolation.hpp47 const I2& yBegin) { in LinearInterpolation() argument
50 yBegin)); in LinearInterpolation()
61 const I2& yBegin) const { in interpolate()
62 return LinearInterpolation(xBegin, xEnd, yBegin); in interpolate()
75 const I2& yBegin) in LinearInterpolationImpl() argument
76 : Interpolation::templateImpl<I1,I2>(xBegin, xEnd, yBegin, in LinearInterpolationImpl()
H A Dbackwardflatinterpolation.hpp46 const I2& yBegin) { in BackwardFlatInterpolation() argument
49 yBegin)); in BackwardFlatInterpolation()
60 const I2& yBegin) const { in interpolate()
61 return BackwardFlatInterpolation(xBegin, xEnd, yBegin); in interpolate()
74 const I2& yBegin) in BackwardFlatInterpolationImpl() argument
75 : Interpolation::templateImpl<I1,I2>(xBegin,xEnd,yBegin, in BackwardFlatInterpolationImpl()
H A Dbilinearinterpolation.hpp39 const I2& yBegin, const I2& yEnd, in BilinearInterpolationImpl() argument
42 yBegin,yEnd, in BilinearInterpolationImpl()
77 const I2& yBegin, const I2& yEnd, in BilinearInterpolation() argument
81 yBegin, yEnd, in BilinearInterpolation()
91 const I2& yBegin, const I2& yEnd, in interpolate() argument
93 return BilinearInterpolation(xBegin,xEnd,yBegin,yEnd,z); in interpolate()
H A Dlagrangeinterpolation.hpp50 const I2& yBegin) in LagrangeInterpolationImpl() argument
51 : Interpolation::templateImpl<I1,I2>(xBegin, xEnd, yBegin), in LagrangeInterpolationImpl()
119 Real _value(const Iterator& yBegin, Real x) const { in _value() argument
124 return yBegin[i]; in _value()
127 n += alpha * yBegin[i]; in _value()
146 const I2& yBegin) { in LagrangeInterpolation() argument
148 xBegin, xEnd, yBegin); in LagrangeInterpolation()
H A Dcubicinterpolation.hpp160 const I2& yBegin, in CubicInterpolation() argument
201 const I2& yBegin) in CubicNaturalSpline() argument
202 : CubicInterpolation(xBegin, xEnd, yBegin, in CubicNaturalSpline()
215 : CubicInterpolation(xBegin, xEnd, yBegin, in MonotonicCubicNaturalSpline()
228 : CubicInterpolation(xBegin, xEnd, yBegin, in CubicSplineOvershootingMinimization1()
253 const I2& yBegin) in AkimaCubicInterpolation() argument
266 const I2& yBegin) in KrugerCubic() argument
279 const I2& yBegin) in HarmonicCubic() argument
292 const I2& yBegin) in FritschButlandCubic() argument
305 const I2& yBegin) in Parabolic() argument
[all …]
H A Dkernelinterpolation2d.hpp60 const I2& yBegin, const I2& yEnd, in KernelInterpolation2DImpl() argument
64 yBegin, yEnd, zData), in KernelInterpolation2DImpl()
65 xSize_(Size(xEnd-xBegin)), ySize_(Size(yEnd-yBegin)), in KernelInterpolation2DImpl()
206 const I2& yBegin, const I2& yEnd, in KernelInterpolation2D() argument
212 yBegin, yEnd, in KernelInterpolation2D()
H A Dkernelinterpolation.hpp40 const I2& yBegin, in KernelInterpolationImpl() argument
43 : Interpolation::templateImpl<I1,I2>(xBegin, xEnd, yBegin), in KernelInterpolationImpl()
162 const I2& yBegin, in KernelInterpolation() argument
167 yBegin, kernel, in KernelInterpolation()
H A Dbicubicsplineinterpolation.hpp51 const I2& yBegin, const I2& yEnd, in BicubicSplineImpl() argument
54 yBegin,yEnd, in BicubicSplineImpl()
168 const I2& yBegin, const I2& yEnd, in BicubicSpline() argument
172 yBegin, yEnd, zData)); in BicubicSpline()
203 const I2& yBegin, const I2& yEnd, in interpolate() argument
205 return BicubicSpline(xBegin,xEnd,yBegin,yEnd,z); in interpolate()
H A Dabcdinterpolation.hpp87 const I2& yBegin, in AbcdInterpolationImpl() argument
96 : Interpolation::templateImpl<I1,I2>(xBegin, xEnd, yBegin), in AbcdInterpolationImpl()
168 const I2& yBegin, // y = volatilities in AbcdInterpolation() argument
184 detail::AbcdInterpolationImpl<I1,I2>(xBegin, xEnd, yBegin, in AbcdInterpolation()
235 const I2& yBegin) const { in interpolate()
236 return AbcdInterpolation(xBegin, xEnd, yBegin, in interpolate()
/dports/math/pdal/PDAL-2.3.0/pdal/
H A DQuadIndex.cpp340 yBegin, in getPoints()
351 yBegin, in getPoints()
362 yBegin, in getPoints()
373 yBegin, in getPoints()
399 yBegin, in getPoints()
408 yBegin, in getPoints()
417 yBegin, in getPoints()
426 yBegin, in getPoints()
687 double& yBegin, in getPoints() argument
854 yBegin, in getPoints()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/search/include/pcl/search/impl/
H A Dorganized.hpp132 int yBegin = int(q [1] / q [2] + 0.5f); in nearestKSearch() local
134 int yEnd = yBegin + 1; in nearestKSearch()
147 yBegin >= 0 && in nearestKSearch()
148 yBegin < static_cast<int> (input_->height)) in nearestKSearch()
160 if (yBegin < 0) in nearestKSearch()
161 dist = std::min (dist, -yBegin); in nearestKSearch()
168 yBegin -= dist; in nearestKSearch()
180 --yBegin; in nearestKSearch()
192 if (yBegin >= 0 && yBegin < static_cast<int> (input_->height)) in nearestKSearch()
194 index_t idx = yBegin * input_->width + xFrom; in nearestKSearch()
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/math/
H A Dgenerallinearleastsquares.hpp55 yIterator yBegin, yIterator yEnd,
76 yIterator yBegin, yIterator yEnd,
94 yIterator yBegin, yIterator yEnd, in GeneralLinearLeastSquares() argument
98 residuals_(std::distance(yBegin, yEnd)), in GeneralLinearLeastSquares()
100 calculate(xBegin, xEnd, yBegin, yEnd, vBegin); in GeneralLinearLeastSquares()
106 yIterator yBegin, yIterator yEnd, in calculate() argument
112 QL_REQUIRE( n == Size(std::distance(yBegin, yEnd)), in calculate()
132 yBegin, 0.0)/w[i]; in calculate()
143 yBegin, residuals_.begin(), std::minus<Real>()); in calculate()
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/inflation/
H A Dpolynomial2Dspline.hpp41 const I2& yBegin, const I2& yEnd, const M& zData) in Polynomial2DSplineImpl() argument
43 yBegin,yEnd, in Polynomial2DSplineImpl()
86 const I2& yBegin, const I2& yEnd, in Polynomial2DSpline() argument
90 yBegin, yEnd, zData)); in Polynomial2DSpline()
99 const I2& yBegin, const I2& yEnd, in interpolate() argument
101 return Polynomial2DSpline(xBegin,xEnd,yBegin,yEnd,z); in interpolate()
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/barrieroption/
H A Dvannavolgainterpolation.hpp44 const I2& yBegin, in VannaVolgaInterpolation() argument
51 xBegin, xEnd, yBegin, in VannaVolgaInterpolation()
68 const I2& yBegin) const { in interpolate()
69 return VannaVolgaInterpolation(xBegin, xEnd, yBegin, spot_, dDiscount_, fDiscount_, T_); in interpolate()
86 const I2& yBegin, in VannaVolgaInterpolationImpl() argument
91 : Interpolation::templateImpl<I1,I2>(xBegin, xEnd, yBegin, in VannaVolgaInterpolationImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgifcodec/
H A DSkLibGifCodec.cpp421 const int yBegin = frameContext->yOffset() + rowNumber; in haveDecodedRow() local
423 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->dimensions().height()); in haveDecodedRow()
426 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow()
431 int dstRow = yBegin; in haveDecodedRow()
439 const int potentialRow = yBegin + i; in haveDecodedRow()
466 SkASSERT(this->dstInfo().height() >= yBegin); in haveDecodedRow()
467 repeatCount = std::min(repeatCount, this->dstInfo().height() - yBegin); in haveDecodedRow()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/codec/
H A DSkGifCodec.cpp423 const int yBegin = frameContext->yOffset() + rowNumber; in haveDecodedRow() local
425 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->dimensions().height()); in haveDecodedRow()
428 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow()
433 int dstRow = yBegin; in haveDecodedRow()
441 const int potentialRow = yBegin + i; in haveDecodedRow()
468 SkASSERT(this->dstInfo().height() >= yBegin); in haveDecodedRow()
469 repeatCount = SkTMin(repeatCount, this->dstInfo().height() - yBegin); in haveDecodedRow()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/codec/
H A DSkGifCodec.cpp423 const int yBegin = frameContext->yOffset() + rowNumber; in haveDecodedRow() local
425 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->dimensions().height()); in haveDecodedRow()
428 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow()
433 int dstRow = yBegin; in haveDecodedRow()
441 const int potentialRow = yBegin + i; in haveDecodedRow()
468 SkASSERT(this->dstInfo().height() >= yBegin); in haveDecodedRow()
469 repeatCount = SkTMin(repeatCount, this->dstInfo().height() - yBegin); in haveDecodedRow()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgifcodec/
H A DSkLibGifCodec.cpp421 const int yBegin = frameContext->yOffset() + rowNumber; in haveDecodedRow() local
423 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->dimensions().height()); in haveDecodedRow()
426 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow()
431 int dstRow = yBegin; in haveDecodedRow()
439 const int potentialRow = yBegin + i; in haveDecodedRow()
466 SkASSERT(this->dstInfo().height() >= yBegin); in haveDecodedRow()
467 repeatCount = std::min(repeatCount, this->dstInfo().height() - yBegin); in haveDecodedRow()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/codec/
H A DSkGifCodec.cpp423 const int yBegin = frameContext->yOffset() + rowNumber; in haveDecodedRow() local
425 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->dimensions().height()); in haveDecodedRow()
428 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow()
433 int dstRow = yBegin; in haveDecodedRow()
441 const int potentialRow = yBegin + i; in haveDecodedRow()
468 SkASSERT(this->dstInfo().height() >= yBegin); in haveDecodedRow()
469 repeatCount = SkTMin(repeatCount, this->dstInfo().height() - yBegin); in haveDecodedRow()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/codec/
H A DSkGifCodec.cpp423 const int yBegin = frameContext->yOffset() + rowNumber; in haveDecodedRow() local
425 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->dimensions().height()); in haveDecodedRow()
428 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow()
433 int dstRow = yBegin; in haveDecodedRow()
441 const int potentialRow = yBegin + i; in haveDecodedRow()
468 SkASSERT(this->dstInfo().height() >= yBegin); in haveDecodedRow()
469 repeatCount = SkTMin(repeatCount, this->dstInfo().height() - yBegin); in haveDecodedRow()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/codec/
H A DSkGifCodec.cpp443 const int yBegin = frameContext->yOffset() + rowNumber; in haveDecodedRow() local
445 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->getInfo().height()); in haveDecodedRow()
448 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow()
453 int dstRow = yBegin; in haveDecodedRow()
461 const int potentialRow = yBegin + i; in haveDecodedRow()
488 SkASSERT(this->dstInfo().height() >= yBegin); in haveDecodedRow()
489 repeatCount = SkTMin(repeatCount, this->dstInfo().height() - yBegin); in haveDecodedRow()

1234