/external/eigen/blas/f2c/ |
D | complexdots.c | 22 *incx, complex *cy, integer *incy) in cdotc_() argument 29 --cy; in cdotc_() 33 cdotcw_(n, &cx[1], incx, &cy[1], incy, &res); in cdotc_() 38 *incx, complex *cy, integer *incy) in cdotu_() argument 45 --cy; in cdotu_() 49 cdotuw_(n, &cx[1], incx, &cy[1], incy, &res); in cdotu_() 54 doublecomplex *cy, integer *incy) in zdotc_() argument 61 --cy; in zdotc_() 65 zdotcw_(n, &cx[1], incx, &cy[1], incy, &res); in zdotc_() 70 doublecomplex *cy, integer *incy) in zdotu_() argument [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | plurals.txt | 428 cy 0.0 cilo. 0.0 peint 429 cy 0.00 cilo. 0.00 peint 430 cy 0.000 cilo. 0.000 peint 431 cy 0.001 cilo. 0.001 peint 432 cy 0.002 cilo. 0.002 peint 433 cy 0.003 cilo. 0.003 peint 434 cy 0.004 cilo. 0.004 peint 435 cy 0.006 cilo. 0.006 peint 436 cy 0.01 cilo. 0.01 peint 437 cy 0.010 cilo. 0.010 peint [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | plurals.txt | 428 cy 0.0 cilo. 0.0 peint 429 cy 0.00 cilo. 0.00 peint 430 cy 0.000 cilo. 0.000 peint 431 cy 0.001 cilo. 0.001 peint 432 cy 0.002 cilo. 0.002 peint 433 cy 0.003 cilo. 0.003 peint 434 cy 0.004 cilo. 0.004 peint 435 cy 0.006 cilo. 0.006 peint 436 cy 0.01 cilo. 0.01 peint 437 cy 0.010 cilo. 0.010 peint [all …]
|
/external/python/cpython2/Demo/curses/ |
D | tclock.py | 83 cy = curses.LINES // 2 84 ch = min( cy-1, int(cx // ASPECT) - 1) 93 stdscr.addstr(cy - sdy, cx + sdx, "%d" % (i + 1)) 119 dline(3, cx, cy, cx + mdx, cy - mdy, ord('#')) 122 dline(2, cx, cy, cx + hdx, cy - hdy, ord('.')) 128 plot(cx + sdx, cy - sdy, ord('O')) 143 plot(cx + sdx, cy - sdy, ord(' ')) 144 dline(0, cx, cy, cx + hdx, cy - hdy, ord(' ')) 145 dline(0, cx, cy, cx + mdx, cy - mdy, ord(' '))
|
/external/mesa3d/src/mesa/math/ |
D | m_clip_tmp.h | 60 const GLfloat cy = from[1]; in TAG() local 68 mask |= (((cw < cy) << CLIP_TOP_SHIFT)); in TAG() 69 mask |= (((cw < -cy) << CLIP_BOTTOM_SHIFT)); in TAG() 78 if (-cy + cw < 0) mask |= CLIP_TOP_BIT; in TAG() 79 if ( cy + cw < 0) mask |= CLIP_BOTTOM_BIT; in TAG() 98 vProj[i][1] = cy * oow; in TAG() 140 const GLfloat cy = from[1]; in TAG() local 148 mask |= (((cw < cy) << CLIP_TOP_SHIFT)); in TAG() 149 mask |= (((cw < -cy) << CLIP_BOTTOM_SHIFT)); in TAG() 158 if (-cy + cw < 0) mask |= CLIP_TOP_BIT; in TAG() [all …]
|
D | m_debug_clip.c | 83 const GLfloat cy = from[1]; in ref_cliptest_points4() local 89 if ( -cy + cw < 0 ) mask |= CLIP_TOP_BIT; in ref_cliptest_points4() 90 if ( cy + cw < 0 ) mask |= CLIP_BOTTOM_BIT; in ref_cliptest_points4() 107 vProj[i][1] = cy * oow; in ref_cliptest_points4() 139 const GLfloat cx = from[0], cy = from[1], cz = from[2]; in ref_cliptest_points3() local 143 if ( cy > 1.0 ) mask |= CLIP_TOP_BIT; in ref_cliptest_points3() 144 else if ( cy < -1.0 ) mask |= CLIP_BOTTOM_BIT; in ref_cliptest_points3() 177 const GLfloat cx = from[0], cy = from[1]; in ref_cliptest_points2() local 181 if ( cy > 1.0 ) mask |= CLIP_TOP_BIT; in ref_cliptest_points2() 182 else if ( cy < -1.0 ) mask |= CLIP_BOTTOM_BIT; in ref_cliptest_points2()
|
/external/rust/crates/plotters/plotters-doc-data/ |
D | evcxr-jupyter-integration.ipynb | 4939 "<circle cx=\"64\" cy=\"218\" fill=\"none\" opacity=\"1\" r=\"5\" stroke=\"#FF0000\"/>\n", 4940 "<circle cx=\"128\" cy=\"196\" fill=\"none\" opacity=\"1\" r=\"5\" stroke=\"#FF0000\"/>\n", 4941 "<circle cx=\"192\" cy=\"175\" fill=\"none\" opacity=\"1\" r=\"5\" stroke=\"#FF0000\"/>\n", 4942 "<circle cx=\"256\" cy=\"153\" fill=\"none\" opacity=\"1\" r=\"5\" stroke=\"#FF0000\"/>\n", 4943 "<circle cx=\"320\" cy=\"132\" fill=\"none\" opacity=\"1\" r=\"5\" stroke=\"#FF0000\"/>\n", 4944 "<circle cx=\"384\" cy=\"110\" fill=\"none\" opacity=\"1\" r=\"5\" stroke=\"#FF0000\"/>\n", 4945 "<circle cx=\"448\" cy=\"88\" fill=\"none\" opacity=\"1\" r=\"5\" stroke=\"#FF0000\"/>\n", 4946 "<circle cx=\"512\" cy=\"67\" fill=\"none\" opacity=\"1\" r=\"5\" stroke=\"#FF0000\"/>\n", 4947 "<circle cx=\"576\" cy=\"45\" fill=\"none\" opacity=\"1\" r=\"5\" stroke=\"#FF0000\"/>\n", 6663 "<circle cx=\"229\" cy=\"285\" fill=\"#00FF00\" opacity=\"1\" r=\"3\" stroke=\"none\"/>\n", [all …]
|
/external/skia/gm/ |
D | inversepaths.cpp | 21 static SkPath generate_square(SkScalar cx, SkScalar cy, SkScalar w) { in generate_square() argument 22 return SkPath::Rect(SkRect::MakeXYWH(cx - w / 2, cy - w / 2, w, w)); in generate_square() 25 static SkPath generate_rect_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_rect_line() argument 26 return SkPath::Rect(SkRect::MakeXYWH(cx - l / 2, cy, l, 0)); in generate_rect_line() 29 static SkPath generate_circle(SkScalar cx, SkScalar cy, SkScalar d) { in generate_circle() argument 30 return SkPath::Circle(cx, cy, d/2, SkPathDirection::kCW); in generate_circle() 33 static SkPath generate_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_line() argument 34 return SkPath::Line({cx - l / 2, cy}, {cx + l / 2, cy}); in generate_line() 81 SkScalar cy = slideHeight / 2 + slideBoundary; variable 122 SkPath path = paths[pathIndex](cx, cy, size);
|
D | backdrop.cpp | 26 static sk_sp<SkShader> make_shader(SkScalar cx, SkScalar cy, SkScalar rad) { in make_shader() argument 36 return SkGradientShader::MakeSweep(cx, cy, colors, pos, count); in make_shader() 43 const SkScalar cx = 128, cy = 128, rad = 100; in do_draw() local 45 p.setShader(make_shader(cx, cy, rad)); in do_draw() 47 canvas->drawCircle(cx, cy, rad, p); in do_draw() 51 const SkRect r = {cx-50, cy-50, cx+50, cy+50}; in do_draw() 66 canvas->drawCircle(cx, cy, 30, p); in do_draw()
|
/external/skqp/src/compute/skc/ |
D | path_builder.c | 218 float cx, float cy, in skc_path_ellipse() argument 230 skc_path_move_to_1(path_builder, cx, cy + ry); in skc_path_ellipse() 240 cx + kx, cy + ry, in skc_path_ellipse() 241 cx + rx, cy + ky, in skc_path_ellipse() 242 cx + rx, cy); in skc_path_ellipse() 248 cx + rx, cy - ky, in skc_path_ellipse() 249 cx + kx, cy - ry, in skc_path_ellipse() 250 cx, cy - ry); in skc_path_ellipse() 256 cx - kx, cy - ry, in skc_path_ellipse() 257 cx - rx, cy - ky, in skc_path_ellipse() [all …]
|
/external/skqp/gm/ |
D | inversepaths.cpp | 13 static SkPath generate_square(SkScalar cx, SkScalar cy, SkScalar w) { in generate_square() argument 14 SkRect rect = SkRect::MakeXYWH(cx - w / 2, cy - w / 2, w, w); in generate_square() 20 static SkPath generate_rect_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_rect_line() argument 21 SkRect rect = SkRect::MakeXYWH(cx - l / 2, cy, l, 0); in generate_rect_line() 27 static SkPath generate_circle(SkScalar cx, SkScalar cy, SkScalar d) { in generate_circle() argument 29 path.addCircle(cx, cy, d/2, SkPath::kCW_Direction); in generate_circle() 33 static SkPath generate_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_line() argument 35 path.moveTo(cx - l / 2, cy); in generate_line() 36 path.lineTo(cx + l / 2, cy); in generate_line() 84 SkScalar cy = slideHeight / 2 + slideBoundary; variable [all …]
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/ |
D | PieRenderer.java | 84 float cy = bounds.centerY(); in drawSegment() local 99 PointF r1Outer = calculateLineEnd(cx, cy, rad, startAngle); in drawSegment() 100 PointF r1Inner = calculateLineEnd(cx, cy, donutSizePx, startAngle); in drawSegment() 103 PointF r2Outer = calculateLineEnd(cx, cy, rad, startAngle + sweep); in drawSegment() 104 PointF r2Inner = calculateLineEnd(cx, cy, donutSizePx, startAngle + sweep); in drawSegment() 120 clip.lineTo(cx, cy); in drawSegment() 131 cy - donutSizePx, in drawSegment() 133 cy + donutSizePx), in drawSegment() 146 canvas.drawCircle(cx, cy, donutSizePx, f.getInnerEdgePaint()); in drawSegment() 149 canvas.drawCircle(cx, cy, rad, f.getOuterEdgePaint()); in drawSegment() [all …]
|
/external/skqp/experimental/svg/model/ |
D | SkSVGEllipse.cpp | 19 void SkSVGEllipse::setCy(const SkSVGLength& cy) { in setCy() argument 20 fCy = cy; in setCy() 39 if (const auto* cy = v.as<SkSVGLengthValue>()) { in onSetAttribute() local 40 this->setCy(*cy); in onSetAttribute() 60 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical); in resolve() local 65 ? SkRect::MakeXYWH(cx - rx, cy - ry, rx * 2, ry * 2) in resolve()
|
D | SkSVGCircle.cpp | 19 void SkSVGCircle::setCy(const SkSVGLength& cy) { in setCy() argument 20 fCy = cy; in setCy() 35 if (const auto* cy = v.as<SkSVGLengthValue>()) { in onSetAttribute() local 36 this->setCy(*cy); in onSetAttribute() 51 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical); in resolve() local 54 return std::make_tuple(SkPoint::Make(cx, cy), r); in resolve()
|
/external/skia/include/effects/ |
D | SkGradientShader.h | 210 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, 215 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() argument 218 return MakeSweep(cx, cy, colors, pos, count, SkTileMode::kClamp, 0, 360, flags, in MakeSweep() 221 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() argument 223 return MakeSweep(cx, cy, colors, pos, count, 0, nullptr); in MakeSweep() 242 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, 248 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() argument 252 return MakeSweep(cx, cy, colors, std::move(colorSpace), pos, count, in MakeSweep() 255 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() argument 258 return MakeSweep(cx, cy, colors, std::move(colorSpace), pos, count, 0, nullptr); in MakeSweep()
|
/external/skqp/include/effects/ |
D | SkGradientShader.h | 205 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, 210 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() argument 213 return MakeSweep(cx, cy, colors, pos, count, SkShader::kClamp_TileMode, 0, 360, flags, in MakeSweep() 216 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() argument 218 return MakeSweep(cx, cy, colors, pos, count, 0, nullptr); in MakeSweep() 237 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, 243 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() argument 247 return MakeSweep(cx, cy, colors, std::move(colorSpace), pos, count, in MakeSweep() 250 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() argument 253 return MakeSweep(cx, cy, colors, std::move(colorSpace), pos, count, 0, nullptr); in MakeSweep()
|
/external/fonttools/Lib/fontTools/misc/ |
D | bezierTools.py | 245 (ax, ay), (bx, by), (cx, cy) = calcQuadraticParameters(pt1, pt2, pt3) 254 (ax * t * t + bx * t + cx, ay * t * t + by * t + cy) 345 (ax, ay), (bx, by), (cx, cy), (dx, dy) = calcCubicParameters(pt1, pt2, pt3, pt4) 352 yRoots = [t for t in solveQuadratic(ay3, by2, cy) if 0 <= t < 1] 358 ay * t * t * t + by * t * t + cy * t + dy, 559 cx, cy = c 572 c1y = ay * t1_2 + by * t1 + cy 586 cx, cy = c 604 c1y = (2 * by * t1 + cy + 3 * ay * t1_2) * delta 606 d1y = ay * t1_3 + by * t1_2 + cy * t1 + dy [all …]
|
/external/mesa3d/src/mesa/swrast/ |
D | s_aatritemp.h | 223 const GLfloat cx = ix + 0.5F, cy = iy + 0.5F; variable 227 array->z[count] = (GLuint) solve_plane(cx, cy, zPlane); 229 array->rgba[count][RCOMP] = solve_plane_chan(cx, cy, rPlane); 230 array->rgba[count][GCOMP] = solve_plane_chan(cx, cy, gPlane); 231 array->rgba[count][BCOMP] = solve_plane_chan(cx, cy, bPlane); 232 array->rgba[count][ACOMP] = solve_plane_chan(cx, cy, aPlane); 285 const GLfloat cx = ix + 0.5F, cy = iy + 0.5F; variable 290 array->z[ix] = (GLuint) solve_plane(cx, cy, zPlane); 292 array->rgba[ix][RCOMP] = solve_plane_chan(cx, cy, rPlane); 293 array->rgba[ix][GCOMP] = solve_plane_chan(cx, cy, gPlane); [all …]
|
/external/pdfium/third_party/agg23/ |
D | agg_math.h | 50 float cx, float cy, float dx, float dy, in calc_intersection() argument 53 float num = ((ay - cy) * (dx - cx)) - ((ax - cx) * (dy - cy)); in calc_intersection() 54 float den = ((bx - ax) * (dy - cy)) - ((by - ay) * (dx - cx)); in calc_intersection()
|
/external/fonttools/Lib/fontTools/svgLib/path/ |
D | shapes.py | 152 cy = float(circle.attrib.get('cy', 0)) 157 self.M(cx - r, cy) 158 self.A(r, r, cx + r, cy, large_arc=1) 159 self.A(r, r, cx - r, cy, large_arc=1) 163 cy = float(ellipse.attrib.get('cy', 0)) 169 self.M(cx - rx, cy) 170 self.A(rx, ry, cx + rx, cy, large_arc=1) 171 self.A(rx, ry, cx - rx, cy, large_arc=1)
|
/external/skqp/tests/ |
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 19 int cy = state.fC >> 2; in testSimplifyDegeneratesMain() local 38 path.lineTo(SkIntToScalar(cx), SkIntToScalar(cy)); in testSimplifyDegeneratesMain() 47 pathStr.appendf(" path.lineTo(%d, %d);\n", cx, cy); in testSimplifyDegeneratesMain() 77 int cy = c >> 2; in DEF_TEST() local 78 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax); in DEF_TEST()
|
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 20 int cy = state.fC >> 2; in testSimplifyTrianglesMain() local 41 path.lineTo(SkIntToScalar(cx), SkIntToScalar(cy)); in testSimplifyTrianglesMain() 50 pathStr.appendf(" path.lineTo(%d, %d);\n", cx, cy); in testSimplifyTrianglesMain() 85 int cy = c >> 2; in DEF_TEST() local 86 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) { in DEF_TEST()
|
/external/skia/tests/ |
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 20 int cy = state.fC >> 2; in testSimplifyTrianglesMain() local 40 path.lineTo(SkIntToScalar(cx), SkIntToScalar(cy)); in testSimplifyTrianglesMain() 49 pathStr.appendf(" path.lineTo(%d, %d);\n", cx, cy); in testSimplifyTrianglesMain() 82 int cy = c >> 2; in DEF_TEST() local 83 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) { in DEF_TEST()
|
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 19 int cy = state.fC >> 2; in testSimplifyDegeneratesMain() local 37 path.lineTo(SkIntToScalar(cx), SkIntToScalar(cy)); in testSimplifyDegeneratesMain() 46 pathStr.appendf(" path.lineTo(%d, %d);\n", cx, cy); in testSimplifyDegeneratesMain() 76 int cy = c >> 2; in DEF_TEST() local 77 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax); in DEF_TEST()
|
/external/libpng/contrib/tools/ |
D | genpng.c | 388 double cy = (arg->y1+arg->y2)/2; in square_check_line() local 391 if (square_check(x, y, cx-wx-w, cy-wy-w, cx+wx+w, cy+wy+w)) in square_check_line() 398 if (wx > 0 && wy > 0 && square_check(x, y, cx-wx, cy-wy, cx+wx, cy+wy)) in square_check_line() 466 const double cy = (y1 + y2)/2; in circle_check() local 471 y = (y - cy)/dy; in circle_check() 497 double cy = (arg->y1+arg->y2)/2; in circle_check_line() local 500 if (circle_check(x, y, cx-wx-w, cy-wy-w, cx+wx+w, cy+wy+w)) in circle_check_line() 507 if (wx > 0 && wy > 0 && circle_check(x, y, cx-wx, cy-wy, cx+wx, cy+wy)) in circle_check_line()
|