Home
last modified time | relevance | path

Searched refs:newRates (Results 1 – 7 of 7) sorted by relevance

/dports/finance/quantlib/QuantLib-1.20/ql/models/marketmodels/pathwisegreeks/
H A Dratepseudorootjacobian.cpp80 const std::vector<Rate>& newRates, in getBumps() argument
115 Real tmp = bumpedRates_[j] - newRates[j]; in getBumps()
177 const std::vector<Rate>& newRates, in getBumps() argument
203 allDerivatives_[j][k][f] = newRates[j]*ratios_[k]*taus_[k]*pseudoRoot_[j][f]; in getBumps()
211 tmp *= (newRates[j]+displacements_[j]); in getBumps()
276 const std::vector<Rate>& newRates, in getBumps() argument
312 B[j][k][f] = newRates[j]*ratios_[k]*taus_[k]*pseudoRoot_[j][f]; in getBumps()
318 tmp *= (newRates[j]+displacements_[j]); in getBumps()
H A Dratepseudorootjacobian.hpp55 …const std::vector<Rate>& newRates, // redundant info but saves time to pass in since will have b…
92 …const std::vector<Rate>& newRates, // redundant info but saves time to pass in since will have b…
128 …const std::vector<Rate>& newRates, // redundant info but saves time to pass in since will have b…
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/native/
H A Djuce_win32_ASIO.cpp349 Array<double> newRates; in updateSampleRates() local
357 newRates.add ((double) rate); in updateSampleRates()
360 if (newRates.isEmpty()) in updateSampleRates()
366 newRates.add ((int) cr); in updateSampleRates()
369 if (sampleRates != newRates) in updateSampleRates()
371 sampleRates.swapWith (newRates); in updateSampleRates()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_devices/native/
H A Djuce_win32_ASIO.cpp349 Array<double> newRates; in updateSampleRates() local
357 newRates.add ((double) rate); in updateSampleRates()
360 if (newRates.isEmpty()) in updateSampleRates()
366 newRates.add ((int) cr); in updateSampleRates()
369 if (sampleRates != newRates) in updateSampleRates()
371 sampleRates.swapWith (newRates); in updateSampleRates()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_devices/native/
H A Djuce_win32_ASIO.cpp349 Array<double> newRates; in updateSampleRates() local
357 newRates.add ((double) rate); in updateSampleRates()
360 if (newRates.isEmpty()) in updateSampleRates()
366 newRates.add ((int) cr); in updateSampleRates()
369 if (sampleRates != newRates) in updateSampleRates()
371 sampleRates.swapWith (newRates); in updateSampleRates()
/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dmarketmodel.cpp3031 std::vector<Real> newRates(evolution.numberOfRates()); in testPathwiseVegas() local
3067 newRates = marketModel->initialRates(); in testPathwiseVegas()
3072 oldRates = newRates; in testPathwiseVegas()
3080 newRates = evolver.currentState().forwardRates(); in testPathwiseVegas()
3088 testees[currentStep].getBumps(oldRates, oneStepDFs, newRates, gaussians, B); in testPathwiseVegas()
3089 … testees2[currentStep].getBumps(oldRates, oneStepDFs, newRates, gaussians, globalB); in testPathwiseVegas()
3092 … testers[currentStep].getBumps(oldRates, oneStepDFs, newRates, gaussians, B2); in testPathwiseVegas()
3093 … testersDown[currentStep].getBumps(oldRates, oneStepDFs, newRates, gaussians, B3); in testPathwiseVegas()
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dproposal.c7377 newRates = GetParamSubVals (param, chain, state[chain]); in Move_MixtureRates()
7393 if (newRates[i] * nStatesMrBFlt < RATE_MIN) in Move_MixtureRates()
7404 newRates[i] = newRates[i] * nStatesMrBFlt; in Move_MixtureRates()
7410 sum += newRates[i]*alphaPi/nStatesMrBFlt; in Move_MixtureRates()
7413 x -= LnGamma(newRates[i]*alphaPi/nStatesMrBFlt); in Move_MixtureRates()
7430 x += (priorAlpha[i]-1.0)*log(newRates[i]/nStatesMrBFlt); in Move_MixtureRates()
7471 newRates = GetParamSubVals (param, chain, state[chain]); in Move_MixtureRates_Slider()
7508 newRates[i] = y * sum; in Move_MixtureRates_Slider()
7509 newRates[j] = sum - newRates[i]; in Move_MixtureRates_Slider()
7516 x = (priorAlpha[i]-1.0)*log(newRates[i]/nStatesMrBFlt); in Move_MixtureRates_Slider()
[all …]