/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/chromium_org/skia/ext/ |
platform_device_win.cc | 132 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/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]));
|
glsRandomShaderCase.cpp | 163 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/chromium_org/gpu/command_buffer/tests/ |
gl_pointcoord_unittest.cc | 134 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/ |
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> *'}}
|
/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);
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicResize.cpp | 85 float xf, float yf, int width) { 86 int startx = (int) floor(xf - 2); 87 xf = xf - floor(xf); 97 convert_float4(yp0[xs3]), xf); 102 convert_float4(yp1[xs3]), xf); 107 convert_float4(yp2[xs3]), xf); 112 convert_float4(yp3[xs3]), xf); 120 float xf, float yf, int width) 211 float xf = x1 * cp->scaleX; local 251 float xf = x1 * cp->scaleX; local 291 float xf = x1 * cp->scaleX; local [all...] |
/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/chromium_org/third_party/libyuv/source/ |
scale_common.cc | 813 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/ |
tcuTestLog.cpp | 201 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/ |
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 | 218 const float xf = (float(2.0f * x) / width) - 1.0f; local 221 return tcu::Vec2(xf, yf);
|
teglGLES2SharingTests.cpp | 489 float xf = ((float)(x-x1) + 0.5f) / (float)(x2 - x1); local 491 bool tri = yf >= xf; 495 float s = tri ? xf : 1.0f-xf; [all...] |
/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 | 329 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/ |
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));
|
es3fShaderBuiltinVarTests.cpp | 355 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); [all...] |
es3fFragmentOutputTests.cpp | 408 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; [all...] |
es3fShaderDerivateTests.cpp | 965 const float xf = (float(x)+0.5f) / float(level0.getWidth()); local 967 const tcu::Vec4 s = tcu::Vec4(xf, yf, (xf+yf)/2.0f, 1.0f - (xf+yf)/2.0f); [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/ |
aec_core.c | 596 float xf[2][PART_LEN1]; local 604 TimeToFrequency(fft, xf, 0); 605 WebRtc_WriteBuffer(aec->far_buf, &xf[0][0], 1); 609 TimeToFrequency(fft, xf, 1); 610 WebRtc_WriteBuffer(aec->far_buf_windowed, &xf[0][0], 1); 825 float xf[2][PART_LEN1], yf[2][PART_LEN1], ef[2][PART_LEN1]; local 869 WebRtc_ReadBuffer(aec->far_buf, (void**)&xf_ptr, &xf[0][0], 1); 939 // Buffer xf [all...] |