Searched defs:_w (Results 1 – 5 of 5) 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/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
D | decoder.py | 118 def JSONObject(match, context, _w=WHITESPACE.match): argument 160 def JSONArray(match, context, _w=WHITESPACE.match): argument 246 def decode(self, s, _w=WHITESPACE.match): 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/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
|
/external/qemu/target-i386/ |
D | cpu.h | 516 uint16_t _w[8]; member 525 uint16_t _w[4]; member
|