Searched defs:c1 (Results 501 - 525 of 649) sorted by relevance

<<212223242526

/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp601 tcu::Vec4 c1; member in struct:deqp::gles3::Functional::__anon19996::LineRenderTestCase::ColoredLineData
721 r.c1 = tcu::Vec4(1, 1, 1, 1);
833 tcu::Vec4 c1; member in struct:deqp::gles3::Functional::__anon19996::TriangleCaseBase::TriangleData
882 const std::string c1Properties = genColorString(m_polys[ndx].c1);
1105 tcu::Vec4 c1; member in struct:deqp::gles3::Functional::__anon19996::TriangleFillTest::FillTriangle
1186 triangle1.c1 = halfWhite;
1194 triangle2.c1 = halfRed;
1284 triangle.c1 = (tri % 2) ? halfWhite : halfWhite + oddSliceColor;
H A Des3fMultisampleTests.cpp211 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;
315 void MultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const argument
326 c1.x(), c1.y(), c1.z(), c1.w(),
345 void MultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const argument
350 c0, c1, c local
358 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 argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-launcher.jar ... io.UnsupportedEncodingException int i2 int i1 char c2 char c1 char c String uri java.io.ByteArrayOutputStream sb ...
/external/expat/lib/
H A Dxmltok.c926 char c1 = *s1++; local
928 if (ASCII_a <= c1 && c1 <= ASCII_z)
929 c1 += ASCII_A - ASCII_a;
932 if (c1 != c2)
934 if (!c1)
/external/fio/
H A Dgclient.c596 char *c1, *c2, *c3, *c4; local
611 c1 = fio_uint_to_kmg(o->min_bs[DDIR_READ]);
615 sprintf(tmp, "%s-%s/%s-%s", c1, c2, c3, c4);
616 free(c1);
H A Dinit.c1149 char *c1, *c2, *c3, *c4; local
1152 c1 = fio_uint_to_kmg(o->min_bs[DDIR_READ]);
1168 c1, c2, c3, c4);
1171 c1, c2, c3, c4, c5, c6);
1176 free(c1);
/external/gcc-demangle/
H A Dcp-demangle.c1589 char c1; local
1592 c1 = d_next_char (di);
1594 if (c1 == 'v' && IS_DIGIT (c2))
1596 else if (c1 == 'c' && c2 == 'v')
1617 if (c1 == p->code[0] && c2 == p->code[1])
1620 if (c1 < p->code[0] || (c1 == p->code[0] && c2 < p->code[1]))
/external/icu/icu4c/source/common/
H A Ducnv2022.cpp1539 _2022ToSJIS(uint8_t c1, uint8_t c2, char bytes[2]) { argument
1540 if(c1&1) {
1541 ++c1;
1556 c1 >>= 1;
1557 if(c1 <= 0x2f) {
1558 c1 += 0x70;
1559 } else if(c1 <= 0x3f) {
1560 c1 += 0xb0;
1562 c1 = 0; /* invalid */
1564 bytes[0] = (char)c1;
[all...]
H A Dunames.cpp1771 uint8_t c1, c2; local
1794 c1=(uint8_t)i;
1795 ds->swapInvChars(ds, &c1, 1, &c2, pErrorCode);
1803 map[c1]=c2;
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp2319 logln("\ninit c1");
2320 RuleBasedCollator* c1 = (RuleBasedCollator*)Collator::createInstance(status); local
2321 c1->setStrength(Collator::TERTIARY);
2322 UColAttributeValue val = c1->getAttribute(UCOL_CASE_FIRST, status);
2324 c1->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
2326 c1->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
2329 dump("c1", c1, status);
2332 RuleBasedCollator* c2 = (RuleBasedCollator*)c1->clone();
2344 dump("c1", c
[all...]
H A Dcollationtest.cpp387 UChar32 c1 = ci.nextCodePoint(errorCode); local
389 if(c1 != c2) {
391 name, (long)c1, (long)c2, cpi.getIndex());
394 if(c1 < 0) { break; }
399 UChar32 c1 = ci.previousCodePoint(errorCode); local
401 if(c1 != c2) {
403 name, (long)c1, (long)c2, cpi.getIndex());
410 UChar32 c1 = ci.nextCodePoint(errorCode); local
412 if(c1 != c2) {
414 name, (long)c1, (lon
422 UChar32 c1 = ci.previousCodePoint(errorCode); local
[all...]
H A Dnumrgts.cpp560 UChar c1[] = { local
563 UnicodeString cc1(c1, 10, 10);
/external/jpeg/
H A Djquant2.c320 int c0,c1,c2; local
331 for (c1 = c1min; c1 <= c1max; c1++) {
332 histp = & histogram[c0][c1][c2min];
342 for (c1 = c1min; c1 <= c1max; c1++) {
343 histp = & histogram[c0][c1][c2min];
352 for (c1
429 int c0,c1,c2,cmax; local
507 int c0,c1,c2; local
855 fill_inverse_cmap(j_decompress_ptr cinfo, int c0, int c1, int c2) argument
923 register int c0, c1, c2; local
[all...]
/external/libopus/src/
H A Dopus_encoder.c731 void downmix_float(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C) argument
738 sub[j] = PCM2VAL(x[(j+offset)*C+c1]);
766 void downmix_int(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C) argument
773 sub[j] = x[(j+offset)*C+c1];
927 const void *analysis_pcm, opus_int32 analysis_size, int c1, int c2, int analysis_channels, downmix_func downmix)
997 c1, c2, analysis_channels, st->Fs,
1380 NULL, 0, c1, c2, analysis_channels, downmix);
925 opus_encode_native(OpusEncoder *st, const opus_val16 *pcm, int frame_size, unsigned char *data, opus_int32 out_data_bytes, int lsb_depth, const void *analysis_pcm, opus_int32 analysis_size, int c1, int c2, int analysis_channels, downmix_func downmix) argument
/external/libxml2/
H A Dencoding.c3074 unsigned char c1; local
3082 c1 = *in++;
3083 if ((c1 & 0xC0) != 0x80) {
3084 /* not a trailing byte (c1) */
3096 c1 = c1 & 0x3F;
3099 d = xlattable [48 + c2 + xlattable [48 + c1 +
/external/libxml2/include/libxml/
H A Dtree.h309 struct _xmlElementContent *c1; /* first child */ member in struct:_xmlElementContent
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp440 Colors c1; member in struct:ColorMap
462 io.mapRequired("c1", c.c1);
480 "c1: blue\n"
488 EXPECT_EQ(cBlue, map.c1);
1223 "c1: blue\n"
/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp85 size_t c1 = a1.GetCapacity(); local
87 RINOZ_COMP(c1, c2);
88 for (size_t i = 0; i < c1; i++)
93 static int CompareCoders(const CCoderInfo &c1, const CCoderInfo &c2) argument
95 RINOZ_COMP(c1.NumInStreams, c2.NumInStreams);
96 RINOZ_COMP(c1.NumOutStreams, c2.NumOutStreams);
97 RINOZ_COMP(c1.MethodID, c2.MethodID);
98 return CompareBuffers(c1.Props, c2.Props);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dstroker.c360 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;
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp90 int c1, c2; local
100 c1 = (x1 < 0) + (x1 > right) * 2 + (y1 < 0) * 4 + (y1 > bottom) * 8;
103 if( (c1 & c2) == 0 && (c1 | c2) != 0 )
107 if( c1 & 12 )
109 a = c1 < 8 ? 0 : bottom;
112 c1 = (x1 < 0) + (x1 > right) * 2;
121 if( (c1 & c2) == 0 && (c1 | c2) != 0 )
123 if( c1 )
[all...]
/external/opencv/ml/src/
H A Dmlboost.cpp1004 int c1 = 0; local
1006 c1 += class_labels[i];
1007 p[0] = data->priors->data.db[0]*(c1 < count ? 1./(count - c1) : 0.);
1008 p[1] = data->priors->data.db[1]*(c1 > 0 ? 1./c1 : 0.);
/external/openssl/crypto/bn/asm/
H A Dpa-risc2.s1007 c1 .reg %r21 ; only reg label
1041 ADD C1,lt,C1 ; c1=c1+lt
1080 ADD C1,lt,C1 ; c1=c1+lt
1109 COPY %r0,c1
1129 SQR_ADD_C a0L,a0R,c1,c2,c3
1130 STD c1,0(r_ptr) ; r[0] = c1;
1131 COPY %r0,c1
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_pattern.cpp563 static int _BiInterpol(int c0, int c1, int c2, int c3, int x, int y, int x_scale, int y_scale) argument
566 int x2 = c1 + (c2 - c1) * x / x_scale;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsopt.c832 cmsS15Fixed16Number c0, c1, c2, c3, Rest; local
864 c1 = DENS(X1, Y0, Z0) - c0;
871 c1 = DENS(X1, Y0, Z0) - c0;
878 c1 = DENS(X1, Y0, Z1) - DENS(X0, Y0, Z1);
885 c1 = DENS(X1, Y1, Z0) - DENS(X0, Y1, Z0);
892 c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1);
899 c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1);
904 c1 = c2 = c3 = 0;
908 Rest = c1 * rx + c2 * ry + c3 * rz + 0x8001;
/external/pixman/test/
H A Dutils.c571 pixman_image_t *c1, *c2; local
578 c1 = pixman_image_create_solid_fill (&check1);
593 src = c1;

Completed in 4529 milliseconds

<<212223242526