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

1 2 34 5 6 7

  /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] -
  /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_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/chromium_org/v8/src/
json-parser.h 111 uint8_t c0 = input_chars[i]; local
112 if (c0 != expected_chars[i] ||
113 c0 == '"' || c0 < 0x20 || c0 == '\\') {
696 uc32 c0 = c0_; local
698 if (c0 == '\\') {
699 c0_ = c0;
706 if (c0 < 0x20) return Handle<String>::null();
707 if (static_cast<uint32_t>(c0) >
    [all...]
  /external/clang/test/Sema/
designated-initializers.c 199 char c0; variable
218 .double_ptr = &d0, &c0,
220 &c0,
  /external/deqp/modules/gles31/functional/
es31fMultisampleTests.cpp 172 void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
174 void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
176 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;
293 void DefaultFBOMultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const
303 c0.x(), c0.y(), c0.z(), c0.w(),
342 void DefaultFBOMultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const
347 c0, c1, c2) local
    [all...]
  /external/eigen/Eigen/src/SparseQR/
SparseQR.h 457 Scalar c0 = nzcolQ ? tval(Qidx(0)) : Scalar(0); local
462 if(sqrNorm == RealScalar(0) && numext::imag(c0) == RealScalar(0))
465 beta = numext::real(c0);
471 beta = sqrt(numext::abs2(c0) + sqrNorm);
472 if(numext::real(c0) >= RealScalar(0))
476 tval(Qidx(itq)) /= (c0 - beta);
477 tau = numext::conj((beta-c0) / beta);
  /external/icu/icu4c/source/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/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 );
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsintrp.c 601 cmsFloat32Number c0, c1=0, c2=0, c3=0; local
629 c0 = DENS(X0, Y0, Z0);
633 c1 = DENS(X1, Y0, Z0) - c0;
641 c1 = DENS(X1, Y0, Z0) - c0;
651 c3 = DENS(X0, Y0, Z1) - c0;
658 c2 = DENS(X0, Y1, Z0) - c0;
666 c2 = DENS(X0, Y1, Z0) - c0;
675 c3 = DENS(X0, Y0, Z1) - c0;
682 Output[OutChan] = c0 + c1 * rx + c2 * ry + c3 * rz;
701 cmsS15Fixed16Number c0, c1, c2, c3, Rest local
840 cmsS15Fixed16Number c0, c1, c2, c3, Rest; local
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 742 int c0, m0, y0, k0, c1, m1, y1, k1; local
    [all...]
  /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/av/services/audioflinger/
AudioResamplerSinc.cpp 844 int32_t c0 = coefs[0]; 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 253 Callback<int(void)> c0 = Bind(&Sum, 32, 16, 8, 4, 2, 1); local
254 EXPECT_EQ(63, c0.Run());
295 Callback<int(void)> c0 = Bind(c1, 1); local
296 EXPECT_EQ(63, c0.Run());
  /external/chromium_org/third_party/libwebp/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...]
  /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 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/chromium_org/v8/test/cctest/
test-parsing.cc 554 int32_t c0 = ascii_source[i]; local
559 CHECK_EQ(c0, c1);
560 CHECK_EQ(c0, c2);
561 CHECK_EQ(c0, c3);
568 int32_t c0 = ascii_source[i - 1]; local
572 uc16_stream.PushBack(c0);
573 string_stream.PushBack(c0);
574 utf8_stream.PushBack(c0);
586 CHECK_EQ(c0, c1);
587 CHECK_EQ(c0, c2)
611 int32_t c0 = ascii_source[i]; local
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 406 constexpr char c0 = "nought index"[0]; member in namespace:StringLiteral
    [all...]
  /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 1528 char c0; local
    [all...]

Completed in 1902 milliseconds

1 2 34 5 6 7