Searched refs:yEnd (Results 1 - 6 of 6) sorted by relevance
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
H A D | GraggBulirschStoerIntegrator.java | 452 * @param yEnd placeholder where to put the state vector at the end 461 final double[] yMiddle, final double[] yEnd, 473 yEnd[i] = y0[i] + subStep * f[0][i]; 475 computeDerivatives(t, yEnd, f[1]); 482 System.arraycopy(yEnd, 0, yMiddle, 0, y0.length); 487 final double middle = yEnd[i]; 488 yEnd[i] = yTmp[i] + subStep2 * f[j][i]; 492 computeDerivatives(t, yEnd, f[j+1]); 515 yEnd[i] = 0.5 * (yTmp[i] + yEnd[ 459 tryStep(final double t0, final double[] y0, final double step, final int k, final double[] scale, final double[][] f, final double[] yMiddle, final double[] yEnd, final double[] yTmp) argument [all...] |
/external/skia/third_party/etc1/ |
H A D | etc1.cpp | 535 etc1_uint32 yEnd = height - y; local 536 if (yEnd > 4) { 537 yEnd = 4; 539 int ymask = kYMask[yEnd]; 546 for (etc1_uint32 cy = 0; cy < yEnd; cy++) { 588 etc1_uint32 yEnd = height - y; local 589 if (yEnd > 4) { 590 yEnd = 4; 599 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
|
/external/replicaisland/src/com/replica/replicaisland/ |
H A D | BackgroundCollisionComponent.java | 223 float yEnd = bottom; 229 mRayEnd.set(centerOffsetX, yEnd);
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
H A D | demo.c | 486 const int yBegin = -15, yEnd = 15; // ends are non-inclusive local 488 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; 501 for (y = yBegin; y < yEnd; ++y)
|
/external/chromium-trace/catapult/third_party/flot/ |
H A D | excanvas.js | 691 var yEnd = aY + ms(aEndAngle) * aRadius - Z2; 701 var pEnd = getCoords(this, xEnd, yEnd); 710 yEnd: pEnd.y}); 939 mr(p.xEnd), ',', mr(p.yEnd));
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureGatherTests.cpp | 97 const int yEnd = (row+1)*dst.getHeight()/numRows; local 103 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color);
|
Completed in 235 milliseconds