Home
last modified time | relevance | path

Searched refs:cy (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/external/eigen/blas/f2c/
Dcomplexdots.c22 *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/android_icu4j/src/main/tests/android/icu/dev/test/format/
Dplurals.txt428 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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
Dplurals.txt428 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/mesa3d/src/mesa/math/
Dm_clip_tmp.h60 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 …]
Dm_debug_clip.c83 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/python/cpython2/Demo/curses/
Dtclock.py83 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/skqp/src/compute/skc/
Dpath_builder.c218 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/skia/src/compute/skc/
Dpath_builder.c218 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/
Dinversepaths.cpp13 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/skia/gm/
Dinversepaths.cpp13 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 …]
Dbackdrop.cpp17 static sk_sp<SkShader> make_shader(SkScalar cx, SkScalar cy, SkScalar rad) { in make_shader() argument
27 return SkGradientShader::MakeSweep(cx, cy, colors, pos, count); in make_shader()
34 const SkScalar cx = 128, cy = 128, rad = 100; in do_draw() local
36 p.setShader(make_shader(cx, cy, rad)); in do_draw()
38 canvas->drawCircle(cx, cy, rad, p); in do_draw()
42 const SkRect r = {cx-50, cy-50, cx+50, cy+50}; in do_draw()
55 canvas->drawCircle(cx, cy, 30, p); in do_draw()
/external/tensorflow/tensorflow/contrib/resampler/kernels/
Dresampler_ops_gpu.cu.cc81 const int cy = fy + 1; in Resampler2DKernel() local
83 const T dy = static_cast<T>(cy) - y; in Resampler2DKernel()
88 const T img_cxcy = (cx <= data_width - 1 && cy <= data_height - 1) in Resampler2DKernel()
89 ? (one - dx) * (one - dy) * GET_DATA_POINT(cx, cy) in Resampler2DKernel()
92 const T img_fxcy = (fx >= 0 && cy <= data_height - 1) in Resampler2DKernel()
93 ? dx * (one - dy) * GET_DATA_POINT(fx, cy) in Resampler2DKernel()
192 const int cy = fy + 1; in ResamplerGrad2DKernel() local
194 const T dy = static_cast<T>(cy) - y; in ResamplerGrad2DKernel()
198 const T img_cxcy = (cx <= data_width - 1 && cy <= data_height - 1) in ResamplerGrad2DKernel()
199 ? GET_DATA_POINT(cx, cy) in ResamplerGrad2DKernel()
[all …]
/external/fonttools/Lib/fontTools/misc/
DbezierTools.py157 (ax, ay), (bx, by), (cx, cy) = calcQuadraticParameters(pt1, pt2, pt3)
165 points = [(ax*t*t + bx*t + cx, ay*t*t + by*t + cy) for t in roots if 0 <= t < 1] + [pt1, pt3]
224 (ax, ay), (bx, by), (cx, cy), (dx, dy) = calcCubicParameters(pt1, pt2, pt3, pt4)
231 yRoots = [t for t in solveQuadratic(ay3, by2, cy) if 0 <= t < 1]
234 …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] + [pt…
379 cx, cy = c
392 c1y = ay*t1_2 + by*t1 + cy
406 cx, cy = c
424 c1y = (2*by*t1 + cy + 3*ay*t1_2) * delta
426 d1y = ay*t1_3 + by*t1_2 + cy*t1 + dy
[all …]
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
DPieRenderer.java84 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/
DSkSVGCircle.cpp19 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()
DSkSVGEllipse.cpp19 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()
/external/skia/experimental/svg/model/
DSkSVGEllipse.cpp19 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()
DSkSVGCircle.cpp19 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/skqp/include/effects/
DSkGradientShader.h205 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/skia/include/effects/
DSkGradientShader.h205 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/mesa3d/src/mesa/swrast/
Ds_aatritemp.h223 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/libpng/contrib/tools/
Dgenpng.c388 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()
/external/pdfium/third_party/agg23/
Dagg_math.h50 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/skqp/tests/
DPathOpsSimplifyDegenerateThreadedTest.cpp19 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()
/external/skia/tests/
DPathOpsSimplifyDegenerateThreadedTest.cpp19 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()

12345678910>>...23