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

1 2 3

  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p4.cpp 26 X2<float> xf; local
27 f(xf);
43 X3<float> xf; local
44 h(xf);
  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.cpp 89 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]));
  /external/v8/src/runtime/
runtime-maths.cc 237 float xf = DoubleToFloat32(x); local
238 return *isolate->factory()->NewNumber(xf);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
KernelDataForRenderScriptd1new.java 120 float xf = x - kernelRadius + dx; local
121 if (yf * yf + xf * xf <= diskRadius2) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
KernelDataForRenderScriptF32.java 119 float xf = x - kernelRadius + dx; local
120 if (yf * yf + xf * xf <= diskRadius2) {
  /external/clang/test/SemaTemplate/
instantiate-complete.cpp 24 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> *'}}
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2CollidePolygon.cpp 32 b2Transform xf = b2MulT(xf2, xf1); local
39 b2Vec2 n = b2Mul(xf.q, n1s[i]);
40 b2Vec2 v1 = b2Mul(xf, v1s[i]);
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/d1new/
KernelDataForRenderScriptd1new.java 108 float xf = x - kernelRadius + dx; local
109 if (yf * yf + xf * xf <= diskRadius2) {
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/f32/
KernelDataForRenderScriptF32.java 106 float xf = x - kernelRadius + dx; local
107 if (yf * yf + xf * xf <= diskRadius2) {
  /packages/apps/Camera2/jni/
tinyplanet.cc 103 float xf = (x - output_width / 2.0f) / image_scale; local
110 float r = hypotf(xf, yf);
111 float theta = angle+atan2(yf, xf);
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 102 float xf = (x - output_width / 2.0f) / image_scale; local
109 float r = hypotf(xf, yf);
110 float theta = angle+atan2(yf, xf);
  /external/deqp/modules/gles3/stress/
es3sLongRunningShaderTests.cpp 254 const float xf = 2.0f * ((float(xi) + 0.5f) / float(width)) - 1.0f; local
257 positions[pointNdx] = Vec2(xf, yf);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
b2PolygonShape.cpp 57 b2Transform xf; local
58 xf.p = center;
59 xf.q.Set(angle);
64 m_vertices[i] = b2Mul(xf, m_vertices[i]);
65 m_normals[i] = b2Mul(xf.q, m_normals[i]);
251 bool b2PolygonShape::TestPoint(const b2Transform& xf, const b2Vec2& p) const
253 b2Vec2 pLocal = b2MulT(xf.q, p - xf.p);
268 const b2Transform& xf, int32 childIndex) const
273 b2Vec2 p1 = b2MulT(xf.q, input.p1 - xf.p)
    [all...]
  /external/opencv3/modules/python/test/
camera_calibration.py 288 def xf(pt, poly): function in function:checkerboard_error
299 xformed = [[xf(pt, poly) for pt in co] for co in goodcorners]
318 cv.DrawChessboardCorners(scrib, (num_x_ints, num_y_ints), [xf(pt, poly) for pt in co], True)
  /hardware/ti/omap4-aah/camera/
NV12_resize.cpp 58 mmUint16 xf, yf; local
133 xf = (mmUchar) ((mmUint32) ((col*resizeFactorX) >> 6) & 0x7);
145 w = bWeights[xf][yf][0];
152 w = bWeights[xf][yf][1];
159 w = bWeights[xf][yf][3];
166 w = bWeights[xf][yf][2];
215 xf = (mmUchar) ((mmUint32) ((col*resizeFactorX) >> 6) & 0x7);
226 w = bWeights[xf][yf][0];
237 w = bWeights[xf][yf][1];
248 w = bWeights[xf][yf][3]
    [all...]
  /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/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 247 float xf = (float)x / (float)(gridVtxWidth-1); local
250 interpolateVertexInput(access, vtxNdx-packetStart, input->getValueRange(), xf, yf);
  /external/deqp/modules/egl/
teglNativeCoordMappingTests.cpp 223 const float xf = ((2.0f * float(x)) / (float)width) - 1.0f; local
226 return tcu::Vec2(xf, yf);
  /external/deqp/modules/gles2/functional/
es2fDepthRangeTests.cpp 237 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);
es2fShaderBuiltinVarTests.cpp 335 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/
es3fFragDepthTests.cpp 244 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));
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_common.cc 805 int xf = (x >> 9) & 0x7f; local
808 dst[0] = BLENDER(a, b, xf);
811 xf = (x >> 9) & 0x7f;
814 dst[1] = BLENDER(a, b, xf);
820 int xf = (x >> 9) & 0x7f; local
823 dst[0] = BLENDER(a, b, xf);
835 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
    [all...]
  /external/libyuv/files/source/
scale_common.cc 835 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...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicResize.cpp 94 float xf, float yf, int width) {
95 int startx = (int) floor(xf - 1);
96 xf = xf - floor(xf);
106 convert_float4(yp0[xs3]), xf);
111 convert_float4(yp1[xs3]), xf);
116 convert_float4(yp2[xs3]), xf);
121 convert_float4(yp3[xs3]), xf);
129 float xf, float yf, int width)
347 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; local
373 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; local
414 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; local
440 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; local
481 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; local
507 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; local
547 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; local
587 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; local
627 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; local
    [all...]

Completed in 621 milliseconds

1 2 3