/external/eigen/blas/f2c/ |
D | complexdots.c | 22 *incx, complex *cy, integer *incy) in cdotc_() 38 *incx, complex *cy, integer *incy) in cdotu_() 54 doublecomplex *cy, integer *incy) in zdotc_() 70 doublecomplex *cy, integer *incy) in zdotu_()
|
/external/skia/gm/ |
D | inversepaths.cpp | 24 static SkPath generate_square(SkScalar cx, SkScalar cy, SkScalar w) { in generate_square() 28 static SkPath generate_rect_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_rect_line() 32 static SkPath generate_circle(SkScalar cx, SkScalar cy, SkScalar d) { in generate_circle() 36 static SkPath generate_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_line() 84 SkScalar cy = slideHeight / 2 + slideBoundary; variable
|
D | backdrop.cpp | 28 static sk_sp<SkShader> make_shader(SkScalar cx, SkScalar cy, SkScalar rad) { in make_shader() 45 const SkScalar cx = 128, cy = 128, rad = 100; in do_draw() local
|
D | rrects.cpp | 304 auto draw = [&](int cx, int cy, bool rrect, float width, SkPaint::Join join) { in __anon6048c9450102() 391 auto drawComplex = [&](int cx, int cy, float width, float stretch) { in __anon6048c9450202() 433 auto drawComplex2 = [&](int cx, int cy, float width, float stretch) { in __anon6048c9450302()
|
D | crbug_996140.cpp | 34 SkScalar cy = 720-6.76f; variable
|
D | crbug_1174354.cpp | 23 float cy = (rect.top() + rect.bottom())/2.f; in draw_bg_blur() local
|
/external/lottie/sample/src/main/kotlin/com/airbnb/lottie/samples/views/ |
D | BackgroundColorView.kt | 31 val cy = canvas.height / 2f in draw() constant
|
/external/skia/tests/ |
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 26 int cy = state.fC >> 2; in testSimplifyTrianglesMain() local 88 int cy = c >> 2; in DEF_TEST() local
|
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 25 int cy = state.fC >> 2; in testSimplifyDegeneratesMain() local 82 int cy = c >> 2; in DEF_TEST() local
|
/external/bazelbuild-rules_rust/examples/ambiguous_deps/y/ |
D | exc.cc | 1 extern "C" int cy() { return 113; } in cy() function
|
/external/bazelbuild-rules_rust/examples/ambiguous_deps/ |
D | bin.rs | 5 pub fn cy() -> c_int; in cy() function
|
/external/rust/android-crates-io/crates/anes/src/parser/ |
D | parsers.rs | 141 let cy = parameters[3] as u16; in parse_csi_xterm_mouse() localVariable 198 let cy = parameters[2] as u16; in parse_csi_rxvt_mouse() localVariable
|
/external/coreboot/payloads/libpayload/curses/menu/ |
D | m_post.c | 133 int cy = -1, cx = -1; in NCURSES_EXPORT() local 231 int i, j, cy, cx; in _nc_Draw_Menu() local
|
/external/skia/docs/examples/ |
D | sweep_gradient_talk_4.cpp | 7 float cx = 128, cy = 128; in draw() local
|
D | sweep_gradient_talk_1.cpp | 7 float cx = 128, cy = 128; in draw() local
|
D | sweep_gradient_talk_2.cpp | 10 float cx = 128, cy = 128; in draw() local
|
D | sweep_gradient_talk_lots.cpp | 17 float cx = 128, cy = 128; in draw() local
|
D | Bitmap_allocN32Pixels.cpp | 24 uint32_t cy = randUint(0, 64 - h); in draw() local
|
/external/musl/src/math/x86_64/ |
D | remquol.c | 5 signed char *cx = (void *)&x, *cy = (void *)&y; in remquol() local
|
/external/skia/src/shaders/gradients/ |
D | SkSweepGradient.cpp | 102 sk_sp<SkShader> SkGradientShader::MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() 157 sk_sp<SkShader> SkGradientShader::MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
|
/external/pdfium/third_party/agg23/ |
D | agg_rasterizer_scanline_aa.cpp | 66 AGG_INLINE void cell_aa::set_coord(int cx, int cy) in set_coord() 71 AGG_INLINE void cell_aa::set(int cx, int cy, int c, int a) in set() 250 int cy = safe_cy.ValueOrDie(); in render_line() local
|
/external/skia/modules/svg/src/ |
D | SkSVGEllipse.cpp | 32 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical); in resolve() local
|
D | SkSVGCircle.cpp | 29 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical); in resolve() local
|
/external/swiftshader/third_party/marl/examples/ |
D | fractal.cpp | 66 Color<float> julia(float x, float y, float cx, float cy) { in julia() 149 constexpr float cy = 0.156f; variable
|
/external/pytorch/aten/src/ATen/native/cuda/ |
D | RNN.cu | 135 scalar_t* cy = &DEVICE_LINEAR_GET(_cy, linearIndex); in lstm_cell_forward() local 216 scalar_t cy = DEVICE_LINEAR_GET(_cy, linearIndex); in lstm_cell_backward() local 373 const Tensor& hy, const Tensor& cy, const Tensor& workspace) { in lstm_forward_impl() 408 const Tensor& cx, const Tensor& cy, in lstm_backward_impl() 532 auto cy = at::empty_like(cx, LEGACY_CONTIGUOUS_MEMORY_FORMAT); in _thnn_fused_lstm_cell_cuda() local 549 const TensorArg& cx, const TensorArg& cy, in checkLSTMBackwardSizes() 568 const Tensor& cx, const Tensor& cy, in _thnn_fused_lstm_cell_backward_impl_cuda()
|