HomeSort by relevance Sort by last modified time
    Searched refs:_w (Results 51 - 75 of 143) sorted by null

1 23 4 5 6

  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Dialog.py 19 'tk_dialog', self._w,
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Dialog.py 19 'tk_dialog', self._w,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Dialog.py 19 'tk_dialog', self._w,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Dialog.py 19 'tk_dialog', self._w,
  /external/python/cpython2/Lib/idlelib/
WidgetRedirector.py 17 same as the pathname widget._w. This command is used to invoke the various
42 w = widget._w # widget's (full) Tk pathname
52 self.widget._w)
60 w = widget._w
  /external/python/cpython3/Lib/idlelib/
redirector.py 16 same as the pathname widget._w. This command is used to invoke the various
41 w = widget._w # widget's (full) Tk pathname
52 self.widget._w)
60 w = widget._w
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
WidgetRedirector.py 16 same as the pathname widget._w. This command is used to invoke the various
30 w = widget._w # widget's (full) Tk pathname
40 self.widget._w)
48 w = widget._w
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
WidgetRedirector.py 16 same as the pathname widget._w. This command is used to invoke the various
30 w = widget._w # widget's (full) Tk pathname
40 self.widget._w)
48 w = widget._w
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
WidgetRedirector.py 16 same as the pathname widget._w. This command is used to invoke the various
30 w = widget._w # widget's (full) Tk pathname
40 self.widget._w)
48 w = widget._w
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
WidgetRedirector.py 16 same as the pathname widget._w. This command is used to invoke the various
30 w = widget._w # widget's (full) Tk pathname
40 self.widget._w)
48 w = widget._w
  /bionic/libc/stdio/
refill.c 74 fp->_w = 0;
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vswprintf.c 63 f._bf._size = f._w = 127; /* Leave room for the NUL */
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fflush.c 109 fp->_w = t & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
vasprintf.c 62 f._bf._size = f._w = 127; /* Leave room for the NUL */
vswprintf.c 66 f._bf._size = f._w = 127; /* Leave room for the NUL */
refill.c 113 fp->_w = 0;
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 201 * - if _flags&__SRD, _w is 0
222 int _w; /**< write space left for putc() */ member in struct:__sFILE
    [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp 309 CvMat hdr[2], _w, *layer_in = &hdr[0], *layer_out = &hdr[1], *temp; local
324 cvInitMatHeader( &_w, layer_in->cols, layer_out->cols, CV_64F, weights[j] );
325 cvGEMM( layer_in, &_w, 1, 0, 0, layer_out );
326 calc_activ_func( layer_out, _w.data.db + _w.rows*_w.cols );
936 CvMat _w, _dw, hdr1, hdr2, ghdr1, ghdr2, _df; local
977 cvInitMatHeader( &_w, x1->cols, x2->cols, CV_64F, weights[i] );
978 cvGEMM( x1, &_w, 1, 0, 0, x2 );
981 calc_activ_func_deriv( x2, &_df, _w.data.db + _w.rows*_w.cols )
1131 CvMat _w, _dEdw, hdr1, hdr2, ghdr1, ghdr2, _df; local
    [all...]
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderVertexSpacing.hpp 135 _tess_coordinate(float _u, float _v, float _w)
139 this->w = _w;
  /external/libvpx/libvpx/vpx_dsp/
fastssim.c 50 static void fs_ctx_init(fs_ctx *_ctx, int _w, int _h, int _nlevels) {
56 lw = (_w + 1) >> 1;
77 lw = (_w + 1) >> 1;
141 int _s2ystride, int _w, int _h, uint32_t bd,
162 i1 = FS_MINI(i0 + 1, _w);
449 int _dystride, int _w, int _h, uint32_t _bd,
455 fs_ctx_init(&ctx, _w, _h, FS_NLEVELS);
456 fs_downsample_level0(&ctx, _src, _systride, _dst, _dystride, _w, _h, _bd,
  /external/tensorflow/tensorflow/contrib/factorization/python/ops/
gmm_ops.py 137 self._w = [None] * num_shards
249 for w in self._w:
365 self._w[shard_id] = array_ops.reshape(
378 self._w[shard_id], 0, keep_dims=True)
382 self._w[shard_id], array_ops.squeeze(shard, [0]), transpose_a=True),
389 array_ops.expand_dims(x_trans[k, :, :] * self._w[shard_id][:, k], 0)
398 with ops.control_dependencies(self._w):
455 op.append(prior_probs + math_ops.log(self._w[shard_id]))
  /external/libjpeg-turbo/java/
TJBench.java 431 int w = 0, h = 0, subsamp = -1, cs = -1, _w, _h, _tilew, _tileh, local
481 _w = w; _h = h; _tilew = tilew; _tileh = tileh;
486 System.out.format(" --> %d x %d", sf.getScaled(_w),
502 _w = h; _h = w; _tilew = tileh; _tileh = tilew;
509 _w = _w - (_w % TJ.getMCUWidth(_subsamp));
515 _w = _w - (_w % TJ.getMCUHeight(_subsamp))
    [all...]
  /external/libjpeg-turbo/
tjbench.c 500 int w=0, h=0, subsamp=-1, cs=-1, _w, _h, _tilew, _tileh, local
570 _w=w; _h=h; _tilew=tilew; _tileh=tileh;
576 printf(" --> %d x %d", TJSCALED(_w, sf), TJSCALED(_h, sf));
596 _w=h; _h=w; _tilew=tileh; _tileh=tilew;
601 _w=_w-(_w%tjMCUWidth[_subsamp]);
605 _w=_w-(_w%tjMCUHeight[_subsamp])
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.h 164 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) :
166 w(_w), h(_h) {}
167 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) :
169 w(_w), h(_h),
171 bool check(uint32_t _w, uint32_t _h) const {
172 return (x+w <= _w && y+h <= _h);
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.h 133 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) :
135 w(_w), h(_h) {}
136 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) :
138 w(_w), h(_h),
140 bool check(uint32_t _w, uint32_t _h) const {
141 return (x+w <= _w && y+h <= _h);

Completed in 1028 milliseconds

1 23 4 5 6