/external/deqp/framework/common/ |
tcuTexLookupVerifier.cpp | 250 const Vec4& c1, 257 const Vec4 i0 = c0*(1.0f - fBounds[0]) + c1*fBounds[0]; 258 const Vec4 i1 = c0*(1.0f - fBounds[1]) + c1*fBounds[1]; 306 const Vec4 c1 = quad.p01*(1.0f - a) + quad.p11*a; local 308 if (isLinearRangeValid(prec, c0, c1, yBounds, result)) 342 const Vec4 c1 = quad1.p00*(1.0f-a)*(1.0f-b) + quad1.p10*a*(1.0f-b) + quad1.p01*(1.0f-a)*b + quad1.p11*a*b; local 344 if (isLinearRangeValid(prec, c0, c1, zBounds, result)) 379 const Vec4 c1 = line1.p0*(1.0f-a1) + line1.p1*a1; local 381 if (isLinearRangeValid(prec, c0, c1, zBounds, result)) 430 const Vec4 c1 = quad1.p00*(1.0f-a1)*(1.0f-b1) + quad1.p10*a1*(1.0f-b1) + quad1.p01*(1.0f-a1)*b1 + quad1.p11*a1*b (…) local 504 const float c1 = de::min(z1, zBounds1.y()); local 822 const Vec4 c1 = lookup<float>(level1, sampler, wrap(sampler.wrapS, i1, w1), coordY, 0); local 870 const Vec4 c1 = lookup<float>(level1, sampler, wrap(sampler.wrapS, i1, w1), wrap(sampler.wrapT, j1, h1), coordZ); local 931 const Vec4 c1 = lookup<float>(level1, sampler, wrap(sampler.wrapS, i1, w1), wrap(sampler.wrapT, j1, h1), wrap(sampler.wrapR, k1, d1)); local [all...] |
/external/deqp/modules/gles2/functional/ |
es2fClippingTests.cpp | 597 tcu::Vec4 c1; member in struct:deqp::gles2::Functional::__anon16929::LineRenderTestCase::ColoredLineData 719 r.c1 = tcu::Vec4(1, 1, 1, 1); 845 tcu::Vec4 c1; member in struct:deqp::gles2::Functional::__anon16929::TriangleCaseBase::TriangleData 1117 tcu::Vec4 c1; member in struct:deqp::gles2::Functional::__anon16929::TriangleFillTest::FillTriangle [all...] |
/external/deqp/modules/gles3/functional/ |
es3fClippingTests.cpp | 600 tcu::Vec4 c1; member in struct:deqp::gles3::Functional::__anon17058::LineRenderTestCase::ColoredLineData 722 r.c1 = tcu::Vec4(1, 1, 1, 1); 849 tcu::Vec4 c1; member in struct:deqp::gles3::Functional::__anon17058::TriangleCaseBase::TriangleData 1121 tcu::Vec4 c1; 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 328 c1.x(), c1.y(), c1.z(), c1.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 | 1482 int32 c1 = GetJpegChar (); local 1488 getBuffer = (getBuffer << 8) | c1; 3214 int c1 = -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 | 1021 char c1 = *s1++; local 1023 if (ASCII_a <= c1 && c1 <= ASCII_z) 1024 c1 += ASCII_A - ASCII_a; 1027 if (c1 != c2) 1029 if (!c1) [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationAPITest.java | 1444 RuleBasedCollator c1 = (RuleBasedCollator)Collator.getInstance(); local [all...] |
CollationTest.java | 458 int c1 = ci.nextCodePoint(); local 460 if (c1 != c2) { 461 errln(name + ".nextCodePoint(to limit, 1st pass) = U+" + Utility.hex(c1) 462 + " != U+" + Utility.hex(c1) + " at " + cpi.getIndex()); 465 if (c1 < 0) { 472 int c1 = ci.previousCodePoint(); local 474 if (c1 != c2) { 475 errln(name + ".previousCodePoint() = U+" + Utility.hex(c1) + 483 int c1 = ci.nextCodePoint(); local 485 if (c1 != c2) 497 int c1 = ci.previousCodePoint(); local [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; 209 /* p0 = p1;*/ c0 = c1; 210 p1 = p2; c1 = c2; 230 if (c1==0x0D && c2==0x0A && p1==(p2-1)) { 235 if (fControlSet.contains(c1) || 236 c1 == 0x0D || 237 c1 == 0x0A) { 251 if (fLSet.contains(c1) && 260 if ((fLVSet.contains(c1) || fVSet.contains(c1)) & 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/intltest/ |
apicoll.cpp | 2307 RuleBasedCollator* c1 = (RuleBasedCollator*)Collator::createInstance(status); local [all...] |
numrgts.cpp | 570 UChar c1[] = { local 573 UnicodeString cc1(c1, 10, 10); [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationAPITest.java | 1443 RuleBasedCollator c1 = (RuleBasedCollator)Collator.getInstance(); local [all...] |
CollationTest.java | 457 int c1 = ci.nextCodePoint(); local 459 if (c1 != c2) { 460 errln(name + ".nextCodePoint(to limit, 1st pass) = U+" + Utility.hex(c1) 461 + " != U+" + Utility.hex(c1) + " at " + cpi.getIndex()); 464 if (c1 < 0) { 471 int c1 = ci.previousCodePoint(); local 473 if (c1 != c2) { 474 errln(name + ".previousCodePoint() = U+" + Utility.hex(c1) + 482 int c1 = ci.nextCodePoint(); local 484 if (c1 != c2) 496 int c1 = ci.previousCodePoint(); local [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; 208 /* p0 = p1;*/ c0 = c1; 209 p1 = p2; c1 = c2; 229 if (c1==0x0D && c2==0x0A && p1==(p2-1)) { 234 if (fControlSet.contains(c1) || 235 c1 == 0x0D || 236 c1 == 0x0A) { 250 if (fLSet.contains(c1) && 259 if ((fLVSet.contains(c1) || fVSet.contains(c1)) & 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/libcxx/src/ |
locale.cpp | 1894 uint8_t c1 = *frm_nxt; local 2015 uint8_t c1 = *frm_nxt; local 2135 uint8_t c1 = *frm_nxt; local 2292 uint8_t c1 = static_cast<uint8_t>(*frm_nxt); local 2405 uint8_t c1 = static_cast<uint8_t>(*frm_nxt); local 2550 uint8_t c1 = static_cast<uint8_t>(*frm_nxt); local 2630 uint8_t c1 = static_cast<uint8_t>(*frm_nxt); local 2744 uint16_t c1 = static_cast<uint16_t>(frm_nxt[0] << 8 | frm_nxt[1]); local 2788 uint16_t c1 = static_cast<uint16_t>(frm_nxt[0] << 8 | frm_nxt[1]); local 2876 uint16_t c1 = static_cast<uint16_t>(frm_nxt[1] << 8 | frm_nxt[0]); local 2920 uint16_t c1 = static_cast<uint16_t>(frm_nxt[1] << 8 | frm_nxt[0]); local 2991 uint16_t c1 = static_cast<uint16_t>(frm_nxt[0] << 8 | frm_nxt[1]); local 3014 uint16_t c1 = static_cast<uint16_t>(frm_nxt[0] << 8 | frm_nxt[1]); local 3065 uint16_t c1 = static_cast<uint16_t>(frm_nxt[1] << 8 | frm_nxt[0]); local 3089 uint16_t c1 = static_cast<uint16_t>(frm_nxt[1] << 8 | frm_nxt[0]); local [all...] |
/external/libjpeg-turbo/ |
jquant2.c | 299 int c0,c1,c2; local 310 for (c1 = c1min; c1 <= c1max; c1++) { 311 histp = & histogram[c0][c1][c2min]; 321 for (c1 = c1min; c1 <= c1max; c1++) { 322 histp = & histogram[c0][c1][c2min]; 331 for (c1 = c1min; c1 <= c1max; c1++ 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 | 3088 unsigned char c1; local [all...] |
/external/libxml2/include/libxml/ |
tree.h | 310 struct _xmlElementContent *c1; /* first child */ member in struct:_xmlElementContent [all...] |
/external/libxml2/os400/iconv/bldcsndfa/ |
bldcsndfa.c | 420 int c1; local 426 c1 = *cp; 428 if (c1 != c2) { 429 if (isupper(c1)) 430 c1 = tolower(c1); 436 if (c1 != c2) 440 c1 = *cp; 442 while (c1 == ' ' || c1 == '\t' [all...] |
/external/llvm/unittests/IR/ |
MetadataTest.cpp | 188 Metadata *const c1 = n1; local 189 MDNode *n2 = MDNode::get(Context, c1); 193 MDNode *n5 = MDNode::getIfExists(Context, c1); [all...] |
/external/llvm/unittests/Support/ |
YAMLIOTest.cpp | 638 Colors c1; member in struct:ColorMap 660 io.mapRequired("c1", c.c1); 678 "c1: blue\n" 686 EXPECT_EQ(cBlue, map.c1); [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
stroker.c | 360 VGfloat a1, a2, b1, b2, c1, c2; /* Coefficients of line eqns */ local 365 c1 = x2 * y1 - x1 * y2; 367 r3 = a1 * x3 + b1 * y3 + c1; 368 r4 = a1 * x4 + b1 * y4 + c1; [all...] |
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/ |
ResponseCacheTest.java | 265 HttpsURLConnection c1 = (HttpsURLConnection) openConnection(server.getUrl("/")); local 266 c1.setSSLSocketFactory(sslContext.getSocketFactory()); 267 c1.setHostnameVerifier(hostnameVerifier); 268 assertEquals("ABC", readAscii(c1)); 271 String suite = c1.getCipherSuite(); 272 List<Certificate> localCerts = toListOrNull(c1.getLocalCertificates()); 273 List<Certificate> serverCerts = toListOrNull(c1.getServerCertificates()); 274 Principal peerPrincipal = c1.getPeerPrincipal(); 275 Principal localPrincipal = c1.getLocalPrincipal(); [all...] |