/third_party/boost/libs/histogram/test/ |
D | histogram_fill_test.cpp | 160 const auto xy = {x, y}; in run_tests() local 179 V xy[2]; in run_tests() local 237 const auto xy = {x, y}; in run_tests() local 247 const auto xy = {x, y}; in run_tests() local 257 const auto xy = {x, y}; in run_tests() local 267 const auto xy = {x, y}; in run_tests() local 281 const auto xy = {V("foo"), V(std::vector<int>{1, 2})}; in run_tests() local 319 std::array<V, 2> xy; in run_tests() local 334 std::vector<std::tuple<double, double>> xy; in run_tests() local
|
/third_party/skia/src/pathops/ |
D | SkPathOpsLine.cpp | 31 double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const { in nearPoint() argument 81 double SkDLine::ExactPointH(const SkDPoint& xy, double left, double right, double y) { in ExactPointH() 93 double SkDLine::NearPointH(const SkDPoint& xy, double left, double right, double y) { in NearPointH() 116 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) { in ExactPointV() 128 double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double x) { in NearPointV()
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsLine.cpp | 31 double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const { in nearPoint() argument 81 double SkDLine::ExactPointH(const SkDPoint& xy, double left, double right, double y) { in ExactPointH() 93 double SkDLine::NearPointH(const SkDPoint& xy, double left, double right, double y) { in NearPointH() 116 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) { in ExactPointV() 128 double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double x) { in NearPointV()
|
/third_party/boost/boost/preprocessor/arithmetic/ |
D | add.hpp | 32 # define BOOST_PP_ADD_P(d, xy) BOOST_PP_TUPLE_ELEM(2, 1, xy) argument 35 # define BOOST_PP_ADD_O(d, xy) BOOST_PP_ADD_O_I xy argument 37 # define BOOST_PP_ADD_O(d, xy) BOOST_PP_ADD_O_I(BOOST_PP_TUPLE_ELEM(2, 0, xy), BOOST_PP_TUPLE_EL… argument
|
D | sub.hpp | 31 # define BOOST_PP_SUB_P(d, xy) BOOST_PP_TUPLE_ELEM(2, 1, xy) argument 34 # define BOOST_PP_SUB_O(d, xy) BOOST_PP_SUB_O_I xy argument 36 # define BOOST_PP_SUB_O(d, xy) BOOST_PP_SUB_O_I(BOOST_PP_TUPLE_ELEM(2, 0, xy), BOOST_PP_TUPLE_EL… argument
|
/third_party/typescript/tests/baselines/reference/ |
D | intersectionAsWeakTypeSource.js | 7 const xy: XY = {x: 'x', y: 10}; variable 23 var xy = { x: 'x', y: 10 }; variable
|
D | narrowingByTypeofInSwitch.js | 525 function multipleGeneric(xy) { argument 532 function multipleGenericFuse(xy) { argument 539 function multipleGenericExhaustive(xy) { argument 744 function multipleGenericFuseWithBoth(xy) { argument
|
/third_party/skia/src/core/ |
D | SkBitmapProcState_matrixProcs.cpp | 76 uint32_t xy[], int count, int x, int y) { in nofilter_scale() 122 uint32_t xy[], int count, int x, int y) { in nofilter_affine() 167 uint32_t xy[], int count, int x, int y) { in filter_scale() 204 uint32_t xy[], int count, int x, int y) { in filter_affine() 319 uint32_t xy[], int count, int x, int y) { in clampx_nofilter_trans() 371 uint32_t xy[], int count, int x, int y) { in repeatx_nofilter_trans() 408 uint32_t xy[], int count, int x, int y) { in mirrorx_nofilter_trans()
|
/third_party/ffmpeg/libavcodec/ |
D | mpegutils.c | 132 int xy = (mb_x * 2 + (i & 1) + in ff_print_debug_info2() local 142 … int xy = (mb_x * 2 + (mb_y * 2 + i) * mv_stride) << (mv_sample_log2 - 1); in ff_print_debug_info2() local 155 int xy = (mb_x * 2 + i + mb_y * 2 * mv_stride) << (mv_sample_log2 - 1); in ff_print_debug_info2() local 167 int xy = (mb_x + mb_y * mv_stride) << mv_sample_log2; in ff_print_debug_info2() local
|
/third_party/boost/libs/geometry/doc/src/examples/geometries/adapted/boost_range/ |
D | strided.cpp | 28 typedef boost::geometry::model::d2::point_xy<int> xy; in main() typedef
|
D | reversed.cpp | 22 typedef boost::geometry::model::d2::point_xy<int> xy; in main() typedef
|
D | sliced.cpp | 27 typedef boost::geometry::model::d2::point_xy<int> xy; in main() typedef
|
D | filtered.cpp | 32 typedef boost::geometry::model::d2::point_xy<int> xy; in main() typedef
|
D | uniqued.cpp | 22 typedef boost::geometry::model::d2::point_xy<int> xy; typedef
|
/third_party/typescript/tests/baselines/reference/tsc/incremental/initial-build/ |
D | with-only-dts-files.js | 85 export const x = 10;export const xy = 100; constant
|
/third_party/boost/libs/geometry/doc/src/examples/algorithms/ |
D | simplify.cpp | 27 typedef boost::geometry::model::d2::point_xy<double> xy; in main() typedef
|
/third_party/skia/src/opts/ |
D | SkBitmapProcState_opts.h | 43 const uint32_t* xy, int count, uint32_t* colors) { in S32_alpha_D32_filter_DX() 175 const uint32_t* xy, int count, uint32_t* colors) { in S32_alpha_D32_filter_DX() 314 const uint32_t* xy, int count, uint32_t* colors) { in S32_alpha_D32_filter_DX() 446 int xy = x * y; in filter_and_scale_by_alpha() local 476 const uint32_t* xy, int count, SkPMColor* colors) { in S32_alpha_D32_filter_DX() 505 const uint32_t* xy, int count, SkPMColor* colors) { in S32_alpha_D32_filter_DXDY()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_packing.c | 68 nir_ssa_def *xy = nir_pack_32_2x16_split(b, nir_channel(b, src, 0), in lower_pack_64_from_16() local 80 nir_ssa_def *xy = nir_unpack_64_2x32_split_x(b, src); in lower_unpack_64_to_16() local
|
/third_party/boost/libs/geometry/test/srs/ |
D | projections.cpp | 67 P xy; in test_forward() local 86 P xy; in test_inverse() local
|
/third_party/boost/libs/histogram/examples/ |
D | guide_fill_histogram.cpp | 28 auto xy = std::make_tuple(1, 0.3); in main() local
|
/third_party/skia/experimental/sktext/editor/ |
D | Selection.cpp | 17 void Selection::paint(SkCanvas* canvas, SkPoint xy) { in paint()
|
D | Cursor.h | 26 void place(SkPoint xy, SkSize size) { in place()
|
/third_party/flutter/skia/src/core/ |
D | SkBitmapProcState_matrixProcs.cpp | 83 uint32_t xy[], int count, int x, int y) { in nofilter_scale() 142 uint32_t xy[], int count, int x, int y) { in filter_scale() 404 uint32_t xy[], int count, int x, int y) { in nofilter_scale_neon() 486 uint32_t xy[], int count, int x, int y) { in filter_scale_neon() 647 uint32_t xy[], int count, int x, int y) { in clampx_nofilter_trans() 698 uint32_t xy[], int count, int x, int y) { in repeatx_nofilter_trans() 734 uint32_t xy[], int count, int x, int y) { in mirrorx_nofilter_trans()
|
/third_party/boost/libs/python/example/numpy/ |
D | demo_gaussian.py | 36 xy = 0.5 * (z * (x - xc) * (y - yc)).sum() / z.sum() variable
|
/third_party/flutter/skia/src/opts/ |
D | SkBitmapProcState_opts.h | 99 const uint32_t* xy, int count, uint32_t* colors) { in S32_alpha_D32_filter_DX() 190 const uint32_t* xy, int count, uint32_t* colors) { in S32_alpha_D32_filter_DX() 311 int xy = x * y; in filter_and_scale_by_alpha() local 341 const uint32_t* xy, int count, SkPMColor* colors) { in S32_alpha_D32_filter_DX()
|