Searched defs:_w (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/CodeGen/ |
D | struct.c | 99 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/ |
D | stdio-impl.h | 55 # define _w pub._w macro
|
/external/mesa3d/src/mesa/x86/rtasm/ |
D | x86sse.h | 134 #define SHUF(_x,_y,_z,_w) (((_x)<<0) | ((_y)<<2) | ((_z)<<4) | ((_w)<<6)) argument
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 213 #define SHUF(_x,_y,_z,_w) (((_x)<<0) | ((_y)<<2) | ((_z)<<4) | ((_w)<<6)) argument
|
/external/opencv/ml/src/ |
D | mlann_mlp.cpp | 309 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/ |
D | tjbench.c | 356 int w=0, h=0, subsamp=-1, _w, _h, _tilew, _tileh, _subsamp; in dodecomptest() local
|
/external/opencv/cv/src/ |
D | cvundistort.cpp | 351 double _x = i*ir[1] + ir[2], _y = i*ir[4] + ir[5], _w = i*ir[7] + ir[8]; in cvInitUndistortRectifyMap() local
|