HomeSort by relevance Sort by last modified time
    Searched defs:y2 (Results 51 - 75 of 608) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libldac/src/
sigana_ldac.c 37 SCALAR y0, y1, y2; local
41 y2 = p_spec[1];
42 tmp = y1 * y1 + y2 * y2;
49 y1 = y2;
50 y2 = p_spec[isp+1];
51 tmp = y1 * y1 + (y0-y2) * (y0-y2);
58 y1 = y2;
59 y2 = p_spec[isp+1]
    [all...]
  /external/libvncserver/webclients/novnc/include/
display.js 29 this._cleanRect = { 'x1': 0, 'y1': 0, 'x2': -1, 'y2': -1 };
143 if (height < vp.h && cr.y2 > vp.y + height - 1) {
144 cr.y2 = vp.y + height - 1;
202 if (vy2 < cr.y2) {
203 cr.y2 = vy2;
252 'w': cr.x2 - cr.x1 + 1, 'h': cr.y2 - cr.y1 + 1 };
255 if (cr.x1 >= cr.x2 || cr.y1 >= cr.y2) {
278 if (vy2 > cr.y2) {
280 dirtyBoxes.push({'x': cr.x1, 'y': cr.y2 + 1,
281 'w': cr.x2 - cr.x1 + 1, 'h': vy2 - cr.y2});
337 var y2 = new_y - this._viewportLoc.y; variable
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_page.cpp 137 float y2 = 0; local
146 y2 = yPos + ySize;
154 y2 = yPos + ySize;
162 y2 = yPos;
170 y2 = yPos;
174 matrix.Concat(CFX_Matrix((x2 - x0) / m_PageWidth, (y2 - y0) / m_PageWidth,
  /external/pdfium/public/
fpdf_doc.h 43 FS_FLOAT y2; member in struct:_FS_QUADPOINTSF
  /external/pdfium/xfa/fwl/theme/
cfwl_scrollbartp.cpp 229 float y2 = bVert ? pRect->top : fBottom - 1; local
231 DrawAxialShading(pGraphics, x1, y1, x2, y2, m_pThemeData->clrTrackBKStart,
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
conceal.cpp 151 uint8 *y1, *y2, *u1, *u2, *v1, *v2; local
166 y2 = prevFrame + lumstart;
171 oscl_memcpy(y1, y2, MB_SIZE);
173 y2 += width_Y;
174 oscl_memcpy(y1, y2, MB_SIZE);
176 y2 += width_Y;
177 oscl_memcpy(y1, y2, MB_SIZE);
179 y2 += width_Y;
180 oscl_memcpy(y1, y2, MB_SIZE);
182 y2 += width_Y
    [all...]
get_pred_adv_b_add.cpp 867 uint32 x1, x2, x1m, x2m, y1, y2, y1m, y2m; /* new way */ local
    [all...]
  /frameworks/base/libs/hwui/
ShadowTessellator.cpp 133 double y2 = poly[p2].y; local
134 double a = (x1 * y2 - x2 * y1);
136 sumy += (y1 + y2) * a;
  /prebuilts/ndk/r16/sources/android/ndk_helper/
gestureDetector.cpp 242 float y2 = AMotionEvent_getY( event_, index ); local
245 v2 = Vec2( x2, y2 );
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 328 int x1, y1, x2, y2; local
345 y2 = targetBounds.y + 1 * targetBounds.h / 4;
347 y2 = targetBounds.y + 3 * targetBounds.h / 4;
351 graphics.drawArrow(x1, y1, x2, y2, ARROW_SIZE);
590 int ty = targetBounds.y2();
629 targetX + PARENT_RECT_SIZE / 2, targetBounds.y2());
633 int minBottom = Math.min(sourceBounds.y2(), targetBounds.y2());
638 if (center > sourceBounds.y && center < sourceBounds.y2()) {
644 graphics.drawLine(sharedX, targetBounds.y, sharedX, targetBounds.y2());
    [all...]
  /external/adhd/cras/src/dsp/
eq.c 51 float y2 = q->y2; local
61 - a1*y1 - a2*y2;
65 y2 = y1;
71 q->y2 = y2;
86 float y2 = q->y2; local
96 - a1*y1 - a2*y2;
100 y2 = y1
113 float y2 = q->y2; local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
MullerSolver.java 208 double y2 = f.value(x2); local
216 if (y2 == 0.0) {
228 final double d12 = (y2 - y1) / (x2 - x1);
262 y2 = x > x1 ? y2 : y1;
269 x2 = xm; y2 = ym;
353 double y2 = f.value(x2); local
364 final double a = q * (y2 - (1 + q) * y1 + q * y0);
365 final double b = (2 * q + 1) * y2 - (1 + q) * (1 + q) * y1 + q * q * y0;
366 final double c = (1 + q) * y2;
    [all...]
  /external/boringssl/src/crypto/poly1305/
poly1305_arm.c 51 uint32_t y2; local
72 y2 = x2 + (y1 >> 26);
74 y3 = x3 + (y2 >> 26);
75 y2 &= 0x3ffffff;
83 y2 ^= x2;
89 y2 &= swap;
95 y2 ^= x2;
101 r->v[4] = y2;
  /external/clang/test/SemaCXX/
atomic-type.cpp 83 Y y2 = { 0, 4 }; // expected-error {{cannot initialize}} member in namespace:copy_init
namespace-alias.cpp 158 int y2 = Y::y; // ok, unambiguous member in namespace:MultipleUnambiguousLookupResults
  /external/clang/test/SemaTemplate/
instantiate-static-var.cpp 70 struct Y2 {
81 Z1<Y2<X2>::value> x2;
82 int y2[Y2<X2>::value]; local
  /external/dng_sdk/source/
dng_lens_correction.cpp 224 const real64 y2 = Evaluate (plane, local
231 y1 = y2;
    [all...]
  /external/drm_hwcomposer/
separate_rects.h 34 TFloat x1, y1, x2, y2; member in struct:separate_rects::Rect::__anon19001::__anon19003
45 : x1(xx1), y1(yy1), x2(xx2), y2(yy2) {
  /external/eigen/Eigen/src/Core/arch/AVX512/
MathFunctions.h 101 Packet16f y, y1, y2; local
104 y2 = pmadd(p16f_cephes_log_p6, x, p16f_cephes_log_p7);
107 y2 = pmadd(y2, x, p16f_cephes_log_p8);
109 y = pmadd(y, x3, y2);
117 y2 = pmul(e, p16f_cephes_log_q2);
119 x = padd(x, y2);
  /external/eigen/Eigen/src/Core/arch/AltiVec/
MathFunctions.h 131 Packet4f y, y1, y2; local
134 y2 = pmadd(p4f_cephes_log_p6, x, p4f_cephes_log_p7);
137 y2 = pmadd(y2, x, p4f_cephes_log_p8);
139 y = pmadd(y, x3, y2);
146 y2 = pmul(e, p4f_cephes_log_q2);
148 x = padd(x, y2);
  /external/freetype/src/psaux/
psfont.c 84 * | (x2,y2) \
97 * (x2, y2) = (1000, 275)
128 FT_Int y2 = darkenParams[3]; local
173 FT_Int ydelta = y2 - y1;
190 FT_Int ydelta = y3 - y2;
199 FT_DivFix( cf2_intToFixed( y2 ), ppem );
  /external/libjpeg-turbo/simd/
jcgryext-altivec.c 49 __vector int y0, y1, y2, y3; local
208 y2 = vec_msums(rg2, pw_f0299_f0337, pd_onehalf);
212 y2 = vec_msums(bg2, pw_f0114_f0250, y2);
221 yh = vec_perm((__vector unsigned short)y2, (__vector unsigned short)y3,
  /external/libopus/celt/arm/
celt_neon_intr.c 68 int16x4_t y2 = vext_s16(y0, y4, 2); local
70 int32x4_t a4 = vmlal_lane_s16(a3, y2, x0, 2);
  /external/libvncserver/examples/
example.c 98 static void drawline(unsigned char* buffer,int rowstride,int bpp,int x1,int y1,int x2,int y2)
101 i=x1-x2; j=y1-y2;
110 if(y1>y2) { i=y2; y2=y1; y1=i; i=x2; x2=x1; x1=i; }
111 for(j=y1;j<=y2;j++)
113 buffer[j*rowstride+(x1+(j-y1)*(x2-x1)/(y2-y1))*bpp+i]=0xff;
115 if(x1>x2) { i=y2; y2=y1; y1=i; i=x2; x2=x1; x1=i; }
118 buffer[(y1+(i-x1)*(y2-y1)/(x2-x1))*rowstride+i*bpp+j]=0xff
130 int i,j,x1,x2,y1,y2; local
201 int x1=cd->oldx,y1=cd->oldy,x2,y2; local
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_gmem.c 262 uint32_t y2 = tile->yoff + tile->bin_h - 1; local
268 A5XX_GRAS_SC_WINDOW_SCISSOR_BR_Y(y2));
274 A5XX_RB_RESOLVE_CNTL_2_Y(y2));

Completed in 1839 milliseconds

1 23 4 5 6 7 8 91011>>