HomeSort by relevance Sort by last modified time
    Searched defs:c2 (Results 726 - 750 of 1527) sorted by null

<<21222324252627282930>>

  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 851 tcu::Vec4 c2; member in struct:deqp::gles3::Functional::__anon17058::TriangleCaseBase::TriangleData
1123 tcu::Vec4 c2; member in struct:deqp::gles3::Functional::__anon17058::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
329 c2.x(), c2.y(), c2.z(), c2.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 1059 int32 c2 = GetJpegChar (); local
1061 if ((c != 0xFF) || (c2 != M_SOI))
1483 int32 c2 = GetJpegChar (); local
1487 getBuffer = (getBuffer << 8) | c2;
1511 int32 c2 = GetJpegChar (); local
1513 if (c2 != 0)
3232 int c2 = -1; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-launcher.jar 
  /external/expat/lib/
xmltok.c 1022 char c2 = *s2++; local
1025 if (ASCII_a <= c2 && c2 <= ASCII_z)
1026 c2 += ASCII_A - ASCII_a;
1027 if (c1 != c2)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationAPITest.java 1451 RuleBasedCollator c2 = (RuleBasedCollator)c1.clone(); local
    [all...]
CollationTest.java 459 int c2 = cpi.next(); local
460 if (c1 != c2) {
473 int c2 = cpi.previous(); local
474 if (c1 != c2) {
476 " != U+" + Utility.hex(c2) + " at " + cpi.getIndex());
484 int c2 = cpi.next(); local
485 if (c1 != c2) {
487 + " != U+" + Utility.hex(c2) + " at " + cpi.getIndex());
498 int c2 = cpi.previous(); local
499 if (c1 != c2) {
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterTest.java 532 int start, end, c2, c3; local
536 c2=UCharacter.getMirror(start);
537 c3=UCharacter.getMirror(c2);
539 errln("getMirror() does not roundtrip: U+"+hex(start)+"->U+"+hex(c2)+"->U+"+hex(c3));
547 if(c3!=c2) {
548 errln("u_getBidiPairedBracket(U+"+hex(start)+") != U+"+hex(c2)+" = bmg(c)'");
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBITestMonkey.java 195 int c0, c1, c2, c3; // The code points at p0, p1, p2 & p3. local
204 c0 = c1 = c2 = cBase = 0;
210 p1 = p2; c1 = c2;
211 p2 = p3; c2 = c3;
230 if (c1==0x0D && c2==0x0A && p1==(p2-1)) {
243 if (fControlSet.contains(c2) ||
244 c2 == 0x0D ||
245 c2 == 0x0A) {
252 (fLSet.contains(c2) ||
253 fVSet.contains(c2) ||
471 int c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
1539 int c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c 1980 UChar32 start, end, c2, c3; local
3357 UChar32 c2; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 2319 RuleBasedCollator* c2 = (RuleBasedCollator*)c1->clone(); local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationAPITest.java 1450 RuleBasedCollator c2 = (RuleBasedCollator)c1.clone(); local
    [all...]
CollationTest.java 458 int c2 = cpi.next(); local
459 if (c1 != c2) {
472 int c2 = cpi.previous(); local
473 if (c1 != c2) {
475 " != U+" + Utility.hex(c2) + " at " + cpi.getIndex());
483 int c2 = cpi.next(); local
484 if (c1 != c2) {
486 + " != U+" + Utility.hex(c2) + " at " + cpi.getIndex());
497 int c2 = cpi.previous(); local
498 if (c1 != c2) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java 531 int start, end, c2, c3; local
535 c2=UCharacter.getMirror(start);
536 c3=UCharacter.getMirror(c2);
538 errln("getMirror() does not roundtrip: U+"+hex(start)+"->U+"+hex(c2)+"->U+"+hex(c3));
546 if(c3!=c2) {
547 errln("u_getBidiPairedBracket(U+"+hex(start)+") != U+"+hex(c2)+" = bmg(c)'");
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITestMonkey.java 194 int c0, c1, c2, c3; // The code points at p0, p1, p2 & p3. local
203 c0 = c1 = c2 = cBase = 0;
209 p1 = p2; c1 = c2;
210 p2 = p3; c2 = c3;
229 if (c1==0x0D && c2==0x0A && p1==(p2-1)) {
242 if (fControlSet.contains(c2) ||
243 c2 == 0x0D ||
244 c2 == 0x0A) {
251 (fLSet.contains(c2) ||
252 fVSet.contains(c2) ||
470 int c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
1538 int c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
    [all...]
  /external/iptables/libiptc/
libiptc.c 610 struct chain_head *c2; local
628 c2 = list_entry(next, struct chain_head, list);
629 iptcc_bsearch_chain_index(c2->name, &idx2, h);
636 idx, c2->name);
637 h->chain_index[idx]=c2;
    [all...]
  /external/libcxx/src/
locale.cpp 2159 uint8_t c2 = frm_nxt[1]; local
2186 uint8_t c2 = frm_nxt[1]; local
2428 uint8_t c2 = frm_nxt[1]; local
2455 uint8_t c2 = frm_nxt[1]; local
2653 uint8_t c2 = frm_nxt[1]; local
2801 uint16_t c2 = static_cast<uint16_t>(frm_nxt[2] << 8 | frm_nxt[3]); local
2933 uint16_t c2 = static_cast<uint16_t>(frm_nxt[3] << 8 | frm_nxt[2]); local
    [all...]
  /external/libjpeg-turbo/
jquant2.c 299 int c0,c1,c2; local
312 for (c2 = c2min; c2 <= c2max; c2++)
323 for (c2 = c2min; c2 <= c2max; c2++)
334 for (c2 = c2min; c2 <= c2max; c2++
408 int c0,c1,c2,cmax; local
487 int c0,c1,c2; local
903 register int c0, c1, c2; local
    [all...]
  /external/libmtp/src/
ptp-pack.c 1188 uint32_t l, s1, c1, s2 = 0, c2 = 0; local
    [all...]
  /external/libxml2/
encoding.c 3089 unsigned char c2; local
    [all...]
  /external/libxml2/include/libxml/
tree.h 311 struct _xmlElementContent *c2; /* second child */ member in struct:_xmlElementContent
    [all...]
  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 421 int c2; local
425 for (cp = *cpp; c2 = *s++; cp++) {
428 if (c1 != c2) {
432 if (isupper(c2))
433 c2 = tolower(c2);
436 if (c1 != c2)
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp 190 Metadata *const c2 = n2; local
194 MDNode *n6 = MDNode::getIfExists(Context, c2);
    [all...]
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 639 Colors c2; member in struct:ColorMap
661 io.mapRequired("c2", c.c2);
679 "c2: red\n"
687 EXPECT_EQ(cRed, map.c2);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
stroker.c 360 VGfloat a1, a2, b1, b2, c1, c2; /* Coefficients of line eqns */ local
375 c2 = x4 * y3 - x3 * y4;
377 r1 = a2 * x1 + b2 * y1 + c2;
378 r2 = a2 * x2 + b2 * y2 + c2;
    [all...]

Completed in 2696 milliseconds

<<21222324252627282930>>