Home
last modified time | relevance | path

Searched defs:new_x (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
H A Dimage_neon.cc37 const int new_x = orig_x >> 1; in Downsample2x32ColumnsNeon() local
100 const int new_x = orig_x >> 2; in Downsample4x32ColumnsNeon() local
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Drect_f.cc165 float new_x = x(); in AdjustToFit() local
181 float new_x = x() + (width() - new_width) / 2; in ClampToCenteredSize() local
H A Drect.cc239 int new_x = x(); in AdjustToFit() local
255 int new_x = x() + (width() - new_width) / 2; in ClampToCenteredSize() local
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_coordinates.h22 constexpr CFX_PTemplate(BaseType new_x, BaseType new_y) in CFX_PTemplate()
128 CFX_VTemplate(BaseType new_x, BaseType new_y) in CFX_VTemplate()
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesConvolution.cpp44 auto new_x = reshape_dim_into(*lhs_bdim, lhs_spec[0], lhs); in convolution_batch_rule() local
98 auto new_x = reshape_dim_into(*lhs_bdim, lhs_spec[1], lhs); in convolution_batch_rule() local
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_class_import.cpp107 auto new_x = torch::rand({2, 3}); in TEST() local
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-geometry.hh105 float new_x = xx * dx + xy * dy; in transform_distance() local
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dcatrigf.c202 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosf() local
H A Dcatrig.c357 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacos() local
H A Dcatrigl.c222 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosl() local
/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/
H A DCompositeGlyph.hh175 int new_x = roundf (point.x); in compile_with_point() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dqr_expander.cc259 auto new_x = Mul(x, predecessor_mask, in QrBlock() local
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/x11/
H A Dx11.c1759 static void _display_cursor(int old_row, int old_x, int new_row, int new_x) in _display_cursor()
2605 int old_x, new_x; in _process_curses_requests() local
/aosp_15_r20/external/libxaac/encoder/
H A Diusace_acelp_tools.c476 VOID iusace_acelp_cb_target_update(FLOAT32 *x, FLOAT32 *new_x, FLOAT32 *cb_vec, FLOAT32 gain) { in iusace_acelp_cb_target_update()
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_nir_lower_descriptors.c1052 nir_def *new_x = adjust_edb_buffer_view_coord(b, desc, x); in lower_edb_buffer_image_intrin() local
/aosp_15_r20/external/libwebm/mkvmuxer/
H A Dmkvmuxer.h374 void set_x(float new_x) { x_ = new_x; } in set_x()
/aosp_15_r20/external/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.h374 void set_x(float new_x) { x_ = new_x; } in set_x()
/aosp_15_r20/external/libaom/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.h374 void set_x(float new_x) { x_ = new_x; } in set_x()
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dbackend.py1867 def update(x, new_x): argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c1039 int new_x, new_y, max_x; in get_texel_cube_seamless() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf.cc6809 Value new_x = in QRBlock() local