HomeSort by relevance Sort by last modified time
    Searched refs:y2 (Results 276 - 300 of 888) sorted by null

<<11121314151617181920>>

  /system/core/libpixelflinger/
trap.cpp 521 int32_t y2 = v2[1]; local
524 int32_t dy20 = y2 - y0;
536 dy20 = y2 - y0;
539 int32_t dy12 = y1 - y2;
543 const int32_t bminy = TRI_FLOOR(min(y0, y1, y2)) >> TRI_FRACTION_BITS;
545 const int32_t bmaxy = TRI_CEIL( max(y0, y1, y2)) >> TRI_FRACTION_BITS;
558 int32_t ey2 = dy20 * (x2 - mx) - dx20 * (y2 - my);
681 int y2 = bot[1] | 1; local
682 int dy = y2 - y1;
684 if ( dy == 0 || y1 > ymax || y2 < ymin
870 int y2 = bot[1]; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_zlib.py 174 y2 = dco.flush()
175 self.assertEqual(data, y1 + y2)
189 y2 = dco.flush()
190 self.assertEqual(HAMLET_SCENE, y1 + y2)
204 y2 = dco.flush()
205 self.assertEqual(data, y1 + y2)
  /external/mesa3d/src/mesa/drivers/x11/
xm_buffer.c 441 int y2 = rb->Height - y - 1; local
444 + y2 * ximage->bytes_per_line
450 int y2 = rb->Height - y - h; local
462 xrb->pixmap, x, y2, w, h,
530 int y2 = rb->Height - xrb->map_y - xrb->map_h; local
538 xrb->map_x, y2, /* dest x, y */
  /external/clang/utils/ABITest/
Enumeration.py 235 x2,y2 = getNthPairBounded(i,W,H,useDivmod=True)
236 print i,(x,y),(x2,y2)
238 b[y2][x2] = '%2d'%i
  /external/eigen/Eigen/src/SPQRSupport/
SuiteSparseQRSupport.h 156 typename Dest::PlainObject y, y2; local
161 y2 = y;
163 y.topRows(rk) = this->matrixR().topLeftCorner(rk, rk).template triangularView<Upper>().solve(y2.topRows(rk));
  /external/lisa/libs/utils/android/
system.py 262 y2 = h * y_low_pct / 100
265 y2 = h * y_top_pct / 100
268 .format(x, y1, x, y2, duration))
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_tiling.c 227 uint32_t y2 = box->y + box->height; local
231 for (uint32_t y = y1; y < y2; y = align(y + 1, stile_h)) {
233 partial_box.height = MIN2(y2 - y, stile_h - partial_box.y);
  /external/python/cpython2/Lib/lib-tk/
Tkdnd.py 282 x1, y1, x2, y2 = source.canvas.bbox(source.id)
283 dx, dy = x2-x1, y2-y1
289 x1, y1, x2, y2 = self.canvas.bbox(self.dndid)
  /external/valgrind/VEX/priv/
host_generic_maddf.c 235 Double y2 = y - y1;
236 Double m2 = (((x1 * y1 - m1) + x1 * y2) + x2 * y1) + x2 * y2;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_metrics.h 41 double x2,y2,r,r2,r2s,one_over_r2,fu,r_fu,one_over_r_fu; local
74 y2=db_sqr(f[1]);
75 r2=x2+y2;
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkdnd.py 282 x1, y1, x2, y2 = source.canvas.bbox(source.id)
283 dx, dy = x2-x1, y2-y1
289 x1, y1, x2, y2 = self.canvas.bbox(self.dndid)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkdnd.py 282 x1, y1, x2, y2 = source.canvas.bbox(source.id)
283 dx, dy = x2-x1, y2-y1
289 x1, y1, x2, y2 = self.canvas.bbox(self.dndid)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 282 x1, y1, x2, y2 = source.canvas.bbox(source.id)
283 dx, dy = x2-x1, y2-y1
289 x1, y1, x2, y2 = self.canvas.bbox(self.dndid)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 282 x1, y1, x2, y2 = source.canvas.bbox(source.id)
283 dx, dy = x2-x1, y2-y1
289 x1, y1, x2, y2 = self.canvas.bbox(self.dndid)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ResizeHandler.java 198 hEdge = new Segment(b.y2(), b.x, b.x2(), child, childId, mHorizontalEdgeType,
205 vEdge = new Segment(b.x, b.y, b.y2(), child, childId, mVerticalEdgeType, NO_MARGIN);
207 vEdge = new Segment(b.x2(), b.y, b.y2(), child, childId, mVerticalEdgeType, NO_MARGIN);
  /system/bt/stack/smp/
p_256_ecc_pp.cc 97 uint32_t* y2; local
107 y2 = q->y;
128 multiprecision_mersenns_mult_mod(t2, y2, t2, keyLength); // t2=t2*y2
  /bionic/libc/arch-mips/string/
memmove.c 162 reg_t y0 = b[0], y1 = b[1], y2 = b[2], y3 = b[3]; \
166 a[2].uli = y2; \
176 reg_t y0 = b[0], y1 = b[1], y2 = b[2], y3 = b[3]; \
179 a[2].uli = y2; \
  /external/clang/test/SemaCXX/
namespace-alias.cpp 158 int y2 = Y::y; // ok, unambiguous member in namespace:MultipleUnambiguousLookupResults
  /external/libopus/src/
analysis.c 117 float x2, y2; local
125 y2 = y*y;
126 if(x2<y2){
127 float den = (y2 + cB*x2) * (y2 + cC*x2);
129 return -x*y*(y2 + cA*x2) / den + (y<0 ? -cE : cE);
133 float den = (x2 + cB*y2) * (x2 + cC*y2);
135 return x*y*(x2 + cA*y2) / den + (y<0 ? -cE : cE) - (x*y<0 ? -cE : cE);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c 533 int x1, y1, x2, y2; local
548 y2 = y1 + ctx->Scissor.ScissorArray[0].Height - 1;
549 DBG("%s %d..%d,%d..%d (inverted)\n", __func__, x1, x2, y1, y2);
558 y2 = ctx->Scissor.ScissorArray[0].Y
560 DBG("%s %d..%d,%d..%d (not inverted)\n", __func__, x1, x2, y1, y2);
566 y2 = CLAMP(y2, 0, ctx->DrawBuffer->Height - 1);
568 DBG("%s %d..%d,%d..%d (clamped)\n", __func__, x1, x2, y1, y2);
572 i830->state.Buffer[I830_DESTREG_SR2] = (y2 << 16) | (x2 & 0xffff);
    [all...]
i915_state.c 499 int x1, y1, x2, y2; local
514 y2 = y1 + ctx->Scissor.ScissorArray[0].Height - 1;
515 DBG("%s %d..%d,%d..%d (inverted)\n", __func__, x1, x2, y1, y2);
524 y2 = ctx->Scissor.ScissorArray[0].Y
526 DBG("%s %d..%d,%d..%d (not inverted)\n", __func__, x1, x2, y1, y2);
532 y2 = CLAMP(y2, 0, ctx->DrawBuffer->Height - 1);
534 DBG("%s %d..%d,%d..%d (clamped)\n", __func__, x1, x2, y1, y2);
538 i915->state.Buffer[I915_DESTREG_SR2] = (y2 << 16) | (x2 & 0xffff);
    [all...]
  /external/opencv/cv/src/
cvundistort.cpp 63 float y = (v - v0)*ify, y2 = y*y; local
67 float x = (u - u0)*ifx, x2 = x*x, r2 = x2 + y2, _2xy = 2*x*y;
70 float _y = fy*(y*kr + p1*(r2 + 2*y2) + p2*_2xy) + y0;
242 float y = (v - v0)*ify, y2 = y*y; local
246 float x = (u - u0)*ifx, x2 = x*x, r2 = x2 + y2, _2xy = 2*x*y;
249 double _y = fy*(y*kr + p1*(r2 + 2*y2) + p2*_2xy) + y0;
356 double x2 = x*x, y2 = y*y; local
357 double r2 = x2 + y2, _2xy = 2*x*y;
360 double v = fy*(y*kr + p1*(r2 + 2*y2) + p2*_2xy) + v0;
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 221 FX_FLOAT y2; member in struct:__anon29203::rect_base
227 FX_FLOAT y2,
233 FX_FLOAT deltay = y2 - y1;
251 yout = clip_box.y2;
253 yin = clip_box.y2;
297 *y++ = y2;
934 FX_FLOAT y2) {
939 ((y2 < 0) << 2) | ((y2 > m_Height) << 3);
951 np = clip_liang_barsky(x1, y1, x2, y2, rect, x, y)
    [all...]
  /external/pdfium/public/
fpdf_doc.h 32 FS_FLOAT y2; member in struct:_FS_QUADPOINTSF
  /external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCoderMatrixUtil.cpp 156 int32_t y2 = 8; local
157 matrix->Set(x2, y2, bit);
160 int32_t y2 = matrix->GetHeight() - 7 + (i - 8); local
161 matrix->Set(x2, y2, bit);

Completed in 3541 milliseconds

<<11121314151617181920>>