Home
last modified time | relevance | path

Searched refs:startTimes_ (Results 1 – 18 of 18) sorted by relevance

/dports/finance/quantlib/QuantLib-1.20/ql/legacy/libormarketmodels/
H A Dlmfixedvolmodel.cpp29 startTimes_ (startTimes) { in LmFixedVolatilityModel()
30 QL_REQUIRE(startTimes_.size()>1, "too few dates"); in LmFixedVolatilityModel()
31 QL_REQUIRE(volatilities_.size() == startTimes_.size(), in LmFixedVolatilityModel()
34 for (Size i = 1; i < startTimes_.size(); i++) { in LmFixedVolatilityModel()
35 QL_REQUIRE(startTimes_[i] > startTimes_[i-1], in LmFixedVolatilityModel()
37 << startTimes_[i-1] << ")"); in LmFixedVolatilityModel()
43 QL_REQUIRE(t >= startTimes_.front() && t <= startTimes_.back(), in volatility()
46 const Size ti = std::upper_bound(startTimes_.begin(), in volatility()
48 - startTimes_.begin()-1; in volatility()
61 QL_REQUIRE(t >= startTimes_.front() && t <= startTimes_.back(), in volatility()
[all …]
H A Dlmfixedvolmodel.hpp44 const std::vector<Time> startTimes_; member in QuantLib::LmFixedVolatilityModel
/dports/finance/quantlib/QuantLib-1.20/ql/pricingengines/capfloor/
H A Ddiscretizedcapfloor.cpp30 startTimes_.resize(args.startDates.size()); in DiscretizedCapFloor()
31 for (Size i=0; i<startTimes_.size(); ++i) in DiscretizedCapFloor()
32 startTimes_[i] = dayCounter.yearFraction(referenceDate, in DiscretizedCapFloor()
47 std::vector<Time> times = startTimes_; in mandatoryTimes()
54 for (Size i=0; i<startTimes_.size(); i++) { in preAdjustValuesImpl()
55 if (isOnTime(startTimes_[i])) { in preAdjustValuesImpl()
91 if (startTimes_[i] < 0.0) { in postAdjustValuesImpl()
H A Dmchullwhiteengine.cpp38 startTimes_.resize(args.startDates.size()); in HullWhiteCapFloorPricer()
39 for (Size i=0; i<startTimes_.size(); ++i) in HullWhiteCapFloorPricer()
40 startTimes_[i] = dayCounter.yearFraction(referenceDate, in HullWhiteCapFloorPricer()
63 Time start = startTimes_[i], in operator ()()
H A Ddiscretizedcapfloor.hpp45 std::vector<Time> startTimes_; member in QuantLib::DiscretizedCapFloor
H A Dmchullwhiteengine.hpp48 std::vector<Time> startTimes_, endTimes_, fixingTimes_; member in QuantLib::detail::HullWhiteCapFloorPricer
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DNursery.cpp181 PodZero(&startTimes_); in init()
521 startTimes_[key] = PRMJ_Now(); in startProfile()
527 profileTimes_[key] = PRMJ_Now() - startTimes_[key]; in endProfile()
H A DNursery.h329 ProfileTimes startTimes_; variable
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DNursery.h374 return startTimes_[ProfileKey::Total]; in collectionStartTime()
465 ProfileTimes startTimes_; variable
H A DNursery.cpp968 startTimes_[key] = ReallyNow(); in startProfile()
972 profileDurations_[key] = ReallyNow() - startTimes_[key]; in endProfile()
977 return startTimes_[ProfileKey::Total]; in collectionStartTime()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DNursery.h441 return startTimes_[ProfileKey::Total]; in collectionStartTime()
530 ProfileTimes startTimes_; variable
H A DNursery.cpp935 startTimes_[key] = ReallyNow(); in startProfile()
939 profileDurations_[key] = ReallyNow() - startTimes_[key]; in endProfile()
944 return startTimes_[ProfileKey::Total]; in collectionStartTime()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DNursery.h441 return startTimes_[ProfileKey::Total]; in collectionStartTime()
530 ProfileTimes startTimes_; variable
H A DNursery.cpp935 startTimes_[key] = ReallyNow(); in startProfile()
939 profileDurations_[key] = ReallyNow() - startTimes_[key]; in endProfile()
944 return startTimes_[ProfileKey::Total]; in collectionStartTime()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DNursery.h437 ProfileTimes startTimes_; variable
H A DNursery.cpp596 startTimes_[key] = TimeStamp::Now(); in startProfile()
600 profileDurations_[key] = TimeStamp::Now() - startTimes_[key]; in endProfile()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DNursery.h494 ProfileTimes startTimes_; variable
H A DNursery.cpp892 startTimes_[key] = ReallyNow(); in startProfile()
896 profileDurations_[key] = ReallyNow() - startTimes_[key]; in endProfile()