Searched refs:window_width (Results 1 - 8 of 8) sorted by relevance

/external/eigen/bench/btl/data/
H A Dsmooth.cxx102 int window_width=2*window_half_width+1; local
106 vector<double> sample(window_width);
110 for ( int j=0 ; j < window_width ; j++ ){
/external/ImageMagick/MagickCore/
H A Dxwdfile.h_vms86 CARD32 window_width B32; /* Window width */
/external/ImageMagick/coders/
H A Ddcm.c2844 window_width;
2929 window_width=0;
3328 window_width=StringToUnsignedLong((char *) data);
3876 if ((window_center != 0) && (window_width == 0))
3877 window_width=(size_t) window_center;
3882 window_width=0;
3925 if (window_width == 0)
3937 (window_width-1.0)/2.0-0.5);
3939 (window_width-1.0)/2.0+0.5);
3947 0.5)/(window_width
2840 window_width; local
[all...]
H A Dxwd.c762 xwd_info.window_width=(CARD32) image->columns;
/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp1499 const GLint window_width = m_context.getRenderContext().getRenderTarget().getWidth(); local
1521 if ((window_width != viewport_width) || (window_height != viewport_height))
1525 << " expected: " << window_width << " x " << window_height
1583 if ((window_width != scissor_width) || (window_height != scissor_height))
1587 << " expected: " << window_width << " x " << window_height
/external/tensorflow/tensorflow/stream_executor/
H A Ddnn.h616 // window_width: width of input window
677 int64 window_width() const { return GetDim(window_, DimIndex::X); } function in class:perftools::gputools::dnn::PoolingDescriptor
/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py125 'window_height', 'window_width']
138 'window_height', 'window_width', 'write', 'xcor', 'ycor']
1256 def window_width(self): member in class:TurtleScreen
1260 >>> screen.window_width()
3386 def window_width(self): function
3392 >>> screen.window_width()
/external/python/cpython3/Lib/
H A Dturtle.py126 'window_height', 'window_width']
1308 def window_width(self): member in class:TurtleScreen
1312 >>> screen.window_width()

Completed in 389 milliseconds