Searched refs:hNew (Results 1 – 6 of 6) sorted by relevance
222 double hNew = stepSize; in integrate() local223 interpolator.rescale(hNew); in integrate()232 stepSize = hNew; in integrate()249 hNew = filterStep(stepSize * factor, forward, false); in integrate()250 interpolator.rescale(hNew); in integrate()297 hNew = filterStep(scaledH, forward, nextIsLast); in integrate()299 final double filteredNextT = stepStart + hNew; in integrate()302 hNew = t - stepStart; in integrate()305 interpolator.rescale(hNew); in integrate()
240 double hNew = stepSize; in integrate() local241 interpolator.rescale(hNew); in integrate()249 stepSize = hNew; in integrate()272 hNew = filterStep(stepSize * factor, forward, false); in integrate()273 interpolator.rescale(hNew); in integrate()316 hNew = filterStep(scaledH, forward, nextIsLast); in integrate()318 final double filteredNextT = stepStart + hNew; in integrate()321 hNew = t - stepStart; in integrate()324 interpolator.rescale(hNew); in integrate()
626 double hNew = 0; in integrate() local653 hNew = initializeStep(equations, forward, in integrate()662 stepSize = hNew; in integrate()685 hNew = FastMath.abs(filterStep(stepSize * stabilityReduction, forward, false)); in integrate()709 hNew = FastMath.abs(filterStep(stepSize * stabilityReduction, forward, false)); in integrate()751 hNew = optimalStep[targetIter]; in integrate()776 hNew = optimalStep[targetIter]; in integrate()789 hNew = optimalStep[targetIter]; in integrate()868 hNew = hInt; in integrate()917 hNew = FastMath.min(FastMath.abs(stepSize), optimalStep[targetIter]); in integrate()[all …]
224 double hNew = 0; in integrate() local257 hNew = initializeStep(equations, forward, getOrder(), scale, in integrate()262 stepSize = hNew; in integrate()295 hNew = filterStep(stepSize * factor, forward, false); in integrate()322 hNew = filterStep(scaledH, forward, nextIsLast); in integrate()324 final double filteredNextT = stepStart + hNew; in integrate()327 hNew = t - stepStart; in integrate()
924 cmsHANDLE hNew; in cmsDictDup() local929 hNew = cmsDictAlloc(old_dict ->ContextID); in cmsDictDup()930 if (hNew == NULL) return NULL; in cmsDictDup()936 …if (!cmsDictAddEntry(hNew, entry ->Name, entry ->Value, entry ->DisplayName, entry ->DisplayValue)… in cmsDictDup()938 cmsDictFree(hNew); in cmsDictDup()945 return hNew; in cmsDictDup()
META-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...