HomeSort by relevance Sort by last modified time
    Searched refs:new_x (Results 1 - 15 of 15) sorted by null

  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
image_neon.cc 38 const int new_x = orig_x >> 1; local
45 uint8_t* ptr_dst = (*this)[0] + new_x;
101 const int new_x = orig_x >> 2; local
108 uint8_t* ptr_dst = (*this)[0] + new_x;
  /external/libchrome/ui/gfx/geometry/
rect_f.cc 165 float new_x = x(); local
169 AdjustAlongAxis(rect.x(), rect.width(), &new_x, &new_width);
171 SetRect(new_x, new_y, new_width, new_height);
181 float new_x = x() + (width() - new_width) / 2; local
183 SetRect(new_x, new_y, new_width, new_height);
rect.cc 239 int new_x = x(); local
243 AdjustAlongAxis(rect.x(), rect.width(), &new_x, &new_width);
245 SetRect(new_x, new_y, new_width, new_height);
255 int new_x = x() + (width() - new_width) / 2; local
257 SetRect(new_x, new_y, new_width, new_height);
  /bionic/libm/upstream-freebsd/lib/msun/src/
catrig.c 360 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local
410 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x);
418 rx = atan2(sqrt_A2mx2, new_x);
420 rx = atan2(sqrt_A2mx2, -new_x);
catrigf.c 205 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local
244 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x);
252 rx = atan2f(sqrt_A2mx2, new_x);
254 rx = atan2f(sqrt_A2mx2, -new_x);
catrigl.c 225 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local
264 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x);
272 rx = atan2l(sqrt_A2mx2, new_x);
274 rx = atan2l(sqrt_A2mx2, -new_x);
  /external/tensorflow/tensorflow/compiler/aot/tests/
make_test_graphs.py 156 new_x = x.assign_add(42.0)
157 array_ops.stack([old_x, new_x], name='result')
  /external/tensorflow/tensorflow/compiler/xla/client/lib/
qr.cc 207 auto new_x = Mul(x, predecessor_mask,
210 a = DynamicUpdateSliceInMinorDims(a, new_x, {j});
  /external/pdfium/core/fxcrt/
fx_coordinates.h 22 CFX_PTemplate(BaseType new_x, BaseType new_y) : x(new_x), y(new_y) {}
141 CFX_VTemplate(BaseType new_x, BaseType new_y)
142 : CFX_PTemplate<BaseType>(new_x, new_y) {}
  /external/python/cpython2/Lib/idlelib/
AutoCompleteWindow.py 229 new_x = text.winfo_rootx() + min(x, max(0, text_width - acw_width))
238 acw.wm_geometry("+%d+%d" % (new_x, new_y))
  /external/python/cpython3/Lib/idlelib/
autocomplete_w.py 237 new_x = text.winfo_rootx() + min(x, max(0, text_width - acw_width))
246 acw.wm_geometry("+%d+%d" % (new_x, new_y))
  /external/libaom/libaom/third_party/libwebm/mkvmuxer/
mkvmuxer.h 374 void set_x(float new_x) { x_ = new_x; }
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h 374 void set_x(float new_x) { x_ = new_x; }
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 886 int new_x, new_y, max_x; local
891 new_x = x;
909 new_x = get_next_xcoord(face, 0, max_x -1, x, y);
916 new_x = get_next_xcoord(face, 1, max_x -1, x, y);
920 new_x = get_next_xcoord(face, 2, max_x -1, x, y);
924 new_x = get_next_xcoord(face, 3, max_x -1, x, y);
929 return get_texel_3d_no_border(sp_sview, addr, new_x, new_y, layer + face);
    [all...]
  /external/tensorflow/tensorflow/python/keras/
backend.py     [all...]

Completed in 344 milliseconds