Searched refs:cx (Results 1 - 25 of 150) sorted by relevance

123456

/external/eigen/blas/f2c/
H A Dcomplexdots.c21 complex cdotc_(integer *n, complex *cx, integer argument
30 --cx;
33 cdotcw_(n, &cx[1], incx, &cy[1], incy, &res);
37 complex cdotu_(integer *n, complex *cx, integer argument
46 --cx;
49 cdotuw_(n, &cx[1], incx, &cy[1], incy, &res);
53 doublecomplex zdotc_(integer *n, doublecomplex *cx, integer *incx, argument
62 --cx;
65 zdotcw_(n, &cx[1], incx, &cy[1], incy, &res);
69 doublecomplex zdotu_(integer *n, doublecomplex *cx, intege argument
[all...]
/external/skia/src/svg/parser/
H A DSkSVGCircle.cpp16 SVG_ATTRIBUTE(cx),
26 SkScalar cx, cy, r; local
27 SkParse::FindScalar(f_cx.c_str(), &cx);
31 left = cx - r;
33 right = cx + r;
H A DSkSVGEllipse.cpp16 SVG_ATTRIBUTE(cx),
27 SkScalar cx, cy, rx, ry; local
28 SkParse::FindScalar(f_cx.c_str(), &cx);
33 left = cx - rx;
35 right = cx + rx;
/external/skia/gm/
H A Dinversepaths.cpp14 static SkPath generate_square(SkScalar cx, SkScalar cy, SkScalar w) { argument
15 SkRect rect = SkRect::MakeXYWH(cx - w / 2, cy - w / 2, w, w);
21 static SkPath generate_rect_line(SkScalar cx, SkScalar cy, SkScalar l) { argument
22 SkRect rect = SkRect::MakeXYWH(cx - l / 2, cy, l, 0);
28 static SkPath generate_circle(SkScalar cx, SkScalar cy, SkScalar d) { argument
30 path.addCircle(cx, cy, d/2, SkPath::kCW_Direction);
34 static SkPath generate_line(SkScalar cx, SkScalar cy, SkScalar l) { argument
36 path.moveTo(cx - l / 2, cy);
37 path.lineTo(cx + l / 2, cy);
83 SkScalar cx variable
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_clip_tmp.h59 const GLfloat cx = from[0]; local
66 mask = (((cw < cx) << CLIP_RIGHT_SHIFT));
67 mask |= (((cw < -cx) << CLIP_LEFT_SHIFT));
76 if (-cx + cw < 0) mask |= CLIP_RIGHT_BIT;
77 if ( cx + cw < 0) mask |= CLIP_LEFT_BIT;
97 vProj[i][0] = cx * oow;
139 const GLfloat cx = from[0]; local
146 mask = (((cw < cx) << CLIP_RIGHT_SHIFT));
147 mask |= (((cw < -cx) << CLIP_LEFT_SHIFT));
156 if (-cx
195 const GLfloat cx = from[0], cy = from[1], cz = from[2]; local
231 const GLfloat cx = from[0], cy = from[1]; local
[all...]
/external/v8/test/webkit/fast/js/kde/
H A Deval.js38 var cx = c.x; variable
39 shouldBe("cx", "99");
/external/fonttools/Lib/fontTools/misc/
H A DbezierTools.py33 (ax, ay), (bx, by), (cx, cy) = calcQuadraticParameters(pt1, pt2, pt3)
41 points = [(ax*t*t + bx*t + cx, ay*t*t + by*t + cy) for t in roots if 0 <= t < 1] + [pt1, pt3]
56 (ax, ay), (bx, by), (cx, cy), (dx, dy) = calcCubicParameters(pt1, pt2, pt3, pt4)
62 xRoots = [t for t in solveQuadratic(ax3, bx2, cx) if 0 <= t < 1]
66 points = [(ax*t*t*t + bx*t*t + cx * t + dx, ay*t*t*t + by*t*t + cy * t + dy) for t in roots] + [pt1, pt4]
204 cx, cy = c
214 c1x = ax*t1**2 + bx*t1 + cx
229 cx, cy = c
240 c1x = (2*bx*t1 + cx + 3*ax*t1**2) * delta
242 d1x = ax*t1**3 + bx*t1**2 + cx*t
[all...]
/external/fonttools/Tools/fontTools/misc/
H A DbezierTools.py33 (ax, ay), (bx, by), (cx, cy) = calcQuadraticParameters(pt1, pt2, pt3)
41 points = [(ax*t*t + bx*t + cx, ay*t*t + by*t + cy) for t in roots if 0 <= t < 1] + [pt1, pt3]
56 (ax, ay), (bx, by), (cx, cy), (dx, dy) = calcCubicParameters(pt1, pt2, pt3, pt4)
62 xRoots = [t for t in solveQuadratic(ax3, bx2, cx) if 0 <= t < 1]
66 points = [(ax*t*t*t + bx*t*t + cx * t + dx, ay*t*t*t + by*t*t + cy * t + dy) for t in roots] + [pt1, pt4]
204 cx, cy = c
214 c1x = ax*t1**2 + bx*t1 + cx
229 cx, cy = c
240 c1x = (2*bx*t1 + cx + 3*ax*t1**2) * delta
242 d1x = ax*t1**3 + bx*t1**2 + cx*t
[all...]
/external/libunwind/src/x86/
H A Dgetcontext-freebsd.S50 movw %fs, %cx
52 movw %gs, %cx
54 movw %ds, %cx
56 movw %es, %cx
58 movw %ss, %cx
60 movw %cs, %cx
/external/valgrind/none/tests/amd64/
H A Dcmpxchg.stdout.exp5 cmpxchg %bx,%cx (ax=2222 bx=4444 cx=3333)
6 ax!=cx so ax should equal cx (Result ax=3333 bx=4444 cx=3333)
7 cmpxchg %bx,%cx (ax=7777 bx=5555 cx=5555)
8 ax==cx so cx should equal bx (Result ax=5555 bx=5555 cx
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_math.h50 FX_FLOAT cx, FX_FLOAT cy, FX_FLOAT dx, FX_FLOAT dy,
53 FX_FLOAT num = FXSYS_Mul(ay - cy, dx - cx) - FXSYS_Mul(ax - cx, dy - cy);
54 FX_FLOAT den = FXSYS_Mul(bx - ax, dy - cy) - FXSYS_Mul(by - ay, dx - cx);
49 calc_intersection(FX_FLOAT ax, FX_FLOAT ay, FX_FLOAT bx, FX_FLOAT by, FX_FLOAT cx, FX_FLOAT cy, FX_FLOAT dx, FX_FLOAT dy, FX_FLOAT* x, FX_FLOAT* y) argument
/external/clang/test/SemaCXX/
H A Ddefault-assignment-operator.cpp30 void f(X x, const X cx) { argument
31 x = cx; // expected-note{{assignment operator for 'X' first required here}}
32 x = cx;
/external/skia/src/core/
H A DSkBlitBWMaskTemplate.h30 int cx = clip.fLeft; local
41 const uint8_t* bits = srcMask.getAddr1(cx, cy);
42 SK_BLITBWMASK_DEVTYPE* device = bitmap.SK_BLITBWMASK_GETADDR(cx, cy);
44 if (cx == maskLeft && clip.fRight == srcMask.fBounds.fRight)
59 int left_edge = cx - maskLeft;
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
H A DPieRenderer.java83 float cx = bounds.centerX();
99 PointF r1Outer = calculateLineEnd(cx, cy, rad, startAngle);
100 PointF r1Inner = calculateLineEnd(cx, cy, donutSizePx, startAngle);
103 PointF r2Outer = calculateLineEnd(cx, cy, rad, startAngle + sweep);
104 PointF r2Inner = calculateLineEnd(cx, cy, donutSizePx, startAngle + sweep);
120 clip.lineTo(cx, cy);
130 cx - donutSizePx,
132 cx + donutSizePx,
146 canvas.drawCircle(cx, cy, donutSizePx, f.getInnerEdgePaint());
149 canvas.drawCircle(cx, c
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_tri_tmp.h119 int cx[NR_PLANES]; local
126 cx[j] = (c[j]
130 TAG(do_block_4)(task, tri, plane, px, py, cx);
222 int cx[NR_PLANES]; local
225 cx[j] = (c[j]
232 TAG(do_block_16)(task, tri, plane, px, py, cx);
315 const int cx = (plane[j].c - 1 local
319 mask &= ~sign_bits4(cstep4[j], cx);
346 const int cx = (plane[j].c local
354 __m128i cstep0 = _mm_setr_epi32(cx, c
[all...]
/external/icu/icu4c/source/common/
H A Ducnv_ext.cpp121 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, argument
132 if(cx==NULL || cx[UCNV_EXT_TO_U_LENGTH]<=0) {
137 toUTable=UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_INDEX, uint32_t);
234 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, argument
251 UCNV_EXT_ARRAY(cx, UCNV_EXT_TO_U_UCHARS_INDEX, UChar)+
276 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, argument
287 match=ucnv_extMatchToU(cx, (int8_t)UCNV_SISO_STATE(cnv),
297 ucnv_extWriteToU(cnv, cx,
330 ucnv_extSimpleMatchToU(const int32_t *cx, argument
528 ucnv_extMatchFromU(const int32_t *cx, UChar32 firstCP, const UChar *pre, int32_t preLength, const UChar *src, int32_t srcLength, uint32_t *pMatchValue, UBool useFallback, UBool flush) argument
669 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, uint32_t value, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) argument
744 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, UChar32 cp, const UChar **src, const UChar *srcLimit, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) argument
807 ucnv_extSimpleMatchFromU(const int32_t *cx, UChar32 cp, uint32_t *pValue, UBool useFallback) argument
972 ucnv_extGetUnicodeSetString(const UConverterSharedData *sharedData, const int32_t *cx, const USetAdder *sa, UConverterUnicodeSet which, int32_t minLength, UChar32 firstCP, UChar s[UCNV_EXT_MAX_UCHARS], int32_t length, int32_t sectionIndex, UErrorCode *pErrorCode) argument
1029 const int32_t *cx; local
[all...]
/external/skia/include/effects/
H A DSkGradientShader.h108 @param cx The X coordinate of the center of the sweep
109 @param cx The Y coordinate of the center of the sweep
118 static SkShader* CreateSweep(SkScalar cx, SkScalar cy,
122 static SkShader* CreateSweep(SkScalar cx, SkScalar cy, argument
124 return CreateSweep(cx, cy, colors, pos, count, 0, NULL);
/external/libvpx/libvpx/vp8/common/x86/
H A Diwalsh_mmx.asm103 mov word ptr[rdx+32*1], cx
107 mov word ptr[rdx+32*5], cx
111 mov word ptr[rdx+32*9], cx
115 mov word ptr[rdx+32*13], cx
122 mov word ptr[rdx+32*3], cx
126 mov word ptr[rdx+32*7], cx
130 mov word ptr[rdx+32*11], cx
134 mov word ptr[rdx+32*15], cx
H A Diwalsh_sse2.asm83 mov word ptr[rdx+32*2], cx
87 mov word ptr[rdx+32*6], cx
93 mov word ptr[rdx+32*10], cx
97 mov word ptr[rdx+32*14], cx
104 mov word ptr[rdx+32*3], cx
108 mov word ptr[rdx+32*7], cx
112 mov word ptr[rdx+32*11], cx
116 mov word ptr[rdx+32*15], cx
/external/llvm/test/MC/X86/
H A Dx86_errors.s39 movl %eax,(%cx)
/external/openssh/openbsd-compat/
H A Dport-linux.c182 char *oldctx, *newctx, *cx; local
192 if ((cx = index(oldctx, ':')) == NULL || (cx = index(cx + 1, ':')) ==
202 if (strncmp(cx, SSH_SELINUX_UNCONFINED_TYPE,
208 len = cx - oldctx + 1;
211 if ((cx = index(cx + 1, ':')))
212 strlcat(newctx, cx, newlen);
/external/v8/test/webkit/resources/
H A Djson2-es5-compat.js188 var cx = /[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,
436 cx.lastIndex = 0;
437 if (cx.test(text)) {
438 text = text.replace(cx, function (a) {
/external/libvncserver/rfb/
H A Drfbregion.h60 int cx, int cy, int cw, int ch);
63 int cx, int cy, int cx2, int cy2);
/external/libvpx/libvpx/vpx_ports/
H A Dx86.h43 #define cpuid(func, func2, ax, bx, cx, dx)\
46 : "=a" (ax), "=b" (bx), "=c" (cx), "=d" (dx) \
49 #define cpuid(func, func2, ax, bx, cx, dx)\
54 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \
59 #define cpuid(func, func2, ax, bx, cx, dx)\
65 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \
68 #define cpuid(func, func2, ax, bx, cx, dx)\
74 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \
/external/skia/tests/
H A DPathOpsSimplifyDegenerateThreadedTest.cpp22 int cx = state.fC & 0x03; local
41 path.lineTo(SkIntToScalar(cx), SkIntToScalar(cy));
51 str += sprintf(str, " path.lineTo(%d, %d);\n", cx, cy);
80 int cx = c & 0x03; local
82 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax);

Completed in 618 milliseconds

123456