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

<<21222324252627282930>>

  /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/core/platform/graphics/transforms/
TransformationMatrix.cpp 100 // double = determinant3x3(a1, a2, a3, b1, b2, b3, c1, c2, c3)
106 // | a2, b2, c2 |
109 static double determinant3x3(double a1, double a2, double a3, double b1, double b2, double b3, double c1, double c2, double c3)
111 return a1 * determinant2x2(b2, b3, c2, c3)
112 - b1 * determinant2x2(a2, a3, c2, c3)
132 double c2 = m[1][2]; local
145 return a1 * determinant3x3(b2, b3, b4, c2, c3, c4, d2, d3, d4)
146 - b1 * determinant3x3(a2, a3, a4, c2, c3, c4, d2, d3, d4)
148 - d1 * determinant3x3(a2, a3, a4, b2, b3, b4, c2, c3, c4);
178 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/core/platform/graphics/
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/libjingle/source/talk/p2p/base/
dtlstransportchannel_unittest.cc 353 void PrepareDtls(bool c1, bool c2) {
357 if (c2) {
360 if (c1 && c2)
363 void PrepareDtlsSrtp(bool c1, bool c2) {
369 if (c2)
372 if (c1 && c2)
  /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/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);
  /external/icu4c/test/intltest/
citrtest.cpp 770 UChar32 c, c2; local
780 c2=ci.current();
786 c2=ci.current32();
793 c2=ci.nextPostInc();
799 c2=ci.next32PostInc();
806 c2=ci.previous();
812 c2=ci.previous32();
818 c2=(UChar32)ci.move(2, CharacterIterator::kCurrent);
824 c2=(UChar32)ci.move(-2, CharacterIterator::kCurrent);
835 if(c2==0xffff)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 270 const int c2 = events [mv_max - j]; /* negative */ local
271 const int c = c1 + c2;
275 sign_ct [1] += c2;
  /external/linux-tools-perf/util/
help.c 256 const struct cmdname *const *c1 = p1, *const *c2 = p2; local
257 const char *s1 = (*c1)->name, *s2 = (*c2)->name;
259 int l2 = (*c2)->len;
  /external/mesa3d/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/opencv/cv/src/
cvdominants.cpp 260 float c2, cosalpha; local
268 c2 = dx * dx + dy * dy;
269 cosalpha = (a2 + b2 - c2) / (2 * a * b);

Completed in 831 milliseconds

<<21222324252627282930>>