HomeSort by relevance Sort by last modified time
    Searched refs:c2 (Results 501 - 525 of 1127) sorted by null

<<21222324252627282930>>

  /external/v8/benchmarks/
raytrace.js 94 add : function(c1, c2){
97 result.red = c1.red + c2.red;
98 result.green = c1.green + c2.green;
99 result.blue = c1.blue + c2.blue;
116 subtract: function(c1, c2){
119 result.red = c1.red - c2.red;
120 result.green = c1.green - c2.green;
121 result.blue = c1.blue - c2.blue;
126 multiply : function(c1, c2) {
129 result.red = c1.red * c2.red
    [all...]
  /bionic/libc/kernel/tools/
cpp.py 363 c2 = self.peekChar()
364 if c2 == tokLN or not c2.isspace():
366 c += c2
386 c2 = self.nextChar()
387 c += c2
388 if c2 == '\\':
392 c2 = self.nextChar()
393 if c2 == tokEOF:
395 c += c2
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 12 // var c2 = row.cells[1];
15 // c2.className = "jd-autocomplete jd-selected jd-linktype";
18 // c2.className = "jd-autocomplete jd-linktype";
49 // var c2 = r.insertCell(-1);
51 // c2.className = "jd-autocomplete jd-linktype";
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 12 // var c2 = row.cells[1];
15 // c2.className = "jd-autocomplete jd-selected jd-linktype";
18 // c2.className = "jd-autocomplete jd-linktype";
49 // var c2 = r.insertCell(-1);
51 // c2.className = "jd-autocomplete jd-linktype";
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 86 size_t c2 = a2.GetCapacity(); local
87 RINOZ_COMP(c1, c2);
93 static int CompareCoders(const CCoderInfo &c1, const CCoderInfo &c2)
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);
224 char c2 = ext[pos++]; local
225 if (c2 == 0 && (c == 0 || c == ' '))
227 if (c != c2)
    [all...]
  /external/valgrind/main/none/tests/s390x/
opcodes.h 98 #define AFI(r1,i2) RIL_RI(c2,r1,9,i2)
99 #define AGFI(r1,i2) RIL_RI(c2,r1,8,i2)
108 #define ALFI(r1,i2) RIL_RU(c2,r1,b,i2)
109 #define ALGFI(r1,i2) RIL_RU(c2,r1,a,i2)
124 #define CFI(r1,i2) RIL_RI(c2,r1,d,i2)
125 #define CGFI(r1,i2) RIL_RI(c2,r1,c,i2)
146 #define CLFI(r1,i2) RIL_RU(c2,r1,f,i2)
147 #define CLGFI(r1,i2) RIL_RU(c2,r1,e,i2)
224 #define LLCH(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,c2)
250 #define MSFI(r1,i2) RIL_RI(c2,r1,1,i2
    [all...]
  /frameworks/native/opengl/libagl/
primitives.cpp 31 int32_t* it, int32_t c0, int32_t c1, int32_t c2);
304 int32_t c0, int32_t c1, int32_t c2) const
307 int32_t dc02 = c2 - c0;
332 GGLfixed c0, GGLfixed c1, GGLfixed c2) const
335 const GGLfixed dc02 = c2 - c0;
348 int32_t c0, int32_t c1, int32_t c2) const
352 int32_t dc02 = (c2 - c0)>>s;
363 int32_t c0, int32_t c1, int32_t c2) const
365 ::iterators0032(this, it, c0, c1, c2);
369 int32_t c0, int32_t c1, int32_t c2) cons
653 const GGLcolor c2 = v2->color.v[i] * 255; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.cpp 99 // double = determinant3x3(a1, a2, a3, b1, b2, b3, c1, c2, c3)
105 // | a2, b2, c2 |
108 static double determinant3x3(double a1, double a2, double a3, double b1, double b2, double b3, double c1, double c2, double c3)
110 return a1 * determinant2x2(b2, b3, c2, c3)
111 - b1 * determinant2x2(a2, a3, c2, c3)
131 double c2 = m[1][2]; local
144 return a1 * determinant3x3(b2, b3, b4, c2, c3, c4, d2, d3, d4)
145 - b1 * determinant3x3(a2, a3, a4, c2, c3, c4, d2, d3, d4)
147 - d1 * determinant3x3(a2, a3, a4, b2, b3, b4, c2, c3, c4);
177 double c2 = matrix[1][2] local
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontTest.cpp 74 static UChar c2[] = { 0x1DBF }; local
75 EXPECT_EQ(Font::Simple, Font::characterRangeCodePath(c2, 1));
111 static UChar c2[] = { 0xD800, 0xE000 }; local
112 EXPECT_EQ(Font::Simple, Font::characterRangeCodePath(c2, 2));
153 static UChar c2[] = { 0x300, 0x2FF }; local
154 EXPECT_EQ(Font::Complex, Font::characterRangeCodePath(c2, 2));
  /external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp 2676 Calendar *c2 = Calendar::createInstance("ja_JP_TRADITIONAL",status); local
    [all...]
