HomeSort by relevance Sort by last modified time
    Searched defs:bx (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/llvm/test/MC/ARM/
dwarf-cfi-initial-state.s 7 bx lr label
  /external/chromium_org/v8/test/webkit/fast/js/kde/
eval.js 33 var bx = b.x // rule out side effects of eval() in shouldBe() test function variable
34 shouldBe("bx", "99");
  /external/chromium_org/third_party/boringssl/src/crypto/poly1305/
poly1305_arm_asm.S 1521 bx lr label
2013 bx lr label
    [all...]
  /bionic/libc/arch-mips/string/
mips_strlen.c 42 if ((bx.b.B##__x) == 0) break;\
110 bitfields_t bx; local
111 bx.v = x;
  /bionic/libc/arch-mips64/string/
mips_strlen.c 43 if ((bx.b.B##__x) == 0) break;\
111 bitfields_t bx; local
112 bx.v = x;
  /external/chromium_org/third_party/skia/tests/
PathOpsSimplifyTrianglesThreadedTest.cpp 21 int bx = state.fB & 0x03; local
43 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by));
53 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
82 int bx = b & 0x03; local
90 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
PathOpsSimplifyDegenerateThreadedTest.cpp 20 int bx = state.fB & 0x03; local
40 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by));
50 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
77 int bx = b & 0x03; local
82 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax);
PathOpsSimplifyQuadThreadedTest.cpp 21 int bx = state.fB & 0x03; local
42 path.quadTo(SkIntToScalar(bx), SkIntToScalar(by),
55 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", bx, by, cx, cy);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 21 int bx = state.fB & 0x03; local
42 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by));
55 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
PathOpsQuadLineIntersectionThreadedTest.cpp 79 int bx = state.fB & 0x03; local
83 SkDQuad quad = {{{(double) ax, (double) ay}, {(double) bx, (double) by},
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
dmisc.c 117 ULong *bx, *bxe, q, *sx, *sxe; local
136 bx = b->x;
137 bxe = bx + n;
150 y = *bx - (ys & 0xffffffffUL) - borrow;
152 *bx++ = y & 0xffffffffUL;
159 y = (*bx & 0xffff) - (ys & 0xffff) - borrow;
161 z = (*bx >> 16) - (zs & 0xffff) - borrow;
163 Storeinc(bx, z, y);
167 y = *bx - (ys & 0xffff) - borrow;
169 *bx++ = y & 0xffff
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/animation/
UnitBezier.h 40 bx = 3.0 * (p2x - p1x) - cx;
41 ax = 1.0 - cx -bx;
80 // `ax t^3 + bx t^2 + cx t' expanded using Horner's rule.
81 return ((ax * t + bx) * t + cx) * t;
91 return (3.0 * ax * t + 2.0 * bx) * t + cx;
151 double bx; member in struct:blink::UnitBezier
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicParameterization_TestUtility.cpp 8 double ax, bx, cx, dx; local
10 alt_set_abcd(&cubic[0].x, ax, bx, cx, dx);
12 set_abcd(&cubic[0].x, ax, bx, cx, dx);
19 if (!try_alt) calc_bc(dx, bx, cx);
23 double bx = cubic[1].x;
30 calc_ABCD(ax, bx, cx, dx, ay, by, cy, dy, coeffs);
34 coeffs[index] = (*calc_proc[procIndex])(ax, bx, cx, dx, ay, by, cy, dy);
EdgeWalkerQuadratic4x4_Test.cpp 22 int bx = state.b & 0x03; local
43 path.quadTo(bx, by, cx, cy);
53 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", bx, by, cx, cy);
EdgeWalkerPolygon4x4_Test.cpp 19 int bx = state.b & 0x03; local
40 path.lineTo(bx, by);
52 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
113 int bx = state.b & 0x03; local
135 path.lineTo(bx, by);
145 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
180 int bx = b & 0x03; local
188 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
210 int bx = state.b & 0x03; local
230 path.lineTo(bx, by)
275 int bx = b & 0x03; local
    [all...]
EdgeWalkerPolygons_Mismatches.cpp 1594 int bx = miss.b & 0x03; local
    [all...]
  /external/skia/experimental/Intersection/
CubicParameterization_TestUtility.cpp 8 double ax, bx, cx, dx; local
10 alt_set_abcd(&cubic[0].x, ax, bx, cx, dx);
12 set_abcd(&cubic[0].x, ax, bx, cx, dx);
19 if (!try_alt) calc_bc(dx, bx, cx);
23 double bx = cubic[1].x;
30 calc_ABCD(ax, bx, cx, dx, ay, by, cy, dy, coeffs);
34 coeffs[index] = (*calc_proc[procIndex])(ax, bx, cx, dx, ay, by, cy, dy);
EdgeWalkerQuadratic4x4_Test.cpp 22 int bx = state.b & 0x03; local
43 path.quadTo(bx, by, cx, cy);
53 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", bx, by, cx, cy);
EdgeWalkerPolygon4x4_Test.cpp 19 int bx = state.b & 0x03; local
40 path.lineTo(bx, by);
52 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
113 int bx = state.b & 0x03; local
135 path.lineTo(bx, by);
145 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
180 int bx = b & 0x03; local
188 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
210 int bx = state.b & 0x03; local
230 path.lineTo(bx, by)
275 int bx = b & 0x03; local
    [all...]
  /external/skia/tests/
PathOpsSimplifyDegenerateThreadedTest.cpp 20 int bx = state.fB & 0x03; local
40 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by));
50 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
77 int bx = b & 0x03; local
82 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax);
PathOpsSimplifyQuadThreadedTest.cpp 21 int bx = state.fB & 0x03; local
42 path.quadTo(SkIntToScalar(bx), SkIntToScalar(by),
55 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", bx, by, cx, cy);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 21 int bx = state.fB & 0x03; local
42 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by));
55 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
PathOpsSimplifyTrianglesThreadedTest.cpp 21 int bx = state.fB & 0x03; local
43 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by));
53 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
82 int bx = b & 0x03; local
90 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
  /frameworks/base/core/java/android/gesture/
GestureStroke.java 54 RectF bx = null; local
64 if (bx == null) {
65 bx = new RectF();
66 bx.top = p.y;
67 bx.left = p.x;
68 bx.right = p.x;
69 bx.bottom = p.y;
74 bx.union(p.x, p.y);
81 boundingBox = bx;
  /external/chromium_org/v8/tools/
generate-ten-powers.scm 46 (*bx x (exptbx #z2 (fixnum->bignum by)))))
51 (/bx x (exptbx #z2 (fixnum->bignum by)))))
62 (+bx n
65 (-bx (bit-lshbx #z1
69 (+bx n
74 (exact? (=bx n (bit-lshbx cut shift))))
75 (if (<=bx cut max-container)
79 (define (rounded-/bx x y)
81 ((down) (/bx x y))
82 ((up) (+bx (/bx x y) #z1)
    [all...]

Completed in 828 milliseconds

1 2 3 4