/external/llvm/lib/Support/ |
raw_ostream.cpp | 244 int c0 = buf[len - 1]; local 246 isdigit(static_cast<unsigned char>(c0))) { 249 buf[len - 2] = c0;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast_tri.c | 77 int c0 = c; local 78 int c1 = c0 + dcdy; 82 mask |= ((c0 + 0 * dcdx) >> 31) & (1 << 0); 83 mask |= ((c0 + 1 * dcdx) >> 31) & (1 << 1); 84 mask |= ((c0 + 2 * dcdx) >> 31) & (1 << 2); 85 mask |= ((c0 + 3 * dcdx) >> 31) & (1 << 3);
|
/external/skia/src/gpu/ |
GrPathUtils.cpp | 399 SkVector c0 = p[0]; local 400 c0 += ab; 404 SkScalar dSqd = sublevel > kMaxSubdivs ? 0 : c0.distanceToSqd(c1); 406 SkPoint cAvg = c0; 426 SkScalar d0Sqd = c0.distanceToSqd(cAvg);
|
/external/skia/tests/ |
MatrixTest.cpp | 486 SkScalar c0; local 487 SkScalar s0 = SkScalarSinCos(rotation0, &c0); 492 scaleX*c0*c1 - scaleY*s0*s1)); 494 -scaleX*s0*c1 - scaleY*c0*s1)); 496 scaleX*c0*s1 + scaleY*s0*c1)); 498 -scaleX*s0*s1 + scaleY*c0*c1)); 512 SkScalar c0; local 513 SkScalar s0 = SkScalarSinCos(rotation0, &c0); 517 scaleX*c0*c1 - scaleY*s0*s1)); 519 -scaleX*s0*c1 - scaleY*c0*s1)) [all...] |
/frameworks/base/core/tests/coretests/src/android/os/ |
AidlTest.java | 304 char[] c0 = new char[]{'a'}; local 307 char[] cr = mRemote.charArray(c0, c1, c2);
|
/frameworks/base/graphics/java/android/renderscript/ |
Matrix4f.java | 405 int c0 = (i+1) % 4; local 412 float minor = (mMat[c0 + 4*r0] * (mMat[c1 + 4*r1] * mMat[c2 + 4*r2] - 414 - (mMat[c0 + 4*r1] * (mMat[c1 + 4*r0] * mMat[c2 + 4*r2] - 416 + (mMat[c0 + 4*r2] * (mMat[c1 + 4*r0] * mMat[c2 + 4*r1] -
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Matrix4f.java | 405 int c0 = (i+1) % 4; local 412 float minor = (mMat[c0 + 4*r0] * (mMat[c1 + 4*r1] * mMat[c2 + 4*r2] - 414 - (mMat[c0 + 4*r1] * (mMat[c1 + 4*r0] * mMat[c2 + 4*r2] - 416 + (mMat[c0 + 4*r2] * (mMat[c1 + 4*r0] * mMat[c2 + 4*r1] -
|
/libcore/luni/src/test/java/tests/api/java/util/ |
CurrencyTest.java | 48 Currency c0 = Currency.getInstance("CAD"); local 52 c1 == c0); 56 c2 == c0); 60 c3 == c0); 62 c0 = Currency.getInstance("JPY"); 66 c1 == c0); 70 c2 == c0); 74 c3 == c0);
|
/packages/apps/Camera2/src/com/android/camera/crop/ |
BoundedRect.java | 188 float[] c0 = Arrays.copyOf(c, 2); local 189 m0.mapPoints(c0); 190 if (!CropMath.inclusiveContains(outer, c0[0], c0[1])) { 278 float[] c0 = Arrays.copyOf(c, 2); local 279 m0.mapPoints(c0); 280 if (!CropMath.inclusiveContains(outer, c0[0], c0[1])) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
BoundedRect.java | 190 float[] c0 = Arrays.copyOf(c, 2); local 191 m0.mapPoints(c0); 192 if (!CropMath.inclusiveContains(outer, c0[0], c0[1])) { 280 float[] c0 = Arrays.copyOf(c, 2); local 281 m0.mapPoints(c0); 282 if (!CropMath.inclusiveContains(outer, c0[0], c0[1])) {
|
/external/chromium/base/ |
bind_unittest.cc | 226 Callback<int(void)> c0 = Bind(&Sum, 32, 16, 8, 4, 2, 1); local 227 EXPECT_EQ(63, c0.Run());
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
bocu1tst.c | 58 * C0 control codes and space are encoded with their US-ASCII bytes. 59 * "prev" is reset for C0 controls but not for space. 77 /* adjust trail byte counts for the use of some C0 control byte values */ 131 * 12 commonly used C0 control codes (and space) are only used to encode 154 * The other 20 C0 controls are also encoded directly (to preserve order) 381 * ISO C0 control & space: 470 /* skip some C0 controls and make the trail byte range contiguous */ 550 * Direct-encoded C0 control code or space. 551 * Reset prev for C0 control codes but not for space. 629 * Unpack a packed BOCU-1 non-C0/space byte sequence and ge 947 static const UChar c0[]={ 1, 0xe40, 0x20, 9 }; variable [all...] |
/external/clang/test/Sema/ |
designated-initializers.c | 200 char c0; variable 219 .double_ptr = &d0, &c0, 221 &c0,
|
/external/icu4c/test/cintltst/ |
bocu1tst.c | 59 * C0 control codes and space are encoded with their US-ASCII bytes. 60 * "prev" is reset for C0 controls but not for space. 78 /* adjust trail byte counts for the use of some C0 control byte values */ 132 * 12 commonly used C0 control codes (and space) are only used to encode 155 * The other 20 C0 controls are also encoded directly (to preserve order) 382 * ISO C0 control & space: 471 /* skip some C0 controls and make the trail byte range contiguous */ 551 * Direct-encoded C0 control code or space. 552 * Reset prev for C0 control codes but not for space. 630 * Unpack a packed BOCU-1 non-C0/space byte sequence and ge 948 static const UChar c0[]={ 1, 0xe40, 0x20, 9 }; variable [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/ |
ShaderUtils.java | 153 float c0, c1, c2, c3; /* coefficients of the cubic. */
local 168 c0 = CR30 * knot[span + 0] + CR31 * knot[span + 1] + CR32 * knot[span + 2] + CR33 * knot[span + 3];
169 return ((c3 * x + c2) * x + c1) * x + c0;
|
/external/opencv/cv/src/ |
cvpyrsegmentation.cpp | 1042 float c0, c1, c2, c3, c4; local 1477 float c0 = cmp->c; local 1660 _CvRGBf c0 = cmp->c; local [all...] |
cvsegmentation.cpp | 338 #define cdiff(ofs0) (tab[c0-dptr[ofs0]+255] + \ 426 int c0 = dptr[0], c1 = dptr[1], c2 = dptr[2]; local 446 int c0, c1, c2; local 451 c0 = sptr[0], c1 = sptr[1], c2 = sptr[2]; 477 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 ) 483 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 ) 489 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 ) 495 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 ) 505 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 ) 526 tab[s0 - c0 + 255] + tab[s1 - c1 + 255] [all...] |
cvsubdivision2d.cpp | 662 double a0, b0, c0, a1, b1, c1; local 671 icvCreateCenterNormalLine( edge0, &a0, &b0, &c0 ); 674 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point ); 691 icvCreateCenterNormalLine( edge0, &a0, &b0, &c0 ); 694 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point );
|
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
deblock.cpp | 1090 int C0, c0, dif, AbsDelta, tmp, tmp1; local 1279 int C0, c0, dif, AbsDelta, Strng, tmp, tmp1; local 1496 int c0, dif; local 1586 int c0, dif; local [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
ModelInterpreter.java | 472 char c0; local 476 c0 = command.charAt(6); 482 success = mSimulatedCallState.onChld(c0, c1);
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
XPathParser.java | 337 char c0 = (lookbehind == null) ? '|' : lookbehind.charAt(0); local 339 isToken = (c0 == '|') ? false : (c0 == c); 374 char c0 = (lookbehind == null) ? '|' : lookbehind.charAt(0); local 376 hasToken = (c0 == '|') ? false : true; 2021 char c0 = m_tokenChar; local [all...] |
/external/chromium_org/base/ |
bind_unittest.cc | 257 Callback<int(void)> c0 = Bind(&Sum, 32, 16, 8, 4, 2, 1); local 258 EXPECT_EQ(63, c0.Run()); 299 Callback<int(void)> c0 = Bind(c1, 1); local 300 EXPECT_EQ(63, c0.Run());
|
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/src/gpu/ |
GrAAHairLinePathRenderer.cpp | 56 // If a,b,c are the original control points then the poly a0,b0,c0,c1,a1 61 // a0 c0 72 data[5 + baseIdx] = baseVert + 3; // c0 548 // | a0 c0 551 // edges a0->b0 and b0->c0 are parallel to original edges a->b and b->c, 556 BezierVertex& c0 = verts[3]; local 588 c0.fPos = c; 589 c0.fPos += cbN; 595 intersect_lines(a0.fPos, abN, c0.fPos, cbN, &b0.fPos); [all...] |
/external/chromium_org/v8/test/cctest/ |
test-parsing.cc | 466 int32_t c0 = ascii_source[i]; local 471 CHECK_EQ(c0, c1); 472 CHECK_EQ(c0, c2); 473 CHECK_EQ(c0, c3); 480 int32_t c0 = ascii_source[i - 1]; local 484 uc16_stream.PushBack(c0); 485 string_stream.PushBack(c0); 486 utf8_stream.PushBack(c0); 498 CHECK_EQ(c0, c1); 499 CHECK_EQ(c0, c2) 523 int32_t c0 = ascii_source[i]; local [all...] |