Home
last modified time | relevance | path

Searched defs:x_to (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pdfium/third_party/agg23/
H A Dagg_path_storage.cpp93 float x_to, float y_to) in curve4()
H A Dagg_rasterizer_scanline_aa.cpp259 int x_from, x_to; in render_line() local
/aosp_15_r20/external/ComputeLibrary/src/core/helpers/
H A DScaleHelpers.h138 int x_to = std::ceil((x + 1) * wr - 0.5f - in_x); in pixel_area_c1u8_clamp() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DScale.cpp145 int x_to = std::ceil((idx + 1) * wr - 0.5f - x_src); in scale_core() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/rpc/
H A Drpc_test.py5301 def _gpu_add_given_devices(x, y, x_to, y_to, z_to): argument