Home
last modified time | relevance | path

Searched defs:_w (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/CodeGen/
Dstruct.c99 struct _w { struct
100 short a,b;
101 short c,d;
102 short e,f;
103 short g;
105 unsigned int h,i;
107 _Bool j,k;
/external/bison/lib/
Dstdio-impl.h55 # define _w pub._w macro
/external/mesa3d/src/mesa/x86/rtasm/
Dx86sse.h134 #define SHUF(_x,_y,_z,_w) (((_x)<<0) | ((_y)<<2) | ((_z)<<4) | ((_w)<<6)) argument
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.h213 #define SHUF(_x,_y,_z,_w) (((_x)<<0) | ((_y)<<2) | ((_z)<<4) | ((_w)<<6)) argument
/external/opencv/ml/src/
Dmlann_mlp.cpp309 CvMat hdr[2], _w, *layer_in = &hdr[0], *layer_out = &hdr[1], *temp; in predict() local
936 CvMat _w, _dw, hdr1, hdr2, ghdr1, ghdr2, _df; in train_backprop() local
1131 CvMat _w, _dEdw, hdr1, hdr2, ghdr1, ghdr2, _df; in train_rprop() local
/external/libvncserver/test/
Dtjbench.c356 int w=0, h=0, subsamp=-1, _w, _h, _tilew, _tileh, _subsamp; in dodecomptest() local
/external/opencv/cv/src/
Dcvundistort.cpp351 double _x = i*ir[1] + ir[2], _y = i*ir[4] + ir[5], _w = i*ir[7] + ir[8]; in cvInitUndistortRectifyMap() local