citrtest.cpp 769 UChar32 c, c2; local
779 c2=ci.current();
785 c2=ci.current32();
792 c2=ci.nextPostInc();
798 c2=ci.next32PostInc();
805 c2=ci.previous();
811 c2=ci.previous32();
817 c2=(UChar32)ci.move(2, CharacterIterator::kCurrent);
823 c2=(UChar32)ci.move(-2, CharacterIterator::kCurrent);
834 if(c2==0xffff)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_tri.c 79 int c2 = c1 + dcdy; local
80 int c3 = c2 + dcdy;
90 mask |= ((c2 + 0 * dcdx) >> 31) & (1 << 8);
91 mask |= ((c2 + 1 * dcdx) >> 31) & (1 << 9);
92 mask |= ((c2 + 2 * dcdx) >> 31) & (1 << 10);
93 mask |= ((c2 + 3 * dcdx) >> 31) & (1 << 11);
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
DES.xs 257 des_cblock c1,c2;
260 des_string_to_2keys(str,&c1,&c2);
265 sv_setpvn(s2,(char *)c2,8);
  /external/eigen/Eigen/src/Eigenvalues/
SelfAdjointEigenSolver.h 501 // The characteristic equation is x^3 - c2*x^2 + c1*x - c0 = 0. The
506 Scalar c2 = m(0,0) + m(1,1) + m(2,2); local
510 Scalar c2_over_3 = c2*s_inv3;
511 Scalar a_over_3 = (c1 - c2*c2_over_3)*s_inv3;
700 Scalar c2 = abs2(scaledMat(1,1)); local
702 if(a2>c2)
710 eivecs.col(1) /= sqrt(c2+b2);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_tri.c 79 int c2 = c1 + dcdy; local
80 int c3 = c2 + dcdy;
90 mask |= ((c2 + 0 * dcdx) >> 31) & (1 << 8);
91 mask |= ((c2 + 1 * dcdx) >> 31) & (1 << 9);
92 mask |= ((c2 + 2 * dcdx) >> 31) & (1 << 10);
93 mask |= ((c2 + 3 * dcdx) >> 31) & (1 << 11);
  /external/opencv/ml/src/
mlnbayes.cpp 123 int s, c1, c2; local
209 for( c2 = c1; c2 < _var_count; c2++ )
210 prod_data[c2] += train_vec[c2]*val1;
  /external/openssl/crypto/des/
DES.xs 257 des_cblock c1,c2;
260 des_string_to_2keys(str,&c1,&c2);
265 sv_setpvn(s2,(char *)c2,8);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gc.py 561 c2 = C1055820(2)
562 c2wr = weakref.ref(c2) # no callback!
571 c0 = c1 = c2 = None
573 # What we've set up: c0, c1, and c2 are all trash now. c0 is in
575 # it. c1 and c2 are in generation 0, and are in self-loops. There's a
576 # global weakref to c2 (c2wr), but that weakref has no callback.
578 # callback, and that callback references c2 via c2wr().
588 # ^->c1 ^->c2 has a wr but no callback
593 # that c2 has a callback-free weakref, and c1 doesn't even have a
596 # and c2. Clearing c1 has the side effect of dropping the refcount o
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gc.py 561 c2 = C1055820(2)
562 c2wr = weakref.ref(c2) # no callback!
571 c0 = c1 = c2 = None
573 # What we've set up: c0, c1, and c2 are all trash now. c0 is in
575 # it. c1 and c2 are in generation 0, and are in self-loops. There's a
576 # global weakref to c2 (c2wr), but that weakref has no callback.
578 # callback, and that callback references c2 via c2wr().
588 # ^->c1 ^->c2 has a wr but no callback
593 # that c2 has a callback-free weakref, and c1 doesn't even have a
596 # and c2. Clearing c1 has the side effect of dropping the refcount o
    [all...]
  /dalvik/libdex/
DexProto.cpp 421 char c2 = (descriptor < nextDesc) ? *(descriptor++) : '\0'; local
423 if (c1 < c2) {
426 } else if (c1 > c2) {
430 // The two types are equal in length. (c2 necessarily == '\0'.)
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XString.java 438 char c2 = xstr.charAt(j); local
440 if (c1 != c2)
442 return c1 - c2;
    [all...]
  /external/chromium_org/base/
callback_list_unittest.cc 112 CallbackList<void(int, int)> c2; local
114 c2.Add(Bind(&Summer::AddTwoParam, Unretained(&s)));
116 c2.Notify(1, 2);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_emit.c 353 float c0, float c1, float c2, float c3)
364 ifs->constants[reg][2] == c2 &&
372 ifs->constants[reg][2] = c2;
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicDoubleArrayTest.java 322 Counter c2 = new Counter(aa); local
324 Thread t2 = newStartedThread(c2);
327 assertEquals(c1.counts + c2.counts, SIZE * COUNTDOWN);

Completed in 503 milliseconds

<<21222324252627282930>>