Searched defs:xf (Results 1 - 25 of 43) 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.cpp43 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
47 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/external/openglcts/modules/common/
H A DglcFragDepthTests.cpp242 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); local
243 float d = m_evalFunc(Vec2(xf, yf));
252 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); local
255 float d = m_evalFunc(Vec2(xf, yf));
391 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); local
393 float d = m_evalFunc(Vec2(xf, yf));
/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.cpp336 const float xf = (float(x)+.5f) / float(refImg.getWidth()); local
338 const float z = (xf + yf) / 2.0f;
428 const float xf = (float(x)+.5f) / float(refImg.getWidth()); local
430 const float oow = ((xf + yf) < 1.0f)
431 ? projectedTriInterpolate(tcu::Vec3(w[0], w[1], w[2]), tcu::Vec3(w[0], w[1], w[2]), xf, yf)
432 : projectedTriInterpolate(tcu::Vec3(w[3], w[2], w[1]), tcu::Vec3(w[3], w[2], w[1]), 1.0f-xf, 1.0f-yf);
544 const float xf = (float(xo)+0.5f) / float(w); local
546 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);
/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/skia/samplecode/
H A DSampleBigGradient.cpp240 XFORM xf; variable
241 xf.eM11 = ctm[SkMatrix::kMScaleX];
242 xf.eM21 = ctm[SkMatrix::kMSkewX];
243 xf.eDx = ctm[SkMatrix::kMTransX];
244 xf.eM12 = ctm[SkMatrix::kMSkewY];
245 xf.eM22 = ctm[SkMatrix::kMScaleY];
246 xf.eDy = ctm[SkMatrix::kMTransY];
247 SetWorldTransform(hdc, &xf);
/external/skqp/samplecode/
H A DSampleBigGradient.cpp240 XFORM xf; variable
241 xf.eM11 = ctm[SkMatrix::kMScaleX];
242 xf.eM21 = ctm[SkMatrix::kMSkewX];
243 xf.eDx = ctm[SkMatrix::kMTransX];
244 xf.eM12 = ctm[SkMatrix::kMSkewY];
245 xf.eM22 = ctm[SkMatrix::kMScaleY];
246 xf.eDy = ctm[SkMatrix::kMTransY];
247 SetWorldTransform(hdc, &xf);
/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 = ((2.0f * float(x)) / (float)width) - 1.0f; local
226 return tcu::Vec2(xf, yf);
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale_common.cc835 int xf = (x >> 9) & 0x7f; local
838 dst[0] = BLENDER(a, b, xf);
841 xf = (x >> 9) & 0x7f;
844 dst[1] = BLENDER(a, b, xf);
850 int xf = (x >> 9) & 0x7f; local
853 dst[0] = BLENDER(a, b, xf);
865 int xf = (x >> 9) & 0x7f; local
868 dst[0] = BLENDER(a, b, xf);
871 xf = (x >> 9) & 0x7f;
874 dst[1] = BLENDER(a, b, xf);
880 int xf = (x >> 9) & 0x7f; local
[all...]
/external/libyuv/files/source/
H A Dscale_common.cc959 int xf = (x >> 9) & 0x7f; local
962 dst[0] = BLENDER(a, b, xf);
965 xf = (x >> 9) & 0x7f;
968 dst[1] = BLENDER(a, b, xf);
974 int xf = (x >> 9) & 0x7f; local
977 dst[0] = BLENDER(a, b, xf);
992 int xf = (x >> 9) & 0x7f; local
995 dst[0] = BLENDER(a, b, xf);
998 xf = (x >> 9) & 0x7f;
1001 dst[1] = BLENDER(a, b, xf);
1007 int xf = (x >> 9) & 0x7f; local
[all...]
/external/deqp/framework/common/
H A DtcuTestLog.cpp279 float xf = ((float)x + 0.5f) / (float)logImage.getWidth(); local
280 Vec4 s = access.sample2D(sampler, sampler.minFilter, xf, yf, 0)*pixelScale + pixelBias;
317 float xf = ((float)x + 0.5f) / (float)w; local
322 Vec4 s = access.sample3D(sampler, sampler.minFilter, xf, yf, zf);
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dformat_types.h725 __m128 xf = fastpow< 2, 3, int(0.629960524947437 * 1e9), int(1e9) >(arg); local
726 __m128 xover = _mm_mul_ps(arg, xf);
728 __m128 xfm1 = _mm_rsqrt_ps(xf);
841 simd16scalar xf = fastpow< 2, 3, int(0.629960524947437 * 1e9), int(1e9) >(arg); local
842 simd16scalar xover = _simd16_mul_ps(arg, xf);
844 simd16scalar xfm1 = _simd16_rsqrt_ps(xf);
/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dconstant_folding_test.cc311 Output xf = ops::Placeholder(s.WithOpName("xf"), DT_FLOAT, local
318 Output div_f = ops::Div(s.WithOpName("div_f"), xf, cf);
319 Output realdiv = ops::RealDiv(s.WithOpName("realdiv"), xf, cf);
340 EXPECT_EQ("xf", node.input(0));
344 EXPECT_EQ("xf", node.input(0));

Completed in 1332 milliseconds

12