HomeSort by relevance Sort by last modified time
    Searched defs:xf (Results 1 - 11 of 11) sorted by null

  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p4.cpp 26 X2<float> xf; local
27 f(xf);
  /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/libyuv/files/source/
scale.cc 3142 int xf = cx & 0xffff; local
    [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/
aec_core.c 546 float xf[2][PART_LEN1]; local
559 TimeToFrequency(fft, xf, 0);
560 WebRtc_WriteBuffer(aec->far_buf, &xf[0][0], 1);
564 TimeToFrequency(fft, xf, 1);
565 WebRtc_WriteBuffer(aec->far_buf_windowed, &xf[0][0], 1);
640 float xf[2][PART_LEN1], yf[2][PART_LEN1], ef[2][PART_LEN1]; local
695 WebRtc_ReadBuffer(aec->far_buf, (void**) &xf_ptr, &xf[0][0], 1);
767 // Buffer xf
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 1065 Awkfloat xf; local
1068 xf = getfval(x);
1071 setfval(x, xf + k);
1075 setfval(z, xf);
1076 setfval(x, xf + k);
1084 Awkfloat xf, yf; local
1106 xf = getfval(x);
1110 xf += yf;
1113 xf -= yf;
1116 xf *= yf
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 671 milliseconds