Searched defs:c1 (Results 426 - 450 of 649) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_matrix.c1268 GLfloat c1 = DOT3(m,m); local
1277 if (SQ(c1-c2) < SQ(1e-6) && SQ(c1-c3) < SQ(1e-6)) {
1278 if (SQ(c1-1.0) > SQ(1e-6))
/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_encoder.c803 int c1, c2; local
826 c1 = left;
839 c1 = chan;
852 pcm, analysis_frame_size, c1, c2, st->layout.nb_channels, downmix);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicIntersection_Test.cpp412 CubicChopper(const Cubic& c1, const Cubic& c2) argument
413 : cubic1(c1)
/external/chromium_org/v8/src/heap/
H A Dheap-inl.h292 uint16_t c1 = static_cast<uint16_t>(value); local
295 StringHasher::AddCharacterCore(raw_allocations_hash_, c1);
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-run-machops.cc268 int32_t c1 = 0x260cb75a; local
270 int result = m.Call(0, c1, c2);
272 result = m.Call(1, c1, c2);
273 CHECK_EQ(c1, result);
322 int32_t c1 = 0xa81903b4; local
324 int result = m.Call(0, c1, c2);
325 CHECK_EQ(c1, result);
326 result = m.Call(1, c1, c2);
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp245 constexpr signed char c1 = 100 * 2; // ok member in namespace:UndefinedBehavior::Overflow
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp946 C<int> c1; local
949 c1 = c2;
952 c3 = c1;
993 C<> c1; local
996 c2 = c1;
999 c3 = c1;
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp407 constexpr char c1 = "nice index"[10]; member in namespace:StringLiteral
H A Dcxx98-compat.cpp72 Ctor c1 = { 1, 2 }; // expected-warning {{constructor call from initializer list is incompatible with C++98}} local
315 char c1 = '\u001e'; // expected-warning {{universal character name referring to a control character is incompatible with C++98}} member in namespace:LiteralUCNs
/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc332 static inline int CharCmp(unsigned char c1, unsigned char c2) { argument
333 return (c1 == c2) ? 0 : (c1 < c2) ? -1 : 1;
347 unsigned char c1 = 0, c2 = 0; local
352 c1 = s1[i];
354 if (c1 != c2) break;
358 return CharCmp(c1, c2);
/external/deqp/modules/gles31/functional/
H A Des31fMultisampleTests.cpp172 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 argument
304 c1.x(), c1.y(), c1.z(), c1.w(),
342 void DefaultFBOMultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const argument
347 c0, c1, c local
355 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/dnsmasq/src/
H A Drfc1035.c149 unsigned char c1 = *cp, c2 = *p; local
151 if (c1 == 0)
156 if (c1 >= 'A' && c1 <= 'Z')
157 c1 += 'a' - 'A';
161 if (c1 != c2)
/external/icu/icu4c/source/common/
H A Ducnv_io.cpp387 char c1; local
390 while ((c1 = *name++) != 0) {
391 type = GET_ASCII_TYPE(c1);
408 c1 = (char)type; /* lowercased letter */
412 *dstItr++ = c1;
422 char c1; local
425 while ((c1 = *name++) != 0) {
426 type = GET_EBCDIC_TYPE(c1);
443 c1 = (char)type; /* lowercased letter */
447 *dstItr++ = c1;
478 char c1, c2; local
[all...]
H A Dustring.cpp671 UChar c1, c2; local
674 c1=*s1++;
676 if (c1 != c2 || c1 == 0) {
680 return (int32_t)c1 - (int32_t)c2;
688 UChar c1, c2; local
702 c1=*s1;
704 if(c1!=c2) {
707 if(c1==0) {
730 c1
827 UChar32 c1, c2; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcallcoll.c1218 UCollator* c1 = NULL; local
1250 c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, &parseError, &status);
1264 doTest(c1,X,Y,results1098[i]);
1265 ucol_close(c1);
/external/icu/icu4c/source/test/intltest/
H A Dregcoll.cpp104 LocalPointer<RuleBasedCollator> c1(new RuleBasedCollator(rules, status));
107 LocalPointer<RuleBasedCollator> c2(new RuleBasedCollator(c1->getRules(), status));
114 if (!(c1->getRules() == c2->getRules()))
423 // was wrong, so I've change the code to use c1 and c2
424 RuleBasedCollator *c1 = (RuleBasedCollator *) en_us->clone(); local
425 c1->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
426 CollationElementIterator *i1 = c1->createCollationElementIterator(test1);
437 delete c1;
1400 int32_t c1, c2, count = 0; local
1405 c1
[all...]
H A Dtstnorm.cpp641 UChar32 c1, c2; local
652 c1=iter.previous();
655 c1=iter.current();
658 c1=iter.next();
663 if(c1!=c2) {
669 "got c1=U+%04lx != expected c2=U+%04lx",
670 name, history, c1, c2);
H A Dutxttest.cpp124 UChar32 c1 = 0; local
132 c1 = (c1+1)%0x80;
135 if (c1==0x5c || c1==0) {
136 c1++;
138 s.append(c1);
/external/libopus/src/
H A Dopus_multistream_encoder.c803 int c1, c2; local
826 c1 = left;
839 c1 = chan;
852 pcm, analysis_frame_size, c1, c2, st->layout.nb_channels, downmix);
/external/llvm/lib/Support/
H A Dregcomp.c1268 samesets(struct re_guts *g, int c1, int c2) argument
1273 unsigned uc1 = (uch)c1;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Darc.c429 double c0, c1; local
442 c1 = rational_function(x, coeffs[1][0])
447 return rational_function(x, safety) * arc->a * exp(c0 + c1 * dEta);
/external/mesa3d/src/mesa/math/
H A Dm_matrix.c1268 GLfloat c1 = DOT3(m,m); local
1277 if (SQ(c1-c2) < SQ(1e-6) && SQ(c1-c3) < SQ(1e-6)) {
1278 if (SQ(c1-1.0) > SQ(1e-6))
/external/opencv/cv/src/
H A Dcvcalibration.cpp571 double c1 = 1. - c; local
584 R[k] = c*I[k] + c1*rrt[k] + s*_r_x_[k];
599 double a0 = -s*ri, a1 = (s - 2*c1*itheta)*ri, a2 = c1*itheta;
H A Dcvpyrsegmentation.cpp1042 float c0, c1, c2, c3, c4; local
1049 c1 = (float) fabs( c0 - p_next1[0].c );
1056 if( c1 > c2 )
1059 c1 = c2;
1061 if( c1 > c3 )
1064 c1 = c3;
1066 if( c1 > c4 )
1069 c1 = c4;
1072 if( c1 <= threshold )
1116 c1
1225 float c1, c2, c3, c4; local
[all...]
/external/opencv/cvaux/src/
H A Dcvlmeds.cpp199 double p, q, D, c1, c2, b1, b2, ro1, ro2, fi1, fi2, tt; local
213 c1 = q / 2;
214 c2 = c1;
218 ro1 = sqrt( c1 * c1 - D );
221 fi1 = atan2( b1, c1 );
227 c1 = q / 2 + sqrt( D );
232 ro1 = fabs( c1 );
234 fi1 = CV_PI * (1 - SIGN( c1 )) / 2;
251 c1
[all...]

Completed in 7620 milliseconds

<<11121314151617181920>>