Searched defs:xf (Results 1 - 25 of 32) 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/chromium_org/skia/ext/
H A Dplatform_device_win.cc132 XFORM xf; local
133 xf.eM11 = matrix[SkMatrix::kMScaleX];
134 xf.eM21 = matrix[SkMatrix::kMSkewX];
135 xf.eDx = matrix[SkMatrix::kMTransX];
136 xf.eM12 = matrix[SkMatrix::kMSkewY];
137 xf.eM22 = matrix[SkMatrix::kMScaleY];
138 xf.eDy = matrix[SkMatrix::kMTransY];
139 SetWorldTransform(dc, &xf);
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_pointcoord_unittest.cc134 GLint xf = s2p(point_x + u * point_width); local
136 GLfloat s = 0.5 + (xf + 0.5 - xw) / max_point_size;
144 GLTestHelper::CheckPixels(xf, yf, 1, 1, 4, color);
/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 Dvirtual-member-functions.cpp89 void test_X(X<int> &xi, X<float> &xf) { argument
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 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.cpp163 float xf = (float)x / (float)m_gridWidth; local
171 dst[0] = -1.0f + xf * 2.0f;
184 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.cpp329 const float xf = (float(x)+.5f) / float(refImg.getWidth()); local
331 const float z = (xf + yf) / 2.0f;
421 const float xf = (float(x)+.5f) / float(refImg.getWidth()); local
423 const float oow = ((xf + yf) < 1.0f)
424 ? projectedTriInterpolate(tcu::Vec3(w[0], w[1], w[2]), tcu::Vec3(w[0], w[1], w[2]), xf, yf)
425 : projectedTriInterpolate(tcu::Vec3(w[3], w[2], w[1]), tcu::Vec3(w[3], w[2], w[1]), 1.0f-xf, 1.0f-yf);
537 const float xf = float(xo+0.5f) / float(w); local
539 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.cpp408 const float xf = ((float)x - (float)cellX*cellW + 0.5f) / cellW; local
414 const bool tri = xf + yf >= 1.0f;
418 const float s = tri ? 1.0f-xf : xf;
547 float xf = (float)x / (float)(gridWidth-1); local
550 positions[(y*gridWidth + x)*4 + 0] = 2.0f*xf - 1.0f;
600 float xf = (float)x / (float)(gridWidth-1); local
603 float f0 = (xf + yf) * 0.5f;
604 float f1 = 0.5f + (xf - yf) * 0.5f;
/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/chromium_org/third_party/libvpx/source/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/chromium_org/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/deqp/framework/common/
H A DtcuTestLog.cpp201 float xf = ((float)x + 0.5f) / (float)logImage.getWidth(); local
202 Vec4 s = access.sample2D(sampler, sampler.minFilter, xf, yf, 0)*pixelScale + pixelBias;
239 float xf = ((float)x + 0.5f) / (float)w; local
244 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 DteglNativeCoordMappingTests.cpp218 const float xf = (float(2.0f * x) / width) - 1.0f; local
221 return tcu::Vec2(xf, yf);
H A DteglGLES2SharingTests.cpp489 float xf = ((float)(x-x1) + 0.5f) / (float)(x2 - x1); local
491 bool tri = yf >= xf;
495 float s = tri ? xf : 1.0f-xf;
/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/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core.c1027 float xf[2][PART_LEN1], yf[2][PART_LEN1], ef[2][PART_LEN1]; local
1071 WebRtc_ReadBuffer(aec->far_buf, (void**)&xf_ptr, &xf[0][0], 1);
1141 // Buffer xf
1535 float xf[2][PART_LEN1]; local
1543 TimeToFrequency(fft, xf, 0);
1544 WebRtc_WriteBuffer(aec->far_buf, &xf[0][0], 1);
1548 TimeToFrequency(fft, xf, 1);
1549 WebRtc_WriteBuffer(aec->far_buf_windowed, &xf[0][0], 1);

Completed in 500 milliseconds

12