Home
last modified time | relevance | path

Searched refs:strike (Results 1 – 25 of 4083) sorted by relevance

12345678910>>...164

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkStrikeCache.cpp39 if (strike == nullptr) { in findOrCreateStrike()
44 return strike; in findOrCreateStrike()
169 auto strike = in internalCreateStrike() local
172 return strike; in internalCreateStrike()
244 for (Strike* strike = fHead; strike != nullptr; strike = strike->fNext) { in forEachStrike() local
282 if (strike->fPinner == nullptr || strike->fPinner->canDelete()) { in internalPurge()
287 strike = prev; in internalPurge()
329 strike->fPrev->fNext = strike->fNext; in internalRemoveStrike()
334 strike->fNext->fPrev = strike->fPrev; in internalRemoveStrike()
339 strike->fPrev = strike->fNext = nullptr; in internalRemoveStrike()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkStrikeCache.cpp39 if (strike == nullptr) { in findOrCreateStrike()
44 return strike; in findOrCreateStrike()
169 auto strike = in internalCreateStrike() local
172 return strike; in internalCreateStrike()
244 for (Strike* strike = fHead; strike != nullptr; strike = strike->fNext) { in forEachStrike() local
282 if (strike->fPinner == nullptr || strike->fPinner->canDelete()) { in internalPurge()
287 strike = prev; in internalPurge()
329 strike->fPrev->fNext = strike->fNext; in internalRemoveStrike()
334 strike->fNext->fPrev = strike->fPrev; in internalRemoveStrike()
339 strike->fPrev = strike->fNext = nullptr; in internalRemoveStrike()
[all …]
/dports/x11-fonts/fonttosfnt/fonttosfnt-1.2.1/
H A Dstruct.c83 while(strike) { in makeStrike()
84 if(strike->sizeX == sizeX && strike->sizeY == sizeY) in makeStrike()
87 strike = strike->next; in makeStrike()
91 if(strike == NULL) in makeStrike()
95 strike->bitmaps = in makeStrike()
98 free(strike); in makeStrike()
109 return strike; in makeStrike()
326 while(strike) { in fontIndex()
330 strike = strike->next; in fontIndex()
456 while(strike) { in glyphMetrics()
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/pricingengines/
H A Dblackformula.cpp82 strike = strike + displacement; in blackFormula()
130 strike = strike + displacement; in blackFormulaForwardDerivative()
165 strike = strike + displacement; in blackFormulaImpliedStdDevApproximation()
220 strike = strike + displacement; in blackFormulaImpliedStdDevChambers()
422 strike = strike + displacement; in blackFormulaImpliedStdDev()
501 strike = strike + displacement; in blackFormulaImpliedStdDevLiRS()
524 cs = forward/strike*cs + 1.0 - forward/strike; in blackFormulaImpliedStdDevLiRS()
573 strike = strike + displacement; in blackFormulaCashItmProbability()
601 strike = strike + displacement; in blackFormulaAssetItmProbability()
645 strike = strike + displacement; in blackFormulaStdDevDerivative()
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/termstructures/volatility/equityfx/
H A Dblackvoltermstructure.hpp70 Real strike,
74 Real strike,
78 Real strike,
82 Real strike,
222 checkStrike(strike, extrapolate); in blackVol()
224 return blackVolImpl(t, strike); in blackVol()
231 checkStrike(strike, extrapolate); in blackVol()
232 return blackVolImpl(t, strike); in blackVol()
239 checkStrike(strike, extrapolate); in blackVariance()
241 return blackVarianceImpl(t, strike); in blackVariance()
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/termstructures/volatility/optionlet/
H A Doptionletvolatilitystructure.hpp72 Rate strike,
76 Rate strike,
80 Rate strike,
85 Rate strike,
89 Rate strike,
93 Rate strike,
128 Rate strike, in volatility() argument
173 checkStrike(strike, extrapolate); in volatility()
174 return volatilityImpl(optionDate, strike); in volatility()
182 checkStrike(strike, extrapolate); in volatility()
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/instruments/
H A Dpayoffs.hpp99 Real strike) in StrikedTypePayoff() argument
108 Real strike) in PlainVanillaPayoff() argument
109 : StrikedTypePayoff(type, strike) {} in PlainVanillaPayoff()
141 Real strike) in AssetOrNothingPayoff() argument
142 : StrikedTypePayoff(type, strike) {} in AssetOrNothingPayoff()
155 Real strike, in CashOrNothingPayoff() argument
181 Real strike, in GapPayoff() argument
209 SuperFundPayoff(Real strike, in SuperFundPayoff() argument
213 QL_REQUIRE(strike>0.0, in SuperFundPayoff()
216 QL_REQUIRE(secondStrike>strike, in SuperFundPayoff()
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/termstructures/volatility/swaption/
H A Dswaptionvolstructure.hpp71 Rate strike,
76 Rate strike,
81 Rate strike,
86 Rate strike,
102 Rate strike,
107 Rate strike,
112 Rate strike,
117 Rate strike,
122 Rate strike,
127 Rate strike,
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/callablebonds/
H A Dcallablebondvolstructure.hpp69 Rate strike,
74 Rate strike,
80 Rate strike,
85 Rate strike,
97 Rate strike,
102 Rate strike,
140 Rate strike) const { in volatilityImpl()
142 return volatilityImpl(p.first, p.second, strike); in volatilityImpl()
147 Rate strike, bool extrapolate) const;
173 return volatilityImpl(optionTime, bondLength, strike); in volatility()
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/fx/
H A Dblackdeltacalculator.cpp56 QL_REQUIRE(strike >=0.0, in deltaFromStrike()
68 res=phi_*cumD1(strike); in deltaFromStrike()
72 res=phi_*fDiscount_*cumD2(strike)*strike/forward_; in deltaFromStrike()
76 res=phi_*cumD2(strike)*strike/forward_; in deltaFromStrike()
221 if(strike>0) { in cumD1()
226 if (forward_<strike) { in cumD1()
249 if(strike>0){ in nD1()
270 if(strike>0){ in cumD2()
277 if (forward_<strike) { in cumD2()
301 if(strike>0){ in nD2()
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/volatility/
H A Dzabrsmilesection.hpp70 Volatility volatilityImpl(Rate strike) const { in volatilityImpl()
71 return volatilityImpl(strike, Evaluation()); in volatilityImpl()
103 Volatility volatilityImpl(Rate strike, ZabrFullFd) const;
268 type, strike, forward_, in optionPrice()
276 Real call = strike <= strikes_.back() ? (*callPriceFct_)(strike) in optionPrice()
281 return (call - (forward_ - strike)) * discount; in optionPrice()
293 ZabrSmileSection<Evaluation>::volatilityImpl(Rate strike, in volatilityImpl() argument
295 strike = std::max(1E-6, strike); in volatilityImpl()
296 return model_->lognormalVolatility(strike); in volatilityImpl()
301 ZabrSmileSection<Evaluation>::volatilityImpl(Rate strike, in volatilityImpl() argument
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/termstructures/volatility/inflation/
H A Dcpivolatilitystructure.cpp60 (strike >= minStrike() && strike <= maxStrike()), in checkRange()
66 void CPIVolatilitySurface::checkRange(Time t, Rate strike, in checkRange() argument
74 (strike >= minStrike() && strike <= maxStrike()), in checkRange()
81 Rate strike, in volatility() argument
91 checkRange(maturityDate-useLag, strike, extrapolate); in volatility()
93 return volatilityImpl(t,strike); in volatility()
97 checkRange(dd.first, strike, extrapolate); in volatility()
99 return volatilityImpl(t,strike); in volatility()
105 Rate strike, in volatility() argument
137 Rate strike, in totalVariance() argument
[all …]
H A Dyoyinflationoptionletvolatilitystructure.cpp67 (strike >= minStrike() && strike <= maxStrike()), in checkRange()
73 void YoYOptionletVolatilitySurface::checkRange(Time t, Rate strike, in checkRange() argument
81 (strike >= minStrike() && strike <= maxStrike()), in checkRange()
89 Rate strike, in volatility() argument
101 return volatilityImpl(t,strike); in volatility()
106 return volatilityImpl(t,strike); in volatility()
113 Rate strike, in volatility() argument
117 return volatility(maturityDate, strike, obsLag, extrapolate); in volatility()
148 Rate strike, in totalVariance() argument
160 Rate strike, in totalVariance() argument
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/termstructures/volatility/
H A Dsmilesection.cpp71 Real SmileSection::optionPrice(Rate strike, in optionPrice() argument
81 return blackFormula(type,strike,atm, std::fabs(strike+shift()) < QL_EPSILON ? in optionPrice()
84 return bachelierBlackFormula(type,strike,atm,sqrt(variance(strike)),discount); in optionPrice()
87 Real SmileSection::digitalOptionPrice(Rate strike, in digitalOptionPrice() argument
92 Real kl = std::max(strike-gap/2.0,m); in digitalOptionPrice()
100 Real kl = std::max(strike-gap/2.0,m); in density()
106 Real SmileSection::vega(Rate strike, Real discount) const { in vega() argument
111 return blackFormulaVolDerivative(strike,atmLevel(), in vega()
112 sqrt(variance(strike)), in vega()
121 return volatility(strike); in volatility()
[all …]
H A Dsmilesection.hpp57 Real variance(Rate strike) const;
58 Volatility volatility(Rate strike) const;
68 virtual Real optionPrice(Rate strike,
71 virtual Real digitalOptionPrice(Rate strike,
75 virtual Real vega(Rate strike,
77 virtual Real density(Rate strike,
83 virtual Real varianceImpl(Rate strike) const;
98 inline Real SmileSection::variance(Rate strike) const { in variance()
99 return varianceImpl(strike); in variance()
103 return volatilityImpl(strike); in volatility()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DCompositeStrike.java77 PhysicalStrike strike = strikes[slot]; in getStrikeForSlot() local
78 if (strike == null) { in getStrikeForSlot()
79 strike = in getStrikeForSlot()
82 strikes[slot] = strike; in getStrikeForSlot()
84 return strike; in getStrikeForSlot()
116 PhysicalStrike strike = getStrikeForSlot(0); in getGlyphImagePtrs() local
122 strike = getStrikeForGlyph(glyphCodes[i]); in getGlyphImagePtrs()
129 PhysicalStrike strike = getStrikeForGlyph(glyphCode); in getGlyphImagePtr() local
130 return strike.getGlyphImagePtr(glyphCode & SLOTMASK); in getGlyphImagePtr()
140 return strike.getGlyphMetrics(glyphCode & SLOTMASK); in getGlyphMetrics()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/font/
H A DCompositeStrike.java77 PhysicalStrike strike = strikes[slot]; in getStrikeForSlot() local
78 if (strike == null) { in getStrikeForSlot()
79 strike = in getStrikeForSlot()
82 strikes[slot] = strike; in getStrikeForSlot()
84 return strike; in getStrikeForSlot()
116 PhysicalStrike strike = getStrikeForSlot(0); in getGlyphImagePtrs() local
122 strike = getStrikeForGlyph(glyphCodes[i]); in getGlyphImagePtrs()
129 PhysicalStrike strike = getStrikeForGlyph(glyphCode); in getGlyphImagePtr() local
130 return strike.getGlyphImagePtr(glyphCode & SLOTMASK); in getGlyphImagePtr()
140 return strike.getGlyphMetrics(glyphCode & SLOTMASK); in getGlyphMetrics()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DCompositeStrike.java77 PhysicalStrike strike = strikes[slot]; in getStrikeForSlot() local
78 if (strike == null) { in getStrikeForSlot()
79 strike = in getStrikeForSlot()
82 strikes[slot] = strike; in getStrikeForSlot()
84 return strike; in getStrikeForSlot()
116 PhysicalStrike strike = getStrikeForSlot(0); in getGlyphImagePtrs() local
122 strike = getStrikeForGlyph(glyphCodes[i]); in getGlyphImagePtrs()
129 PhysicalStrike strike = getStrikeForGlyph(glyphCode); in getGlyphImagePtr() local
130 return strike.getGlyphImagePtr(glyphCode & SLOTMASK); in getGlyphImagePtr()
140 return strike.getGlyphMetrics(glyphCode & SLOTMASK); in getGlyphMetrics()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DCompositeStrike.java79 PhysicalStrike strike = strikes[slot]; in getStrikeForSlot() local
80 if (strike == null) { in getStrikeForSlot()
81 strike = in getStrikeForSlot()
84 strikes[slot] = strike; in getStrikeForSlot()
86 return strike; in getStrikeForSlot()
118 PhysicalStrike strike = getStrikeForSlot(0); in getGlyphImagePtrs() local
124 strike = getStrikeForGlyph(glyphCodes[i]); in getGlyphImagePtrs()
131 PhysicalStrike strike = getStrikeForGlyph(glyphCode); in getGlyphImagePtr() local
132 return strike.getGlyphImagePtr(glyphCode & SLOTMASK); in getGlyphImagePtr()
142 return strike.getGlyphMetrics(glyphCode & SLOTMASK); in getGlyphMetrics()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/font/
H A DCompositeStrike.java77 PhysicalStrike strike = strikes[slot]; in getStrikeForSlot() local
78 if (strike == null) { in getStrikeForSlot()
79 strike = in getStrikeForSlot()
82 strikes[slot] = strike; in getStrikeForSlot()
84 return strike; in getStrikeForSlot()
116 PhysicalStrike strike = getStrikeForSlot(0); in getGlyphImagePtrs() local
122 strike = getStrikeForGlyph(glyphCodes[i]); in getGlyphImagePtrs()
129 PhysicalStrike strike = getStrikeForGlyph(glyphCode); in getGlyphImagePtr() local
130 return strike.getGlyphImagePtr(glyphCode & SLOTMASK); in getGlyphImagePtr()
140 return strike.getGlyphMetrics(glyphCode & SLOTMASK); in getGlyphMetrics()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/font/
H A DCompositeStrike.java77 PhysicalStrike strike = strikes[slot]; in getStrikeForSlot() local
78 if (strike == null) { in getStrikeForSlot()
79 strike = in getStrikeForSlot()
82 strikes[slot] = strike; in getStrikeForSlot()
84 return strike; in getStrikeForSlot()
116 PhysicalStrike strike = getStrikeForSlot(0); in getGlyphImagePtrs() local
122 strike = getStrikeForGlyph(glyphCodes[i]); in getGlyphImagePtrs()
129 PhysicalStrike strike = getStrikeForGlyph(glyphCode); in getGlyphImagePtr() local
130 return strike.getGlyphImagePtr(glyphCode & SLOTMASK); in getGlyphImagePtr()
140 return strike.getGlyphMetrics(glyphCode & SLOTMASK); in getGlyphMetrics()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/font/
H A DCompositeStrike.java77 PhysicalStrike strike = strikes[slot]; in getStrikeForSlot() local
78 if (strike == null) { in getStrikeForSlot()
79 strike = in getStrikeForSlot()
82 strikes[slot] = strike; in getStrikeForSlot()
84 return strike; in getStrikeForSlot()
116 PhysicalStrike strike = getStrikeForSlot(0); in getGlyphImagePtrs() local
122 strike = getStrikeForGlyph(glyphCodes[i]); in getGlyphImagePtrs()
129 PhysicalStrike strike = getStrikeForGlyph(glyphCode); in getGlyphImagePtr() local
130 return strike.getGlyphImagePtr(glyphCode & SLOTMASK); in getGlyphImagePtr()
140 return strike.getGlyphMetrics(glyphCode & SLOTMASK); in getGlyphMetrics()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/font/
H A DCompositeStrike.java77 PhysicalStrike strike = strikes[slot]; in getStrikeForSlot() local
78 if (strike == null) { in getStrikeForSlot()
79 strike = in getStrikeForSlot()
82 strikes[slot] = strike; in getStrikeForSlot()
84 return strike; in getStrikeForSlot()
116 PhysicalStrike strike = getStrikeForSlot(0); in getGlyphImagePtrs() local
122 strike = getStrikeForGlyph(glyphCodes[i]); in getGlyphImagePtrs()
129 PhysicalStrike strike = getStrikeForGlyph(glyphCode); in getGlyphImagePtr() local
130 return strike.getGlyphImagePtr(glyphCode & SLOTMASK); in getGlyphImagePtr()
140 return strike.getGlyphMetrics(glyphCode & SLOTMASK); in getGlyphMetrics()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/font/
H A DCompositeStrike.java77 PhysicalStrike strike = strikes[slot]; in getStrikeForSlot() local
78 if (strike == null) { in getStrikeForSlot()
79 strike = in getStrikeForSlot()
82 strikes[slot] = strike; in getStrikeForSlot()
84 return strike; in getStrikeForSlot()
116 PhysicalStrike strike = getStrikeForSlot(0); in getGlyphImagePtrs() local
122 strike = getStrikeForGlyph(glyphCodes[i]); in getGlyphImagePtrs()
129 PhysicalStrike strike = getStrikeForGlyph(glyphCode); in getGlyphImagePtr() local
130 return strike.getGlyphImagePtr(glyphCode & SLOTMASK); in getGlyphImagePtr()
140 return strike.getGlyphMetrics(glyphCode & SLOTMASK); in getGlyphMetrics()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DCompositeStrike.java79 PhysicalStrike strike = strikes[slot]; in getStrikeForSlot() local
80 if (strike == null) { in getStrikeForSlot()
81 strike = in getStrikeForSlot()
84 strikes[slot] = strike; in getStrikeForSlot()
86 return strike; in getStrikeForSlot()
118 PhysicalStrike strike = getStrikeForSlot(0); in getGlyphImagePtrs() local
124 strike = getStrikeForGlyph(glyphCodes[i]); in getGlyphImagePtrs()
131 PhysicalStrike strike = getStrikeForGlyph(glyphCode); in getGlyphImagePtr() local
132 return strike.getGlyphImagePtr(glyphCode & SLOTMASK); in getGlyphImagePtr()
142 return strike.getGlyphMetrics(glyphCode & SLOTMASK); in getGlyphMetrics()
[all …]

12345678910>>...164