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

1 2 3 4

  /external/clang/test/Modules/Inputs/wildcard-submodule-exports/
C_two.h 4 unsigned long *C2;
  /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/SemaCXX/
PR12481.cpp 4 class C2 { };
15 BinaryTrie<C2> c2_trie_;
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 {
warn-unique-enum.cpp 7 C2 = true // expected-note {{initialize the last element with the previous element to silence this warning}}
  /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/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/clang/lib/AST/
RawCommentList.cpp 241 const RawComment &C2 = RC;
248 (C1.isTrailingComment() == C2.isTrailingComment())) {
250 unsigned C2BeginLine = C2.getBeginLine(SourceMgr);
253 C2.getSourceRange().getEnd());
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
TimeUnit.java 17 public long toMillis(long d) { return d/(C2/C0); }
23 int excessNanos(long d, long m) { return (int)(d - (m*C2)); }
28 public long toMillis(long d) { return d/(C2/C1); }
34 int excessNanos(long d, long m) { return (int)((d*C1) - (m*C2)); }
37 public long toNanos(long d) { return x(d, C2/C0, MAX/(C2/C0)); }
38 public long toMicros(long d) { return x(d, C2/C1, MAX/(C2/C1)); }
40 public long toSeconds(long d) { return d/(C3/C2); }
41 public long toMinutes(long d) { return d/(C4/C2); }
    [all...]
  /external/llvm/unittests/VMCore/
MetadataTest.cpp 93 Value *const c2 = n2; local
97 MDNode *n6 = MDNode::getIfExists(Context, c2);
133 Constant *C2 = ConstantInt::get(Type::getInt32Ty(Context), 2);
136 Value *const V2 = C2;
  /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
  /dalvik/tests/091-deep-interface-hierarchy/src/
Main.java 35 interface C2 extends B1, B2, B3, B4, B5 {}
40 interface D1 extends C1, C2, C3, C4, C5 {}
41 interface D2 extends C1, C2, C3, C4, C5 {}
42 interface D3 extends C1, C2, C3, C4, C5 {}
43 interface D4 extends C1, C2, C3, C4, C5 {}
44 interface D5 extends C1, C2, C3, C4, C5 {}

Completed in 868 milliseconds

1 2 3 4