/external/clang/test/CXX/lex/lex.charset/ |
p2-cxx11.cpp | 4 char c01 = '\u0001'; // ok variable
|
p2-cxx98.cpp | 4 char c01 = '\u0001'; // expected-error {{universal character name refers to a control character}} variable
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_segmentation.c | 58 const int c01 = segcounts[0] + segcounts[1]; local 63 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67); 64 segment_tree_probs[1] = get_binary_prob(c01, c23); 74 const int c01 = segcounts[0] + segcounts[1]; local 78 const int c0123 = c01 + c23; 87 cost += c01 * vp9_cost_zero(probs[1]) + 90 if (c01 > 0)
|
/external/chromium_org/third_party/skia/src/core/ |
SkFilterProc.cpp | 58 static unsigned bilerp4_00(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 61 static unsigned bilerp4_01(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 62 uint32_t lo = (3 * LO_PAIR(c00) + LO_PAIR(c01)) >> 2; 63 uint32_t hi = (3 * HI_PAIR(c00) + HI_PAIR(c01)) >> 2; 66 static unsigned bilerp4_02(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 67 uint32_t lo = (LO_PAIR(c00) + LO_PAIR(c01)) >> 1; 68 uint32_t hi = (HI_PAIR(c00) + HI_PAIR(c01)) >> 1; 71 static unsigned bilerp4_03(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 72 uint32_t lo = (LO_PAIR(c00) + 3 * LO_PAIR(c01)) >> 2; 73 uint32_t hi = (HI_PAIR(c00) + 3 * HI_PAIR(c01)) >> 2 159 uint32_t c01 = *a01; local 166 uint32_t c01 = *a01; local 173 uint32_t c01 = *a01; local 188 uint32_t c01 = *a01; local 197 uint32_t c01 = *a01; local 206 uint32_t c01 = *a01; local 223 uint32_t c01 = *a01; local 232 uint32_t c01 = *a01; local 241 uint32_t c01 = *a01; local 258 uint32_t c01 = *a01; local 267 uint32_t c01 = *a01; local 276 uint32_t c01 = *a01; local [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_segmentation.c | 68 const int c01 = segcounts[0] + segcounts[1]; local 73 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67); 74 segment_tree_probs[1] = get_binary_prob(c01, c23); 84 const int c01 = segcounts[0] + segcounts[1]; local 88 const int c0123 = c01 + c23; 97 cost += c01 * vp9_cost_zero(probs[1]) + 100 if (c01 > 0)
|
/external/deqp/modules/gles2/functional/ |
es2fShaderTextureFunctionTests.cpp | 401 tcu::CubeFaceFloatCoords c01 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.minCoord[0]*proj, m_lookupSpec.maxCoord[1]*proj, m_lookupSpec.minCoord[2]*proj)); local 403 float dvdy = (c01.t - c00.t)*m_textureSpec.height / (float)viewportSize[1];
|
/external/deqp/modules/glshared/ |
glsShaderRenderCase.cpp | 707 Vec4 c01 = colors[v01]; local 729 const Vec4& t1 = tri ? c01 : c10; 730 const Vec4& t2 = tri ? c10 : c01;
|
/external/deqp/framework/common/ |
tcuTexLookupVerifier.cpp | 461 const Vec4 c01 = quad01.p00*(1.0f-a0)*(1.0f-b0) + quad01.p10*a0*(1.0f-b0) + quad01.p01*(1.0f-a0)*b0 + quad01.p11*a0*b0; local 466 const Vec4 cz0 = c00*(1.0f-c0) + c01*c0; 1417 const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+0, j+1)), size); variable 1492 const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+0, j0+1)), size0); variable 1526 const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+0, j1+1)), size1); variable [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderTextureFunctionTests.cpp | 718 tcu::CubeFaceFloatCoords c01 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.minCoord[0]*proj, m_lookupSpec.maxCoord[1]*proj, m_lookupSpec.minCoord[2]*proj)); local [all...] |