Searched defs:xf (Results 1 - 25 of 27) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A Daddress-of-fntemplate.cpp24 void h(X<int (*)()> xf) { argument
25 xf.f(&g<int>);
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp4.cpp26 X2<float> xf; local
27 f(xf);
43 X3<float> xf; local
44 h(xf);
/external/clang/test/SemaTemplate/
H A Dinstantiate-field.cpp22 void test2(const X<float> *xf) { argument
23 (void)xf->x; // expected-note{{in instantiation of template class 'X<float>' requested here}}
26 void test3(const X<int(int)> *xf) { argument
27 (void)xf->x; // expected-note{{in instantiation of template class 'X<int (int)>' requested here}}
H A Dinstantiate-member-class.cpp41 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> *'}}
H A Dinstantiate-complete.cpp24 X<float(int)> xf; // expected-note{{in instantiation of template class 'X<float (int)>' requested here}} member in struct:XField
H A Dvirtual-member-functions.cpp105 void test_X(X<int> &xi, X<float> &xf) { argument
H A Dinstantiate-method.cpp13 void test(X<int> *xi, int *ip, X<int(int)> *xf) { argument
16 xf->f(&identity);
17 xf->g(identity);
/external/deqp/modules/glshared/
H A DglsShaderPerformanceMeasurer.cpp89 float xf = (float)x / (float)gridSizeX; local
93 dst[getVtxIndex(x, y, gridSizeX)*numComponents + compNdx] = triQuadInterpolate(xf, yf, tcu::Vec4(spec.p00[compNdx], spec.p01[compNdx], spec.p10[compNdx], spec.p11[compNdx]));
H A DglsRandomShaderCase.cpp171 float xf = (float)x / (float)m_gridWidth; local
179 dst[0] = -1.0f + xf * 2.0f;
192 rsg::getVertexInterpolationCoords(xd, yd, xf, yf, compNdx);
/external/deqp/modules/gles2/functional/
H A Des2fDepthRangeTests.cpp237 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); local
238 float d = depthRangeTransform(triQuadInterpolate(xf, yf, m_depthCoord), m_zNear, m_zFar);
247 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); local
250 float d = depthRangeTransform(triQuadInterpolate(xf, yf, m_depthCoord), m_zNear, m_zFar);
380 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); local
382 float d = depthRangeTransform(triQuadInterpolate(xf, yf, m_depthCoord), m_zNear, m_zFar);
H A Des2fShaderBuiltinVarTests.cpp335 const float xf = (float(x)+.5f) / float(refImg.getWidth()); local
337 const float z = (xf + yf) / 2.0f;
427 const float xf = (float(x)+.5f) / float(refImg.getWidth()); local
429 const float oow = ((xf + yf) < 1.0f)
430 ? projectedTriInterpolate(tcu::Vec3(w[0], w[1], w[2]), tcu::Vec3(w[0], w[1], w[2]), xf, yf)
431 : projectedTriInterpolate(tcu::Vec3(w[3], w[2], w[1]), tcu::Vec3(w[3], w[2], w[1]), 1.0f-xf, 1.0f-yf);
543 const float xf = float(xo+0.5f) / float(w); local
545 const tcu::Vec4 color (xf, yf, 0.0f, 1.0f);
/external/deqp/modules/gles3/functional/
H A Des3fFragDepthTests.cpp244 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); local
245 float d = m_evalFunc(Vec2(xf, yf));
254 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); local
257 float d = m_evalFunc(Vec2(xf, yf));
406 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); local
408 float d = m_evalFunc(Vec2(xf, yf));
H A Des3fShaderBuiltinVarTests.cpp355 const float xf = (float(x)+.5f) / float(refImg.getWidth()); local
357 const float z = (xf + yf) / 2.0f;
450 const float xf = (float(x)+.5f) / float(refImg.getWidth()); local
452 const float oow = ((xf + yf) < 1.0f)
453 ? projectedTriInterpolate(tcu::Vec3(w[0], w[1], w[2]), tcu::Vec3(w[0], w[1], w[2]), xf, yf)
454 : projectedTriInterpolate(tcu::Vec3(w[3], w[2], w[1]), tcu::Vec3(w[3], w[2], w[1]), 1.0f-xf, 1.0f-yf);
569 const float xf = float(xo+0.5f) / float(w); local
571 const tcu::Vec4 color (xf, yf, 0.0f, 1.0f);
H A Des3fFragmentOutputTests.cpp409 const float xf = ((float)x - (float)cellX*cellW + 0.5f) / cellW; local
415 const bool tri = xf + yf >= 1.0f;
419 const float s = tri ? 1.0f-xf : xf;
612 float xf = (float)x / (float)(gridWidth-1); local
615 positions[(y*gridWidth + x)*4 + 0] = 2.0f*xf - 1.0f;
665 float xf = (float)x / (float)(gridWidth-1); local
668 float f0 = (xf + yf) * 0.5f;
669 float f1 = 0.5f + (xf - yf) * 0.5f;
H A Des3fShaderDerivateTests.cpp1269 const float xf = (float(x)+0.5f) / float(level0.getWidth()); local
1271 const tcu::Vec4 s = tcu::Vec4(xf, yf, (xf+yf)/2.0f, 1.0f - (xf+yf)/2.0f);
/external/deqp/modules/gles3/stress/
H A Des3sLongRunningShaderTests.cpp254 const float xf = 2.0f * ((float(xi) + 0.5f) / float(width)) - 1.0f; local
257 positions[pointNdx] = Vec2(xf, yf);
/external/deqp/framework/common/
H A DtcuTestLog.cpp206 float xf = ((float)x + 0.5f) / (float)logImage.getWidth(); local
207 Vec4 s = access.sample2D(sampler, sampler.minFilter, xf, yf, 0)*pixelScale + pixelBias;
244 float xf = ((float)x + 0.5f) / (float)w; local
249 Vec4 s = access.sample3D(sampler, sampler.minFilter, xf, yf, zf);
/external/deqp/framework/randomshaders/
H A DrsgProgramExecutor.cpp247 float xf = (float)x / (float)(gridVtxWidth-1); local
250 interpolateVertexInput(access, vtxNdx-packetStart, input->getValueRange(), xf, yf);
/external/deqp/modules/egl/
H A DteglGLES2SharingTests.cpp450 float xf = ((float)(x-x1) + 0.5f) / (float)(x2 - x1); local
452 bool tri = yf >= xf;
456 float s = tri ? xf : 1.0f-xf;
H A DteglNativeCoordMappingTests.cpp223 const float xf = (float(2.0f * x) / width) - 1.0f; local
226 return tcu::Vec2(xf, yf);
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale_common.cc813 int xf = (x >> 9) & 0x7f; local
816 dst[0] = BLENDER(a, b, xf);
819 xf = (x >> 9) & 0x7f;
822 dst[1] = BLENDER(a, b, xf);
828 int xf = (x >> 9) & 0x7f; local
831 dst[0] = BLENDER(a, b, xf);
843 int xf = (x >> 9) & 0x7f; local
846 dst[0] = BLENDER(a, b, xf);
849 xf = (x >> 9) & 0x7f;
852 dst[1] = BLENDER(a, b, xf);
858 int xf = (x >> 9) & 0x7f; local
[all...]
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.c546 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
/external/libyuv/files/source/
H A Dscale.cc2700 int xf = x & 0xffff; local
2704 int r0 = BLENDER(a, b, xf);
2707 int r1 = BLENDER(a, b, xf);
/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp114 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[
[all...]
/external/opencv/ml/src/
H A Dmlann_mlp.cpp480 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
[all...]

Completed in 465 milliseconds

12