Searched defs:y0 (Results 76 - 100 of 178) sorted by relevance

12345678

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DGraggBulirschStoerIntegrator.java445 * @param y0 initial value of the state vector at t0
459 private boolean tryStep(final double t0, final double[] y0, final double step, final int k, argument
471 for (int i = 0; i < y0.length; ++i) {
472 yTmp[i] = y0[i];
473 yEnd[i] = y0[i] + subStep * f[0][i];
482 System.arraycopy(yEnd, 0, yMiddle, 0, y0.length);
486 for (int i = 0; i < y0.length; ++i) {
514 for (int i = 0; i < y0.length; ++i) {
551 final double t0, final double[] y0, final double t, final double[] y)
554 sanityChecks(equations, t0, y0,
550 integrate(final FirstOrderDifferentialEquations equations, final double t0, final double[] y0, final double t, final double[] y) argument
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-method.cpp81 int *y0 = x0; local
/external/deqp/modules/gles2/functional/
H A Des2fShaderBuiltinVarTests.cpp533 const int y0 = deRoundFloatToInt32(float(height)*(pointIter->y()*0.5f + 0.5f) - pointIter->z()*0.5f); local
537 const int h = y1-y0;
547 const int dy = y0+yo;
H A Des2fStencilTests.cpp209 float y0 = 2.0f*((float)cell.y() / (float)context.getHeight())-1.0f; local
211 float y1 = y0 + 2.0f*((float)cell.w() / (float)context.getHeight());
243 sglr::drawQuad(context, m_shaderID, Vec3(x0, y0, op.depth), Vec3(x1, y1, op.depth));
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
H A DRenderDeviceJme.java291 float y0 = centerY + (y - centerY) * scale;
294 tempMat.setTranslation(x0, getHeight() - y0, 0);
317 float y0 = y + 0.5f * height * (1f - imageScale);
320 tempMat.setTranslation(x0, getHeight() - y0, 0);
371 public void enableClip(int x0, int y0, int x1, int y1) { argument
374 r.setClipRect(x0, getHeight() - y1, x1 - x0, y1 - y0);
/external/libhevc/decoder/
H A Dihevcd_parse_residual.c181 WORD32 x0, WORD32 y0,
207 UNUSED(y0);
180 ihevcd_parse_residual_coding(codec_t *ps_codec, WORD32 x0, WORD32 y0, WORD32 log2_trafo_size, WORD32 c_idx, WORD32 intra_pred_mode) argument
/external/libvncserver/client_examples/
H A DSDLvncviewer.c212 int y0 = j * cl->height / realHeight; local
216 for (y = y0; y < y1; y++)
229 r /= (x1 - x0) * (y1 - y0);
230 g /= (x1 - x0) * (y1 - y0);
231 b /= (x1 - x0) * (y1 - y0);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_yuv.c555 uint8_t y0, y1, u, v; local
565 y0 = (value >> 8) & 0xff;
569 util_format_yuv_to_rgb_float(y0, u, v, &dst[0], &dst[1], &dst[2]);
586 y0 = (value >> 8) & 0xff;
590 util_format_yuv_to_rgb_float(y0, u, v, &dst[0], &dst[1], &dst[2]);
611 uint8_t y0, y1, u, v; local
621 y0 = (value >> 8) & 0xff;
625 util_format_yuv_to_rgb_8unorm(y0, u, v, &dst[0], &dst[1], &dst[2]);
642 y0 = (value >> 8) & 0xff;
646 util_format_yuv_to_rgb_8unorm(y0,
666 uint8_t y0, y1, u, v; local
670 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
727 uint8_t y0, y1, u, v; local
731 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
808 uint8_t y0, y1, u, v; local
864 uint8_t y0, y1, u, v; local
919 uint8_t y0, y1, u, v; local
923 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
980 uint8_t y0, y1, u, v; local
984 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c669 * Parameter x0, y0 are the integer values with upper left coordinates.
674 LLVMValueRef y0)
680 bld->y = LLVMBuildSIToFP(builder, y0, coeff_bld->elem_type, "");
699 LLVMValueRef y0)
749 pos_init(bld, x0, y0);
672 pos_init(struct lp_build_interp_soa_context *bld, LLVMValueRef x0, LLVMValueRef y0) argument
688 lp_build_interp_soa_init(struct lp_build_interp_soa_context *bld, struct gallivm_state *gallivm, unsigned num_inputs, const struct lp_shader_input *inputs, LLVMBuilderRef builder, struct lp_type type, boolean dynamic_offsets, LLVMValueRef a0_ptr, LLVMValueRef dadx_ptr, LLVMValueRef dady_ptr, LLVMValueRef x0, LLVMValueRef y0) argument
/external/opencv/cv/src/
H A Dcvfilter.cpp341 int y0, int y1, int y2 )
343 int i, y = y0, bsz1 = border_tab_sz1, bsz = border_tab_sz;
408 return y - y0;
340 fill_cyclic_buffer( const uchar* src, int src_step, int y0, int y1, int y2 ) argument
/external/skia/bench/
H A DBitmapBench.cpp146 const SkScalar y0 = SkIntToScalar(-bitmap.height() / 2); local
150 SkScalar y = y0 + rand.nextUScalar1() * dim.fY;
H A DDashBench.cpp162 SkScalar y0 = SkIntToScalar(10); local
163 path->moveTo(x0, y0);
164 path->quadTo(x0, y0 + 400 * SK_Scalar1,
165 x0 + 600 * SK_Scalar1, y0 + 400 * SK_Scalar1);
170 SkScalar y0 = SkIntToScalar(10); local
171 path->moveTo(x0, y0);
172 path->cubicTo(x0, y0 + 400 * SK_Scalar1,
173 x0 + 600 * SK_Scalar1, y0 + 400 * SK_Scalar1,
174 x0 + 600 * SK_Scalar1, y0);
/external/skia/src/core/
H A DSkRegion_path.cpp392 void set(int x, int y0, int y1) { argument
393 SkASSERT(y0 != y1);
396 fY0 = (SkRegion::RunType)(y0);
417 int y0 = base->fY0; local
424 if ((e->fFlags & Edge::kY1Link) == 0 && y0 == e->fY1) {
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSE2.cpp25 unsigned y0 = XY >> 14; local
26 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
28 unsigned subY = y0 & 0xF;
131 unsigned y0 = XY >> 14; local
132 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
134 unsigned subY = y0 & 0xF;
652 unsigned y0 = XY >> 14; local
653 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
655 unsigned subY = y0 & 0xF;
H A DSkBitmapProcState_opts_SSSE3.cpp92 // (4x(y1), 4x(y0), 4x(x1), 4x(x0)) upon return.
94 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0)).
118 // (x1, y1, x0, y0)
120 // (y1, y0, x1, x0)
122 // (4x(y1), 4x(y0), 4x(x1), 4x(x0))
126 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0))
338 // y0 * (Aa2' * (16-x1) + Aa3' * x1),
340 // (16-y0) * (Ra0 * (16 - x0) + Ra1 * x0)) +
341 // y0 * (Ra0' * (16-x0) + Ra1' * x0))
409 const unsigned y0 local
658 unsigned y0 = data >> 14; local
[all...]
/external/skia/src/views/
H A DSkTouchGesture.cpp98 static bool close_enough_for_jitter(float x0, float y0, float x1, float y1) { argument
100 sk_float_abs(y0 - y1) <= MAX_JITTER_RADIUS;
/external/skia/tests/
H A DAAClipTest.cpp173 static void icubicTo(SkPath& path, int x0, int y0, int x1, int y1, int x2, int y2) { argument
174 path.cubicTo(SkIntToScalar(x0), SkIntToScalar(y0),
/external/tremolo/Tremolo/
H A Dfloor1.c205 int render_point(int x0,int x1,int y0,int y1,int x){ argument
206 y0&=0x7fff; /* mask off flag */
210 int dy=y1-y0;
216 if(dy<0)return(y0-off);
217 return(y0+off);
225 static void render_line(int n,int x0,int x1,int y0,int y1,ogg_int32_t *d){ argument
235 if (n <= 0 || y0 < 0 || y0 > 255 || y1 < 0 || y1 > 255) {
238 dy=y1-y0;
243 floor=&FLOOR_fromdB_LOOKUP[y0];
[all...]
/external/aac/libFDK/src/
H A Dqmf.cpp496 FIXP_QMF x0, x1, y0, y1; local
500 y0 = timeIn[L2 - 1 - i] >> 1;
503 rSubband[i] = x0 - y0;
505 iSubband[i] = x0 + y0;
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
H A DFirstOrderIntegratorWithJacobians.java196 * @param y0 initial value of the state vector at t0
202 * step (and hence at the end of integration), can be the same object as y0
215 public double integrate(final double t0, final double[] y0, final double[][] dY0dP, argument
222 checkDimension(n, y0);
235 // with respect to initial state y0 and to parameters p
240 System.arraycopy(y0, 0, z, 0, n);
/external/deqp/framework/common/
H A DtcuFuzzyImageCompare.cpp129 int y0 = deFloorFloatToInt32(v-0.5f); local
130 int y1 = y0+1;
134 int j0 = de::clamp(y0, 0, h-1);
/external/deqp/framework/randomshaders/
H A DrsgProgramExecutor.cpp192 int y0 = (int)deFloatFloor((float)y / cellHeight); local
193 return tcu::IVec4(y0*gridVtxWidth + x0, y0*gridVtxWidth + x0 + 1, (y0+1)*gridVtxWidth + x0, (y0+1)*gridVtxWidth + x0 + 1);
/external/deqp/modules/gles3/functional/
H A Des3fStencilTests.cpp212 float y0 = 2.0f*((float)cell.y() / (float)context.getHeight())-1.0f; local
214 float y1 = y0 + 2.0f*((float)cell.w() / (float)context.getHeight());
246 sglr::drawQuad(context, m_shaderID, Vec3(x0, y0, op.depth), Vec3(x1, y1, op.depth));
/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp106 const float y0 = float(ry*2)/h - 1.0f; local
109 positions[rectNdx*4 + 0] = Vec2(x0, y0);
110 positions[rectNdx*4 + 1] = Vec2(x1, y0);
182 const int y0 = rectIter->y(); local
184 const int y1 = y0+rectIter->w();
186 for (int y = y0; y < y1; y++)
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DLetterQuad.java23 private float y0 = Integer.MIN_VALUE; field in class:LetterQuad
131 if (x0 == Integer.MIN_VALUE || y0 == Integer.MIN_VALUE) {
158 return y0;
162 return y0-height;
225 y0 = Integer.MIN_VALUE;
259 y0 = lineY;
266 y0 = lineY;
278 y0 = lineY;
317 y0 = lineY + LINE_DIR*yOffset;
373 float y = y0
[all...]

Completed in 648 milliseconds

12345678