Home
last modified time | relevance | path

Searched defs:xy (Results 1 – 25 of 191) sorted by relevance

12345678

/third_party/boost/libs/histogram/test/
Dhistogram_fill_test.cpp160 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/
DSkPathOpsLine.cpp31 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/
DSkPathOpsLine.cpp31 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/
Dadd.hpp32 # 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
Dsub.hpp31 # 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/
DintersectionAsWeakTypeSource.js7 const xy: XY = {x: 'x', y: 10}; variable
23 var xy = { x: 'x', y: 10 }; variable
DnarrowingByTypeofInSwitch.js525 function multipleGeneric(xy) { argument
532 function multipleGenericFuse(xy) { argument
539 function multipleGenericExhaustive(xy) { argument
744 function multipleGenericFuseWithBoth(xy) { argument
/third_party/skia/src/core/
DSkBitmapProcState_matrixProcs.cpp76 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/
Dmpegutils.c132 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/
Dstrided.cpp28 typedef boost::geometry::model::d2::point_xy<int> xy; in main() typedef
Dreversed.cpp22 typedef boost::geometry::model::d2::point_xy<int> xy; in main() typedef
Dsliced.cpp27 typedef boost::geometry::model::d2::point_xy<int> xy; in main() typedef
Dfiltered.cpp32 typedef boost::geometry::model::d2::point_xy<int> xy; in main() typedef
Duniqued.cpp22 typedef boost::geometry::model::d2::point_xy<int> xy; typedef
/third_party/typescript/tests/baselines/reference/tsc/incremental/initial-build/
Dwith-only-dts-files.js85 export const x = 10;export const xy = 100; constant
/third_party/boost/libs/geometry/doc/src/examples/algorithms/
Dsimplify.cpp27 typedef boost::geometry::model::d2::point_xy<double> xy; in main() typedef
/third_party/skia/src/opts/
DSkBitmapProcState_opts.h43 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/
Dnir_lower_packing.c68 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/
Dprojections.cpp67 P xy; in test_forward() local
86 P xy; in test_inverse() local
/third_party/boost/libs/histogram/examples/
Dguide_fill_histogram.cpp28 auto xy = std::make_tuple(1, 0.3); in main() local
/third_party/skia/experimental/sktext/editor/
DSelection.cpp17 void Selection::paint(SkCanvas* canvas, SkPoint xy) { in paint()
DCursor.h26 void place(SkPoint xy, SkSize size) { in place()
/third_party/flutter/skia/src/core/
DSkBitmapProcState_matrixProcs.cpp83 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/
Ddemo_gaussian.py36 xy = 0.5 * (z * (x - xc) * (y - yc)).sum() / z.sum() variable
/third_party/flutter/skia/src/opts/
DSkBitmapProcState_opts.h99 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()

12345678