HomeSort by relevance Sort by last modified time
    Searched defs:x1 (Results 376 - 400 of 753) sorted by null

<<11121314151617181920>>

  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTouchListener.java 115 final float x1 = x0 + s * dX / v; local
118 mTable.fling(target, x1 - x0, y1 - y0, (int) (1000f * n / 60f), false);
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/jsr305/2.0.1/
jsr305-2.0.1.jar 
  /prebuilts/devtools/tools/lib/
traceview.jar 
hierarchyviewer2lib.jar 
draw9patch.jar 
ddms.jar 
  /external/smali/gradle/wrapper/
gradle-wrapper.jar 
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 452 int x1 = BytesTo32Bits(src, srcIndex + 4) ^ gSubKeys[INPUT_WHITEN + 1]; local
461 t1 = Fe32_3(x1);
470 x1 = (x1 << 1 | x1 >>> 31) ^ (t0 + 2*t1 + gSubKeys[k++]);
476 Bits32ToBytes(x1 ^ gSubKeys[OUTPUT_WHITEN + 3], dst, dstIndex + 12);
493 int x1 = BytesTo32Bits(src, srcIndex+12) ^ gSubKeys[OUTPUT_WHITEN + 3]; local
501 x1 ^= t0 + 2*t1 + gSubKeys[k--];
503 x1 = x1 >>>1 | x1 << 31
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/third_party/
GestureDetector.java 518 final float x1 = mVelocityTracker.getXVelocity(id1); local
524 final float x = x1 * mVelocityTracker.getXVelocity(id2);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
PolygonShape.cpp 241 float x1 = intersection1.point.x(); local
243 return (x1 == x2) ? intersection1.type < intersection2.type : x1 < x2;
312 static bool compareX1(const FloatShapeInterval a, const FloatShapeInterval& b) { return a.x1() < b.x1(); }
339 float x1; local
344 x1 = intersection.point.x();
346 x1 = (edge->vertex1().y() < edge->vertex2().y()) ? edge->vertex1().x() : edge->vertex2().x();
356 if (x1 > x2)
357 std::swap(x1, x2)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_state.c 515 int x1, y1, x2, y2; local
523 x1 = x;
527 DBG("%s %d..%d,%d..%d (inverted)\n", __FUNCTION__, x1, x2, y1, y2);
532 x1 = x;
536 DBG("%s %d..%d,%d..%d (not inverted)\n", __FUNCTION__, x1, x2, y1, y2);
539 x1 = CLAMP(x1, 0, ctx->DrawBuffer->Width - 1);
544 DBG("%s %d..%d,%d..%d (clamped)\n", __FUNCTION__, x1, x2, y1, y2);
547 i915->state.Buffer[I915_DESTREG_SR1] = (y1 << 16) | (x1 & 0xffff);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_noise.c 218 float x1 = x0 - 1.0f; local
219 float t1 = 1.0f - x1 * x1;
229 n1 = t1 * t1 * grad1(perm[i1 & 0xff], x1);
259 float x1, y1, x2, y2; local
279 x1 = x0 - i1 + G2; /* Offsets for middle corner in (x,y) unskewed coords */
297 t1 = 0.5f - x1 * x1 - y1 * y1;
302 n1 = t1 * t1 * grad2(perm[ii + i1 + perm[jj + j1]], x1, y1);
346 float x1, y1, z1, x2, y2, z2, x3, y3, z3 local
529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_bitmap.c 341 const GLfloat x1 = (GLfloat)(x + width); local
348 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aaline.c 45 GLfloat x1, y1; /* end */ member in struct:LineInfo
79 * Input: (x0, y0) and (x1,y1) are the endpoints of the line.
89 compute_plane(GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1,
94 const GLfloat px = x1 - x0;
110 const GLfloat px = x1 - x0;
345 const GLfloat x1 = line->x0 + t1 * line->dx; local
353 line->qx2 = x1 + line->yAdj;
355 line->qx3 = x1 - line->yAdj;
372 if (x0 < x1) {
374 xRight = x1 + line->halfWidth
    [all...]
  /external/chromium_org/ui/gfx/
transform_unittest.cc 214 int x1; member in struct:gfx::__anon14954::TestCase
236 Point3F p1(value.x1, value.y1, 0);
276 int x1; member in struct:gfx::__anon14954::TestCase
296 Point3F p1(value.x1, value.y1, 0);
307 int x1; int y1; member in struct:gfx::__anon14954::TestCase
327 p1.SetPoint(value.x1, 0, 0);
337 p1.SetPoint(value.x1, value.y1, 0);
441 int x1; member in struct:gfx::__anon14954::TestCase
463 Point p1(value.x1, value.y1);
505 int x1; member in struct:gfx::__anon14954::TestCase
537 int x1; int y1; member in struct:gfx::__anon14954::TestCase
    [all...]
  /external/clang/test/Analysis/
dead-stores.c 554 int x1 = (getInt(), getInt()); // expected-warning {{Value stored to 'x1' during its initialization is never read}} // expected-warning{{unused variable 'x1'}} local
  /external/clang/test/FixIt/
fixit.cpp 73 int x1 &= 0; // expected-error {{invalid '&=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
91 int x1 &= 0; // expected-error {{invalid '&=' at end of declaration; did you mean '='?}} local
92 (void)x1;
120 if (int x1 &= 0) { (void)x1; } // expected-error {{invalid '&=' at end of declaration; did you mean '='?}}
  /external/clang/test/Sema/
conversion.c 343 unsigned char x1 = u64 & 0xff; local
348 return x1 + x2 + x3;
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
LetterQuad.java 421 final float x1 = getX1(); local
425 short xpw = (short) (x1);
  /external/libvpx/libvpx/vp8/common/
postproc.c 128 extern void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch);
945 int x1, y1; local
962 x1 = x0 + 8 + (mv->col >> 3);
965 constrain_line (x0+8, &x1, y0+4, &y1, width, height);
966 vp8_blit_line (x0+8, x1, y0+4, y1, y_buffer, y_stride);
970 x1 = x0 + 8 + (mv->col >> 3);
973 constrain_line (x0+8, &x1, y0+12, &y1, width, height);
974 vp8_blit_line (x0+8, x1, y0+12, y1, y_buffer, y_stride);
983 x1 = x0 + 4 + (mv->col >> 3);
986 constrain_line (x0+4, &x1, y0+8, &y1, width, height)
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 918 int x1 = input[0]; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 245 int x1 = input[1]; local
249 if (!(x0 | x1 | x2 | x3)) {
256 s2 = sinpi_3_9 * x1;
264 x1 = s1 - s4 - s6;
269 s1 = x1 + x3;
271 s3 = x0 + x1 - x3;
318 int x1 = input[0]; local
326 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
333 s0 = cospi_2_64 * x0 + cospi_30_64 * x1;
334 s1 = cospi_30_64 * x0 - cospi_2_64 * x1;
642 int x1 = input[0]; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 108 int x0, x1, x2, x3; local
112 x1 = input[1];
116 if (!(x0 | x1 | x2 | x3)) {
123 s2 = sinpi_2_9 * x1;
124 s3 = sinpi_1_9 * x1;
128 s7 = x0 + x1 - x3;
131 x1 = sinpi_3_9 * s7;
136 s1 = x1;
186 /*canbe16*/ int x0, x1, x2, x3; local
200 x1 = s1 + s2
244 \/*canbe16*\/ int x0, x1, x2, x3; local
370 \/*canbe16*\/ int x0, x1, x2, x3; local
488 int x1 = input[0]; local
675 \/*canbe16*\/ int x0, x1, x2, x3; local
790 int x1 = input[0]; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_state.c 515 int x1, y1, x2, y2; local
523 x1 = x;
527 DBG("%s %d..%d,%d..%d (inverted)\n", __FUNCTION__, x1, x2, y1, y2);
532 x1 = x;
536 DBG("%s %d..%d,%d..%d (not inverted)\n", __FUNCTION__, x1, x2, y1, y2);
539 x1 = CLAMP(x1, 0, ctx->DrawBuffer->Width - 1);
544 DBG("%s %d..%d,%d..%d (clamped)\n", __FUNCTION__, x1, x2, y1, y2);
547 i915->state.Buffer[I915_DESTREG_SR1] = (y1 << 16) | (x1 & 0xffff);
    [all...]
  /external/mesa3d/src/mesa/program/
prog_noise.c 218 float x1 = x0 - 1.0f; local
219 float t1 = 1.0f - x1 * x1;
229 n1 = t1 * t1 * grad1(perm[i1 & 0xff], x1);
259 float x1, y1, x2, y2; local
279 x1 = x0 - i1 + G2; /* Offsets for middle corner in (x,y) unskewed coords */
297 t1 = 0.5f - x1 * x1 - y1 * y1;
302 n1 = t1 * t1 * grad2(perm[ii + i1 + perm[jj + j1]], x1, y1);
346 float x1, y1, z1, x2, y2, z2, x3, y3, z3 local
529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
    [all...]

Completed in 625 milliseconds

<<11121314151617181920>>