/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...] |
/external/icu/icu4c/source/common/ |
unames.cpp | 1526 char c0; local [all...] |
/external/libchrome/base/ |
bind_unittest.cc | 264 Callback<int()> c0 = Bind(&Sum, 32, 16, 8, 4, 2, 1); local 265 EXPECT_EQ(63, c0.Run()); 306 Callback<int()> c0 = Bind(c1, 1); local 307 EXPECT_EQ(63, c0.Run());
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
btMatrix3x3.h | 1184 __m128 c0 = bt_splat_ps( vv, 0); local 1228 __m128 c0 = bt_splat_ps( m10, 0); local 1323 __m128 c0, c1, c2; local [all...] |
/external/libvncserver/libvncserver/ |
tight.c | 1130 uint8_t c0, c1; local [all...] |
/external/libweave/third_party/chromium/base/ |
bind_unittest.cc | 265 Callback<int()> c0 = Bind(&Sum, 32, 16, 8, 4, 2, 1); local 266 EXPECT_EQ(63, c0.Run()); 307 Callback<int()> c0 = Bind(c1, 1); local 308 EXPECT_EQ(63, c0.Run());
|
/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/opencv3/3rdparty/openexr/Imath/ |
ImathMatrix.h | 288 const int c0, const int c1) const; 662 const int c0, const int c1, const int c2) const; 1667 int c0 = 0 + (c < 1 ? 1 : 0); local 2905 int c0 = 0 + (c < 1 ? 1 : 0); local [all...] |
/external/opencv3/modules/hal/include/opencv2/hal/ |
intrin_sse.hpp | 603 __m128i c0 = _mm_mul_epu32(a.val, b.val); local 605 __m128i d0 = _mm_unpacklo_epi32(c0, c1); 606 __m128i d1 = _mm_unpackhi_epi32(c0, c1); 611 __m128i c0 = _mm_mul_epu32(a.val, b.val); local 613 __m128i d0 = _mm_unpacklo_epi32(c0, c1); 614 __m128i d1 = _mm_unpackhi_epi32(c0, c1); 649 __m128i c0 = _mm_mul_epu32(a.val, b.val); local 651 c.val = _mm_unpacklo_epi64(c0, c1); 652 d.val = _mm_unpackhi_epi64(c0, c1); 1340 __m128i c0 = _mm_unpacklo_epi8(c.val, z); local 1410 __m128i c0 = _mm_unpacklo_epi16(c.val, z); local [all...] |
/external/opencv3/modules/imgproc/src/ |
subdivision2d.cpp | 553 double c0 = -0.5*(a0 * (dst0.x + org0.x) + b0 * (dst0.y + org0.y)); local 564 return Point2f((float) ((b0 * c1 - b1 * c0) * det), 565 (float) ((a1 * c0 - a0 * c1) * det));
|
/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 | 660 int c0 = colors[i]; local 662 int a = ave(Color.alpha(c0), Color.alpha(c1), p); 663 int r = ave(Color.red(c0), Color.red(c1), p); 664 int g = ave(Color.green(c0), Color.green(c1), p); 665 int b = ave(Color.blue(c0), Color.blue(c1), p);
|
/external/v8/test/unittests/compiler/ |
scheduler-unittest.cc | 1100 Node* c0 = graph()->NewNode(common()->IfValue(0), sw); local 1124 Node* c0 = graph()->NewNode(common()->IfValue(0), sw); local [all...] |
/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;
|
/prebuilts/go/darwin-x86/test/ |
sinit.go | 171 var c0 = complex64(0) var 241 var copy_c0 = c0
|
/prebuilts/go/linux-x86/test/ |
sinit.go | 171 var c0 = complex64(0) var 241 var copy_c0 = c0
|
/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...] |