HomeSort by relevance Sort by last modified time
    Searched defs:C2 (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/v8/test/mjsunit/bugs/
618.js 44 function C2() {
47 var c2 = new C2();
48 assertEquals(23, c2.x);
49 assertEquals("undefined", typeof c2.y);
53 C2.prototype.__proto__ = { set x(value) { this.y = 23; } };
54 var c2 = new C2();
55 assertEquals("undefined", typeof c2.x);
56 assertEquals(23, c2.y)
    [all...]
  /external/clang/test/SemaTemplate/
class-template-id-2.cpp 14 class C2 : public N::A<float> { }; // expected-error{{base class has incomplete type}}
  /external/v8/test/mjsunit/
setter-on-constructor-prototype.js 46 function C2() {
49 C2.prototype = { };
50 C2.prototype.__proto__ = { set x(value) { this.y = 23; } };
52 %ToFastProperties(C2.prototype.__proto__)
56 var c2 = new C2();
57 assertEquals("undefined", typeof c2.x);
58 assertEquals(23, c2.y);
  /bionic/libm/src/
k_cosf.c 31 C2 = -0x16c087e80f1e27.0p-62, /* -0.00138867637746099294692 */
45 r = C2+z*C3;
k_cos.c 34 * |cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2
38 * 4. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then
63 C2 = -1.38888888888741095749e-03, /* 0xBF56C16C, 0x16C15177 */
75 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
  /external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
p3.cpp 45 struct C2 : B { };
53 C2::foo(Opaque1()); // expected-error {{call to non-static member function without an object argument}}
  /external/clang/test/CodeGenCXX/
vtable-layout-extreme.cpp 15 class C2
24 , public C2
32 : public C2
41 , public C2
61 , virtual public C2
72 , public C2
89 // CHECK-NEXT: -- (Test1::C2, 0) vtable address --
97 // CHECK-NEXT: -- (Test1::C2, 16) vtable address --
105 // CHECK-NEXT: -- (Test1::C2, 48) vtable address --
117 // CHECK-NEXT: -- (Test1::C2, 88) vtable address -
    [all...]
vtt-layout.cpp 34 class C2 : public virtual V3, virtual V2 { int i; };
37 class D : public C1, public C2, public C3 { int i; };
53 class C2 : public virtual V3, virtual V2 { int i; };
56 class D : public C1, public C2, public C3 { int i; };
  /external/clang/test/Sema/
warn-unreachable.c 102 enum Cases { C1, C2, C3 };
106 case C2:
  /external/clang/test/SemaCXX/
derived-to-base-ambig.cpp 15 class C2 : virtual public A2 { };
16 class D2 : public B2, public C2 { };
17 class E2 : public D2, public C2, public virtual A2 { };
vtable-instantiation.cc 10 template<class T2> struct C2 {
11 void c2() { function in struct:PR8640::C2
17 C2<int*> c2; local
18 c2.c2(); // expected-note {{in instantiation of member function}}
alias-template.cpp 78 class C2 {
default2.cpp 115 class C2 {
116 static void g(int = f()); // expected-error{{use of default argument to function 'f' that is declared later in class 'C2'}}
member-name-lookup.cpp 77 struct C2 : virtual A {
84 struct D2 : B2, C2 {
  /external/fdlibm/
k_cos.c 30 * |ieee_cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2
34 * 4. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then
58 C2 = -1.38888888888741095749e-03, /* 0xBF56C16C, 0x16C15177 */
78 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p2-0x.cpp 93 class C2 {
  /external/dropbear/libtomcrypt/testprof/
ecc_test.c 36 ecc_point *G, *A, *B, *C1, *C2;
45 LTC_ARGCHK((C2 = ltc_ecc_new_point()) != NULL);
83 DO(ltc_mp.ecc_ptmul(kB, B, C2, modulus, 0));
84 DO(ltc_mp.ecc_ptadd(C1, C2, C1, modulus, mp));
88 DO(ltc_mp.ecc_mul2add(A, kA, B, kB, C2, modulus));
91 if ((mp_cmp(C1->x, C2->x) != LTC_MP_EQ) || (mp_cmp(C1->y, C2->y) != LTC_MP_EQ) || (mp_cmp(C1->z, C2->z) != LTC_MP_EQ)) {
98 ltc_ecc_del_point(C2);
  /external/llvm/unittests/VMCore/
MetadataTest.cpp 126 Constant *C2 = ConstantInt::get(Type::getInt32Ty(Context), 2);
129 Value *const V2 = C2;
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
GOFBBlockCipher.java 25 static final int C2 = 16843009; //00000001000000010000000100000001
170 N3 += C2;
  /external/clang/test/FixIt/
fixit.cpp 14 struct C2 : virtual public virtual C1 { }; // expected-error{{duplicate}}
  /frameworks/base/services/java/com/android/server/
TwilightCalculator.java 41 private static final float C2 = 0.000349066f;
78 final float trueAnomaly = meanAnomaly + C1 * FloatMath.sin(meanAnomaly) + C2
  /external/bluetooth/bluez/sbc/
sbc_tables.h 381 #define C2 1.3056875580
387 F(3.06012286E-03 * C2), F(3.89205149E-03 * C2),
391 F(7.76463494E-02 * C2), F(6.13245186E-03 * C2),
395 -F(1.94987841E-01 * C2), F(2.81828203E-01 * C2),
399 -F(2.04385087E-02 * C2), F(3.21939290E-02 * C2),
403 -F(5.36548976E-04 * C2), F(2.73370904E-03 * C2)
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
AESEngine.java 335 private int C0, C1, C2, C3;
436 C2 = (bytes[index++] & 0xff);
437 C2 |= (bytes[index++] & 0xff) << 8;
438 C2 |= (bytes[index++] & 0xff) << 16;
439 C2 |= bytes[index++] << 24;
463 bytes[index++] = (byte)C2;
464 bytes[index++] = (byte)(C2 >> 8);
465 bytes[index++] = (byte)(C2 >> 16);
466 bytes[index++] = (byte)(C2 >> 24);
481 C2 ^= KW[0][2]
    [all...]
AESFastEngine.java     [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 38 class C2 {} constexpr; // expected-error {{class cannot be marked constexpr}}

Completed in 483 milliseconds

1 2 3