Searched refs:yEnd (Results 1 - 9 of 9) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DGraggBulirschStoerIntegrator.java452 * @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/libgdx/gdx/jni/etc1/
H A Detc1_utils.cpp527 etc1_uint32 yEnd = height - y; local
528 if (yEnd > 4) {
529 yEnd = 4;
531 int ymask = kYMask[yEnd];
538 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
580 etc1_uint32 yEnd = height - y; local
581 if (yEnd > 4) {
582 yEnd = 4;
591 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
/external/skia/third_party/etc1/
H A Detc1.cpp535 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/opencv3/3rdparty/openexr/IlmImf/
H A DImfInputFile.cpp203 int yStart, yEnd, yStep; local
208 yEnd = minDy - 1;
214 yEnd = maxDy + 1;
229 for (int j = yStart; j != yEnd; j += yStep)
/external/replicaisland/src/com/replica/replicaisland/
H A DBackgroundCollisionComponent.java223 float yEnd = bottom;
229 mRayEnd.set(centerOffsetX, yEnd);
/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Ddemo.c486 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 Dexcanvas.js691 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/opencv3/modules/cudalegacy/src/cuda/
H A DNPP_staging.cu2424 float yEnd = fmin (y + scaleY, rh - 1.0f);
2432 float ceilYEnd = ceilf (yEnd);
2453 ceilXEnd) * (ceilYEnd - yEnd);
2454 wsum += ceilYEnd - yEnd;
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp97 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 239 milliseconds