/external/skia/src/gpu/batches/ |
GrAAHairLinePathRenderer.cpp | 47 // If a,b,c are the original control points then the poly a0,b0,c0,c1,a1 52 // a0 c0 55 // Each is drawn as three triangles ((a0,a1,b0), (b0,c1,c0), (a1,c1,b0)) 469 // | a0 c0 472 // edges a0->b0 and b0->c0 are parallel to original edges a->b and b->c, 477 BezierVertex& c0 = verts[3]; local 509 c0.fPos = c; 510 c0.fPos += cbN; 514 intersect_lines(a0.fPos, abN, c0.fPos, cbN, &b0.fPos); [all...] |
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/ |
UberColorPickerDialog.java | 659 int c0 = colors[i]; local 661 int a = ave(Color.alpha(c0), Color.alpha(c1), p); 662 int r = ave(Color.red(c0), Color.red(c1), p); 663 int g = ave(Color.green(c0), Color.green(c1), p); 664 int b = ave(Color.blue(c0), Color.blue(c1), p);
|
/external/v8/src/regexp/ |
regexp-parser.cc | 49 uc32 c0 = in()->Get(position); local 53 unibrow::Utf16::IsLeadSurrogate(static_cast<uc16>(c0))) { 56 c0 = unibrow::Utf16::CombineSurrogatePair(static_cast<uc16>(c0), c1); 61 return c0; [all...] |
/external/v8/test/unittests/compiler/ |
scheduler-unittest.cc | 599 Node* c0 = graph()->NewNode(common()->IfValue(0), sw); local 605 Node* m = graph()->NewNode(common()->Merge(3), c0, c1, d); 623 Node* c0 = graph()->NewNode(common()->IfValue(0), sw); local 629 Node* m = graph()->NewNode(common()->Merge(3), c0, c1, d);
|
/external/webp/src/dsp/ |
lossless_sse2.c | 24 static WEBP_INLINE uint32_t ClampedAddSubtractFull(uint32_t c0, uint32_t c1, 27 const __m128i C0 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(c0), zero); 30 const __m128i V1 = _mm_add_epi16(C0, C1); 37 static WEBP_INLINE uint32_t ClampedAddSubtractHalf(uint32_t c0, uint32_t c1, 40 const __m128i C0 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(c0), zero); 43 const __m128i avg = _mm_add_epi16(C1, C0); 60 const __m128i C0 = _mm_cvtsi32_si128(c); 61 const __m128i AC0 = _mm_subs_epu8(A0, C0); 328 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.cpp | 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 601 __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/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
IBMCalendarTest.java | 859 GregorianCalendar c0 = new GregorianCalendar(); local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
IBMCalendarTest.java | 855 GregorianCalendar c0 = new GregorianCalendar(); local [all...] |
/art/compiler/optimizing/ |
bounds_check_elimination.cc | 1019 int32_t c0 = right_const; variable [all...] |
/external/ImageMagick/MagickCore/ |
resize.c | 454 const double c0 = 0.173610016489197553621906385078711564924e-2L; 463 c0+xx*(c1+xx*(c2+xx*(c3+xx*(c4+xx*(c5+xx*(c6+xx*c7)))))); 469 const double c0 = 0.173611107357320220183368594093166520811e-2L; 480 c0+xx*(c1+xx*(c2+xx*(c3+xx*(c4+xx*(c5+xx*(c6+xx*(c7+xx*(c8+xx*c9)))))))); 486 const double c0 = 0.173611111110910715186413700076827593074e-2L; 495 c0+xx*(c1+xx*(c2+xx*(c3+xx*(c4+xx*(c5+xx*(c6+xx*c7)))))); 450 const double c0 = 0.173610016489197553621906385078711564924e-2L; local [all...] |
/external/ImageMagick/coders/ |
dds.c | 901 static void CalculateColors(unsigned short c0, unsigned short c1, 906 c->r[0] = (unsigned char) C565_red(c0); 907 c->g[0] = (unsigned char) C565_green(c0); 908 c->b[0] = (unsigned char) C565_blue(c0); 914 if (ignoreAlpha != MagickFalse || c0 > c1) 1889 c0, local 1965 c0, local 2053 c0, local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
LongArray.java | 902 long[] c0 = new long[cLen]; local 1034 long[] c0 = new long[cLen]; local 1166 long[] c0 = new long[cLen]; local 1390 long[] c0 = new long[cLen]; local [all...] |
/external/deqp/framework/common/ |
tcuTexLookupVerifier.cpp | 249 const Vec4& c0, 257 const Vec4 i0 = c0*(1.0f - fBounds[0]) + c1*fBounds[0]; 258 const Vec4 i1 = c0*(1.0f - fBounds[1]) + c1*fBounds[1]; 305 const Vec4 c0 = quad.p00*(1.0f - a) + quad.p10*a; local 308 if (isLinearRangeValid(prec, c0, c1, yBounds, result)) 341 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 344 if (isLinearRangeValid(prec, c0, c1, zBounds, result)) 374 const Vec4 c0 = line0.p0*(1.0f-a0) + line0.p1*a0; local 381 if (isLinearRangeValid(prec, c0, c1, zBounds, result)) 422 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 490 const float c0 = de::min(z0, zBounds0.y()); local 821 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), coordY, 0); local 869 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), coordZ); local 930 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 | 595 tcu::Vec4 c0; member in struct:deqp::gles2::Functional::__anon9273::LineRenderTestCase::ColoredLineData 692 ctx.vertexAttribPointer (colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_lines[0].c0); 717 r.c0 = tcu::Vec4(1, 1, 1, 1); 843 tcu::Vec4 c0; member in struct:deqp::gles2::Functional::__anon9273::TriangleCaseBase::TriangleData 1115 tcu::Vec4 c0; member in struct:deqp::gles2::Functional::__anon9273::TriangleFillTest::FillTriangle [all...] |
/external/deqp/modules/gles3/functional/ |
es3fClippingTests.cpp | 598 tcu::Vec4 c0; member in struct:deqp::gles3::Functional::__anon9402::LineRenderTestCase::ColoredLineData 695 ctx.vertexAttribPointer (colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_lines[0].c0); 720 r.c0 = tcu::Vec4(1, 1, 1, 1); 847 tcu::Vec4 c0; member in struct:deqp::gles3::Functional::__anon9402::TriangleCaseBase::TriangleData 1119 tcu::Vec4 c0; member in struct:deqp::gles3::Functional::__anon9402::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; 317 void MultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const 327 c0.x(), c0.y(), c0.z(), c0.w(), 347 void MultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const 352 c0, c1, c2) local [all...] |
/external/dng_sdk/source/ |
dng_lossless_jpeg.cpp | 1481 int32 c0 = GetJpegChar (); local 1489 getBuffer = (getBuffer << 8) | c0; [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
TimeZoneNamesImpl.java | 622 char c0 = key.charAt(0); local 624 if (c0 == 'l') { 628 } else if (c0 == 's') { 632 } else if (c0 == 'e' && c1 == 'c') { [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationAPITest.java | 1343 RuleBasedCollator c0 = (RuleBasedCollator)Collator.getInstance(); local [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
RBBITestMonkey.java | 365 int c0, c1, c2, c3; // The code points at p0, p1, p2 & p3. local 373 c0 = c1 = c2 = 0; 380 /*p0 = p1;*/ c0 = c1; 440 if ((fALetterSet.contains(c0) || fHebrew_LetterSet.contains(c0)) && 457 if (fHebrew_LetterSet.contains(c0) && fDouble_QuoteSet.contains(c1) && fHebrew_LetterSet.contains(c2)) { 480 if (fNumericSet.contains(c0) && 1367 int c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local [all...] |
/external/icu/icu4c/source/test/intltest/ |
apicoll.cpp | 2294 RuleBasedCollator* c0 = (RuleBasedCollator*)Collator::createInstance(status); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
TimeZoneNamesImpl.java | 620 char c0 = key.charAt(0); local 622 if (c0 == 'l') { 626 } else if (c0 == 's') { 630 } else if (c0 == 'e' && c1 == 'c') { [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationAPITest.java | 1339 RuleBasedCollator c0 = (RuleBasedCollator)Collator.getInstance(); local [all...] |