HomeSort by relevance Sort by last modified time
    Searched defs:c0 (Results 76 - 93 of 93) sorted by null

1 2 34

  /external/chromium_org/v8/test/cctest/
test-parsing.cc 560 int32_t c0 = one_byte_source[i]; local
565 CHECK_EQ(c0, c1);
566 CHECK_EQ(c0, c2);
567 CHECK_EQ(c0, c3);
574 int32_t c0 = one_byte_source[i - 1]; local
578 uc16_stream.PushBack(c0);
579 string_stream.PushBack(c0);
580 utf8_stream.PushBack(c0);
592 CHECK_EQ(c0, c1);
593 CHECK_EQ(c0, c2)
617 int32_t c0 = one_byte_source[i]; local
    [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 254 const Vec4& c0,
262 const Vec4 i0 = c0*(1.0f - fBounds[0]) + c1*fBounds[0];
263 const Vec4 i1 = c0*(1.0f - fBounds[1]) + c1*fBounds[1];
308 const Vec4 c0 = quad.p00*(1.0f - a) + quad.p10*a; local
311 if (isLinearRangeValid(prec, c0, c1, yBounds, result))
340 const Vec4 c0 = quad0.p00*(1.0f-a)*(1.0f-b) + quad0.p10*a*(1.0f-b) + quad0.p01*(1.0f-a)*b + quad0.p11*a*b; local
343 if (isLinearRangeValid(prec, c0, c1, zBounds, result))
369 const Vec4 c0 = line0.p0*(1.0f-a0) + line0.p1*a0; local
376 if (isLinearRangeValid(prec, c0, c1, zBounds, result))
409 const Vec4 c0 = quad0.p00*(1.0f-a0)*(1.0f-b0) + quad0.p10*a0*(1.0f-b0) + quad0.p01*(1.0f-a0)*b0 + quad0.p11*a0*b (…) local
465 const float c0 = de::min(z0, zBounds0.y()); local
779 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), coordY, 0); local
827 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), coordZ); local
888 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), wrap(sampler.wrapR, k0, d0)); local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 596 tcu::Vec4 c0; member in struct:deqp::gles2::Functional::__anon24483::LineRenderTestCase::ColoredLineData
691 ctx.vertexAttribPointer (colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_lines[0].c0);
716 r.c0 = tcu::Vec4(1, 1, 1, 1);
827 tcu::Vec4 c0; member in struct:deqp::gles2::Functional::__anon24483::TriangleCaseBase::TriangleData
1099 tcu::Vec4 c0; member in struct:deqp::gles2::Functional::__anon24483::TriangleFillTest::FillTriangle
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 599 tcu::Vec4 c0; member in struct:deqp::gles3::Functional::__anon24614::LineRenderTestCase::ColoredLineData
694 ctx.vertexAttribPointer (colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_lines[0].c0);
719 r.c0 = tcu::Vec4(1, 1, 1, 1);
831 tcu::Vec4 c0; member in struct:deqp::gles3::Functional::__anon24614::TriangleCaseBase::TriangleData
1103 tcu::Vec4 c0; member in struct:deqp::gles3::Functional::__anon24614::TriangleFillTest::FillTriangle
    [all...]
es3fMultisampleTests.cpp 211 void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
213 void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
215 void renderQuad (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec2& p3, const Vec4& c0, const Vec4& c1, const Vec4& c2, const Vec4& c3) const;
315 void MultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const
325 c0.x(), c0.y(), c0.z(), c0.w(),
345 void MultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const
350 c0, c1, c2) local
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 2309 RuleBasedCollator* c0 = (RuleBasedCollator*)Collator::createInstance(status); local
    [all...]
rbbitst.cpp 1909 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
2181 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
2531 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
    [all...]
  /external/jpeg/
jquant2.c 121 * pointer corresponds to a C0 value (typically 2^5 = 32 pointers) and
320 int c0,c1,c2; local
330 for (c0 = c0min; c0 <= c0max; c0++)
332 histp = & histogram[c0][c1][c2min];
335 boxp->c0min = c0min = c0;
341 for (c0 = c0max; c0 >= c0min; c0--
429 int c0,c1,c2,cmax; local
507 int c0,c1,c2; local
923 register int c0, c1, c2; local
    [all...]
  /external/libopus/celt/
celt_encoder.c 1363 int c0 = toOpus(compressed[0]); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbitst.cpp 1909 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
2181 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
2531 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 3648 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
3757 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
3906 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
4004 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
4143 float c0 = Direction_img.y* Point_img.x - Direction_img.x*Point_img.y; local
4283 float c0 = Direction_img.y* Point_img.x - Direction_img.x*Point_img.y; local
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 9070 integerPart c0 = 0; local
    [all...]
  /external/chromium_org/v8/src/
objects.cc 942 int c0 = str->Get(0); local
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 2070 milliseconds

1 2 34