HomeSort by relevance Sort by last modified time
    Searched defs:c0 (Results 101 - 125 of 167) sorted by null

1 2 3 45 6 7

  /external/deqp/modules/gles2/functional/
es2fMultisampleTests.cpp 187 void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
189 void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
191 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;
228 void MultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const
238 c0.x(), c0.y(), c0.z(), c0.w(),
258 void MultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const
263 c0, c1, c2) local
    [all...]
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/icu/icu4c/source/common/
unames.cpp 1528 char c0; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 429 double c0, c1; local
437 c0 = rational_function(x, coeffs[0][0])
447 return rational_function(x, safety) * arc->a * exp(c0 + c1 * dEta);
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 63 // If a,b,c are the original control points then the poly a0,b0,c0,c1,a1
68 // a0 c0
79 data[5 + baseIdx] = baseVert + 3; // c0
555 // | a0 c0
558 // edges a0->b0 and b0->c0 are parallel to original edges a->b and b->c,
563 BezierVertex& c0 = verts[3]; local
595 c0.fPos = c;
596 c0.fPos += cbN;
600 intersect_lines(a0.fPos, abN, c0.fPos, cbN, &b0.fPos);
    [all...]
  /external/webp/src/dsp/
lossless_sse2.c 25 static WEBP_INLINE uint32_t ClampedAddSubtractFull(uint32_t c0, uint32_t c1,
28 const __m128i C0 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(c0), zero);
31 const __m128i V1 = _mm_add_epi16(C0, C1);
38 static WEBP_INLINE uint32_t ClampedAddSubtractHalf(uint32_t c0, uint32_t c1,
41 const __m128i C0 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(c0), zero);
44 const __m128i avg = _mm_add_epi16(C1, C0);
61 const __m128i C0 = _mm_cvtsi32_si128(c);
62 const __m128i AC0 = _mm_subs_epu8(A0, C0);
405 const __m128i c0 = _mm_or_si128(a0l, b0h); \/\/ rgbrgb00|rgbrgb00 local
    [all...]
  /frameworks/native/opengl/libagl/
primitives.cpp 31 int32_t* it, int32_t c0, int32_t c1, int32_t c2);
304 int32_t c0, int32_t c1, int32_t c2) const
306 int32_t dc01 = c1 - c0;
307 int32_t dc02 = c2 - c0;
308 const int A = gglClz(abs(c0));
312 c0 <<= scale;
316 c0 >>= -scale;
323 int32_t c = c0 - (gglMulAddx(dcdx, m_x0,
332 GGLfixed c0, GGLfixed c1, GGLfixed c2) const
334 const GGLfixed dc01 = c1 - c0;
651 const GGLcolor c0 = v0->color.v[i] * 255; local
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.c 37 const __m128i C0 = _mm_set_epi32(0x0000, 0x0000, 0x0000, 0x0000);
41 lo = _mm_and_si128(lo, _mm_cmpgt_epi32(lo, C0));
43 hi = _mm_and_si128(hi, _mm_cmpgt_epi32(hi, C0));
83 __m128i c0, c2, c4, c6, c8; local
90 c0 = _mm_shuffle_epi32(x, 0x00);
113 o0 = _mm_madd_epi16(_mm_unpacklo_epi16(p0, p1), c0);
114 o1 = _mm_madd_epi16(_mm_unpacklo_epi16(p1, p2), c0);
151 __m128i c0, c1, c2, c3; local
157 c0 = _mm_loadl_epi64((const __m128i *)(coef+0));
159 c0 = _mm_unpacklo_epi16(c0, c1)
207 __m128i c0, c1, c2, c3; local
259 __m128i c0, c1, c2, c3; local
414 __m128i c0, c1, c2, c3, c4; local
476 __m128i c0, c1, c2, c3, c4; local
538 __m128i c0, c1, c2, c3, c4; local
600 __m128i c0, c2, c4, c6, c8, c10, c12; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 107 float c0 = line2[0]; local
115 float t4 = c0 - d0;
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp 2228 RuleBasedCollator* c0 = (RuleBasedCollator*)Collator::createInstance(status); local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession_unittest.cc 907 cricket::Candidate c0 = observer_.mline_0_candidates_[i]; local
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jquant2.c 104 * pointer corresponds to a C0 value (typically 2^5 = 32 pointers) and
303 int c0,c1,c2; local
313 for (c0 = c0min; c0 <= c0max; c0++)
315 histp = & histogram[c0][c1][c2min];
318 boxp->c0min = c0min = c0;
324 for (c0 = c0max; c0 >= c0min; c0--
412 int c0,c1,c2,cmax; local
491 int c0,c1,c2; local
907 register int c0, c1, c2; local
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
enc_neon.c 86 // a0 a1 a2 a3 | b0 b1 b2 b3 => a0 b0 c0 d0 | a1 b1 c1 d1
87 // c0 c1 c2 c3 | d0 d1 d2 d3 a2 b2 c2 d2 | a3 b3 c3 d3
88 const int16x8x2_t tmp0 = vzipq_s16(in0, in1); // a0 c0 a1 c1 a2 c2 ...
99 // C0 = kC1 * in4 | kC1 * in12
101 const int16x8_t C0 = vsraq_n_s16(B1, vqdmulhq_n_s16(B1, kC1), 1);
109 const int16x4_t c = vqsub_s16(vget_low_s16(C1), vget_high_s16(C0));
110 const int16x4_t d = vqadd_s16(vget_low_s16(C0), vget_high_s16(C1));
993 const uint16x8_t c0 = vcombine_u16(vshrn_n_u32(m2, 16), local
    [all...]
enc_sse2.c 426 const __m128i c0 = _mm_add_epi16(a01_plus_7, a11); local
428 const __m128i d0 = _mm_srai_epi16(c0, 4);
938 const __m128i c0 = _mm_loadu_si128((const __m128i*)coeffs); local
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt_encoder.c 1363 int c0 = toOpus(compressed[0]); local
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkColorPriv.h 106 unsigned c0 = (c >> SK_R32_SHIFT) & 0xFF; local
108 return (c & ~kRBMask) | (c0 << SK_B32_SHIFT) | (c1 << SK_R32_SHIFT);
    [all...]
  /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/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...]
  /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/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsopt.c 832 cmsS15Fixed16Number c0, c1, c2, c3, Rest; local
860 c0 = DENS(X0, Y0, Z0);
864 c1 = DENS(X1, Y0, Z0) - c0;
871 c1 = DENS(X1, Y0, Z0) - c0;
880 c3 = DENS(X0, Y0, Z1) - c0;
886 c2 = DENS(X0, Y1, Z0) - c0;
893 c2 = DENS(X0, Y1, Z0) - c0;
901 c3 = DENS(X0, Y0, Z1) - c0;
909 Output[OutChan] = (cmsUInt16Number)c0 + ((Rest + (Rest>>16))>>16);
    [all...]
  /external/qemu/distrib/jpeg-6b/
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...]

Completed in 1250 milliseconds

1 2 3 45 6 7