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

1 2 3 4 56 7 8 91011>>

  /external/tpm2/
Commit_fp.h 16 TPM2B_ECC_PARAMETER y2; member in struct:__anon35310
  /frameworks/base/core/java/android/util/
MathUtils.java 91 public static float dist(float x1, float y1, float x2, float y2) {
93 final float y = (y2 - y1);
97 public static float dist(float x1, float y1, float z1, float x2, float y2, float z2) {
99 final float y = (y2 - y1);
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue12577.go 28 y2 float64 = z2
64 test64(y2)
27 y2 float64 = z2 var
  /prebuilts/go/linux-x86/test/fixedbugs/
issue12577.go 28 y2 float64 = z2
64 test64(y2)
27 y2 float64 = z2 var
  /external/dng_sdk/source/
dng_1d_function.cpp 62 real64 y2 = Evaluate (x2); local
68 y1 = y2;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
spstproc.cpp 111 y2 -- Word16 Array -- Filtered fixed codebook excitation
183 Word16 y2[], /* i : Filtered fixed codebook excitation */
295 * y2 Q10 Q12
307 L_temp = ((Word32)y2[i] * gain_code);
  /frameworks/base/core/java/android/transition/
CircularPropagation.java 100 private static double distance(float x1, float y1, float x2, float y2) {
102 double y = y2 - y1;
  /frameworks/support/transition/src/android/support/transition/
CircularPropagation.java 100 private static float distance(float x1, float y1, float x2, float y2) {
102 float y = y2 - y1;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
BogusMoveEventDetector.java 107 private static int getDistance(final int x1, final int y1, final int x2, final int y2) {
108 return (int)Math.hypot(x1 - x2, y1 - y2);
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
pi.go 38 y2 := k*2 + 1
40 accum.Mul(accum, tmp1.SetInt64(y2))
42 denom.Mul(denom, tmp1.SetInt64(y2))
  /prebuilts/go/linux-x86/misc/cgo/gmp/
pi.go 38 y2 := k*2 + 1
40 accum.Mul(accum, tmp1.SetInt64(y2))
42 denom.Mul(denom, tmp1.SetInt64(y2))
  /prebuilts/misc/windows/sdl2/test/
testautomation_rect.c 21 int x1, int y1, int x2, int y2,
34 SDLTest_AssertCheck(x1 == x1Ref && y1 == y1Ref && x2 == x2Ref && y2 == y2Ref,
36 x1, y1, x2, y2,
54 int x2, y2; local
65 y2 = 15;
67 intersected = SDL_IntersectRectAndLine(&rect, &x1, &y1, &x2, &y2);
68 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, 0, 15, 31, 15);
73 y2 = yBottom;
75 intersected = SDL_IntersectRectAndLine(&rect, &x1, &y1, &x2, &y2);
76 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, 15, 0, 15, 31)
125 int x2, y2; local
192 int x2, y2; local
247 int x2, y2, x2Ref, y2Ref; local
283 int y2 = 2 * rect.h; local
    [all...]
  /external/mesa3d/src/mesa/program/
prog_noise.c 259 float x1, y1, x2, y2; local
282 y2 = y0 - 1.0f + 2.0f * G2;
305 t2 = 0.5f - x2 * x2 - y2 * y2;
310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2);
346 float x1, y1, z1, x2, y2, z2, x3, y3, z3; local
419 y2 = y0 - j2 + 2.0f * G3;
449 t2 = 0.6f - x2 * x2 - y2 * y2 - z2 * z2;
456 y2, z2)
529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
    [all...]
  /external/libvncserver/libvncserver/
cursor.c 29 void rfbScaledScreenUpdate(rfbScreenInfoPtr screen, int x1, int y1, int x2, int y2);
476 int j,x1,x2,y1,y2,bpp=s->serverFormat.bitsPerPixel/8, local
494 y2=y1+c->height;
496 if(y2>=s->height) y2=s->height-1;
497 y2-=y1; if(y2<=0) {
503 for(j=0;j<y2;j++)
509 rfbScaledScreenUpdate(s, x1, y1, x1+x2, y1+y2);
518 int i,j,x1,x2,y1,y2,i1,j1,bpp=s->serverFormat.bitsPerPixel/8 local
686 int x,y,x2,y2; local
    [all...]
  /external/fonttools/Lib/fontTools/misc/
bezierTools.py 331 x2, y2 = pt2
335 by = (y2 - cy) * 2.0
342 x2, y2 = pt2
347 cy = (y2 -dy) * 3.0
349 by = (y3 - y2) * 3.0 - cy
362 y2 = (by * 0.5) + cy
365 return (x1, y1), (x2, y2), (x3, y3)
376 y2 = (cy / 3.0) + dy
378 y3 = (by + cy) / 3.0 + y2
381 return (x1, y1), (x2, y2), (x3, y3), (x4, y4
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2intrp.c 722 CF2_Fixed y2 = cf2_stack_getReal( opStack, index + 3 ) + y1; local
724 CF2_Fixed y3 = cf2_stack_getReal( opStack, index + 5 ) + y2;
727 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 );
1283 CF2_Fixed y2 = cf2_stack_getReal( opStack, index + 3 ) + y1; local
1315 CF2_Fixed x1, y1, x2, y2, x3, y3; local
1360 CF2_Fixed x1, y1, x2, y2, x3, y3; local
1409 CF2_Fixed x1, x2, x3, y1, y2, y3; local
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Path.java 382 * (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
388 * @param y2 The y-coordinate of the end point on a quadratic curve
390 public void quadTo(float x1, float y1, float x2, float y2) {
392 nQuadTo(mNativePath, x1, y1, x2, y2);
416 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
422 * @param y2 The y-coordinate of the 2nd control point on a cubic curve
426 public void cubicTo(float x1, float y1, float x2, float y2,
429 nCubicTo(mNativePath, x1, y1, x2, y2, x3, y3);
437 public void rCubicTo(float x1, float y1, float x2, float y2,
440 nRCubicTo(mNativePath, x1, y1, x2, y2, x3, y3)
    [all...]
  /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/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video.h 170 nouveau_vp3_ycbcr_offsets(struct nouveau_vp3_decoder *dec, uint32_t *y2,
174 *y2 = mb_half(dec->base.height)*w;
175 *cbcr = *y2 * 2;
184 dec->ref_stride, size, *y2<<8, *cbcr<<8, *cbcr2<<8);
185 *y2 = *cbcr = *cbcr2 = 0;
  /external/python/cpython2/Tools/pynche/
ListViewer.py 84 x1, y1, textend, y2 = canvas.bbox(textid)
97 x1, y1, x2, y2 = canvas.coords(box)
98 canvas.coords(box, x1, y1, widest, y2)
166 ig, ig, ig, y2 = canvas.coords(self.__bboxes[-1])
168 canvas.yview('moveto', (y1-h) / y2)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
FlingAnimationUtils.java 76 * @param y2 the y value to take for the second point of the bezier spline
79 float y2) {
89 mY2 = y2;
254 float y2 = calculateLinearOutFasterInY2(velAbs); local
256 float startGradient = y2 / LINEAR_OUT_FASTER_IN_X2;
257 Interpolator mLinearOutFasterIn = new PathInterpolator(0, 0, LINEAR_OUT_FASTER_IN_X2, y2);
282 * Calculates the y2 control point for a linear-out-faster-in path interpolator depending on the
286 * @return the y2 control point for a cubic bezier path interpolator
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_utils.h 90 const float y2) {
91 return GeometryUtils::SQUARE_FLOAT(x1 - x2) + GeometryUtils::SQUARE_FLOAT(y1 - y2);
95 const float x1, const float y1, const float x2, const float y2, const bool extend) {
99 const float ray2y = y2 - y1;
117 projectionY = y2;
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypotl.c 51 long double a=x,b=y,t1,t2,y1,y2,w; local
111 y2 = b - y1;
115 w = sqrtl(t1*y1-(w*(-w)-(t1*y2+t2*b)));
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv98_video_ppp.c 34 uint32_t y2, cbcr, cbcr2, i; local
51 nouveau_vp3_ycbcr_offsets(dec, &y2, &cbcr, &cbcr2);
62 PUSH_DATA (push, in_addr + y2); // 70c
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_video_ppp.c 34 uint32_t y2, cbcr, cbcr2, i; local
51 nouveau_vp3_ycbcr_offsets(dec, &y2, &cbcr, &cbcr2);
62 PUSH_DATA (push, in_addr + y2); // 70c

Completed in 880 milliseconds

1 2 3 4 56 7 8 91011>>