Searched defs:_w (Results 1 - 12 of 12) sorted by relevance

/external/bison/lib/
H A Dstdio-impl.h55 # define _w pub._w macro
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dtimestamp_extrapolator.h33 double _w[2]; member in class:webrtc::TimestampExtrapolator
/external/chromium_org/third_party/libjpeg_turbo/
H A Djpegut.c238 const char *pixformat; int _w=0, _h=0; double t; local
252 _catch(tjDecompressHeader(hnd, jpegbuf, jpegsize, &_w, &_h));
253 if(_w!=w || _h!=h)
H A Dtjbench.c470 int w=0, h=0, subsamp=-1, _w, _h, _tilew, _tileh, local
532 _w=w; _h=h; _tilew=tilew; _tileh=tileh;
538 printf(" --> %d x %d", TJSCALED(_w, sf), TJSCALED(_h, sf));
558 _w=h; _h=w; _tilew=tileh; _tileh=tilew;
563 _w=_w-(_w%tjMCUWidth[_subsamp]);
567 _w=_w-(_w
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dresize_test.cc124 FrameInfo(vpx_codec_pts_t _pts, unsigned int _w, unsigned int _h) argument
125 : pts(_pts), w(_w), h(_h) {}
/external/libvpx/libvpx/test/
H A Dresize_test.cc124 FrameInfo(vpx_codec_pts_t _pts, unsigned int _w, unsigned int _h) argument
125 : pts(_pts), w(_w), h(_h) {}
/external/clang/test/CodeGen/
H A Dstruct.c99 struct _w { struct
/external/opencv/cv/src/
H A Dcvundistort.cpp351 double _x = i*ir[1] + ir[2], _y = i*ir[4] + ir[5], _w = i*ir[7] + ir[8]; local
353 for( j = 0; j < size.width; j++, _x += ir[0], _y += ir[3], _w += ir[6] )
355 double w = 1./_w, x = _x*w, y = _y*w;
/external/opencv/ml/src/
H A Dmlann_mlp.cpp309 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
1131 CvMat _w, _dEdw, hdr1, hdr2, ghdr1, ghdr2, _df; local
[all...]
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc64 FourFloats(float _x, float _y, float _z, float _w) argument
68 w(_w) {
/external/qemu/target-i386/
H A Dcpu.h673 uint16_t _w[8]; member in union:__anon30115
682 uint16_t _w[4]; member in union:__anon30116
690 #define XMM_W(n) _w[7 - (n)]
697 #define MMX_W(n) _w[3 - (n)]
702 #define XMM_W(n) _w[n]
709 #define MMX_W(n) _w[n]
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h5751 void Init(GLint _location, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) { argument
5757 w = _w;
5765 GLfloat _w) {
5766 static_cast<ValueType*>(cmd)->Init(_location, _x, _y, _z, _w);
5846 void Init(GLint _location, GLint _x, GLint _y, GLint _z, GLint _w) { argument
5852 w = _w;
5860 GLint _w) {
5861 static_cast<ValueType*>(cmd)->Init(_location, _x, _y, _z, _w);
6386 void Init(GLuint _indx, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) { argument
6392 w = _w;
5760 Set(void* cmd, GLint _location, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) argument
5855 Set(void* cmd, GLint _location, GLint _x, GLint _y, GLint _z, GLint _w) argument
6395 Set(void* cmd, GLuint _indx, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) argument
[all...]

Completed in 5225 milliseconds