/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
p4.cpp | 26 X2<float> xf; local 27 f(xf);
|
/frameworks/base/tools/localize/ |
XLIFFFile_test.cpp | 10 XLIFFFile* xf = XLIFFFile::Parse("testdata/xliff1.xliff"); local 11 if (xf == NULL) { 15 set<StringResource> const& strings = xf->GetStringResources(); 26 printf("XML:[[%s]]\n", xf->ToString().c_str()); 29 delete xf;
|
merge_res_and_xliff.cpp | 224 set<string> xf = xliff->Files(); local 225 for (set<string>::const_iterator f=xf.begin(); f!=xf.end(); f++) {
|
/external/webkit/Source/WebCore/dom/ |
CanvasSurface.cpp | 124 float xf = logicalPos.x() * m_pageScaleFactor; local 127 return IntPoint(static_cast<unsigned>(xf), static_cast<unsigned>(yf));
|
/external/clang/test/SemaTemplate/ |
instantiate-complete.cpp | 20 X<float(int)> xf; // expected-note{{in instantiation of template class 'X<float (int)>' requested here}} member in struct:XField
|
instantiate-member-class.cpp | 41 X<float>::X *xf; // expected-error{{qualified reference to 'X' is a constructor name rather than a type wherever a constructor can be declared}} variable 45 xi = xf; // expected-error{{assigning to 'X<int>::X<int> *' from incompatible type 'X<float>::X<float> *'}}
|
/hardware/ti/omap4xxx/camera/ |
NV12_resize.c | 47 mmUint16 xf, yf; local 134 xf = (mmUchar) ((mmUint32) ((col*resizeFactorX) >> 6) & 0x7); 147 w = bWeights[xf][yf][0]; 154 w = bWeights[xf][yf][1]; 161 w = bWeights[xf][yf][3]; 168 w = bWeights[xf][yf][2]; 221 xf = (mmUchar) ((mmUint32) ((col*resizeFactorX) >> 6) & 0x7); 235 w = bWeights[xf][yf][0]; 246 w = bWeights[xf][yf][1]; 257 w = bWeights[xf][yf][3] [all...] |
/external/opencv/cxcore/src/ |
cxmathfuncs.cpp | 114 float xf[4], yf[4]; local 143 d *= (xf[j] = _x.f); 149 double b = xf[2] * xf[3], a = xf[0] * xf[1]; 151 float z0 = (float) (yf[0] * xf[1] * b * d); 152 float z1 = (float) (yf[1] * xf[0] * b * d); 153 float z2 = (float) (yf[2] * xf[3] * a * d); 154 float z3 = (float) (yf[3] * xf[2] * a * d) [all...] |
/external/opencv/ml/src/ |
mlann_mlp.cpp | 480 double* xf = _xf->data.db; local 487 for( i = 0; i < n; i++, xf += cols, df += cols ) 490 xf[j] += bias[j]; 499 for( i = 0; i < n; i++, xf += cols, df += cols ) 502 double t = xf[j] + bias[j]; 504 xf[j] = t*t*scale; 510 for( i = 0; i < n; i++, xf += cols, df += cols ) 512 xf[j] = (xf[j] + bias[j])*scale; 518 xf -= n; df -= n [all...] |
/external/webrtc/src/modules/audio_processing/aec/main/source/ |
aec_core.c | 573 float xf[2][PART_LEN1], yf[2][PART_LEN1], ef[2][PART_LEN1]; local 615 xf[1][0] = 0; 616 xf[1][PART_LEN] = 0; 617 xf[0][0] = fft[0]; 618 xf[0][PART_LEN] = fft[1]; 621 xf[0][i] = fft[2 * i]; 622 xf[1][i] = fft[2 * i + 1]; 641 (xf[0][i] * xf[0][i] + xf[1][i] * xf[1][i]) [all...] |
/prebuilt/common/jfreechart/ |
jfreechart-1.0.9.jar | |