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

1 2 3

  /external/v8/test/mjsunit/regress/
regress-618.js 59 function C3() {
62 var c3 = new C3();
63 assertEquals(23, c3.x);
64 assertEquals("undefined", typeof c3.y);
68 C3.prototype.__defineSetter__('x', function(value) { this.y = 23; });
69 var c3 = new C3();
70 assertEquals("undefined", typeof c3.x);
71 assertEquals(23, c3.y)
    [all...]
  /external/clang/test/CodeGenCXX/
microsoft-abi-non-virtual-base-ordering.cpp 7 struct C3 : C0, C1, C2 {} a;
10 // CHECK: %struct.C3 = type { %struct.C1, %struct.C2, %struct.C0 }
vtable-layout-extreme.cpp 21 class C3
33 , virtual public C3
43 , virtual public C3
48 : virtual public C3
59 , virtual public C3
69 , public C3
128 // CHECK-NEXT: -- (Test1::C3, 120) vtable address --
170 // CHECK-NEXT: -- (Test1::C3, 240) vtable address --
vtt-layout.cpp 36 class C3 : public X1 { int i; };
37 class D : public C1, public C2, public C3 { int i; };
55 class C3 : public X1 { int i; };
56 class D : public C1, public C2, public C3 { int i; };
  /external/v8/test/mjsunit/
setter-on-constructor-prototype.js 62 function C3() {
65 C3.prototype = { };
66 C3.prototype.__defineSetter__('x', function(value) { this.y = 23; });
68 %ToFastProperties(C3.prototype);
72 var c3 = new C3();
73 assertEquals("undefined", typeof c3.x);
74 assertEquals(23, c3.y);
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_cosf.c 31 C3 = 0x199342e0ee5069.0p-68; /* 0.0000243904487962774090654 */
44 r = C2+z*C3;
k_cos.c 33 * |cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2
37 * 4. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then
63 C3 = 2.48015872894767294178e-05, /* 0x3EFA01A0, 0x19CB1590 */
75 r = z*(C1+z*(C2+z*C3)) + w*w*(C4+z*(C5+z*C6));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
greg1.s 7 C3 GREG D4
  /toolchain/binutils/binutils-2.25/gold/testsuite/
dwp_test.h 47 class C3
57 extern C3 c3;
  /device/google/contexthub/lib/libm/
kf_cos.c 26 C3 = 2.4801587642e-05, /* 0x37d00d01 */
46 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
  /external/autotest/client/site_tests/video_WebRtcCamera/
ssim.js 66 var C3 = C2 / 2;
82 var structure = (sigmaXy + C3) / (sigmaX * sigmaY + C3);
  /external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
ssim.js 66 var C3 = C2 / 2;
82 var structure = (sigmaXy + C3) / (sigmaX * sigmaY + C3);
  /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
59 C3 = 2.48015872894767294178e-05, /* 0x3EFA01A0, 0x19CB1590 */
78 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_cosl.c 38 C3 = 0.00002480158730158730158730158600795304914210L,
56 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+
  /external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/
p1.cpp 9 template<typename T> concept bool C3() { return (throw 0, true); }
10 static_assert(noexcept(C3<int>()), "function concept should be treated as if noexcept(true) specified");
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p2-0x.cpp 94 template<typename...T> class C3 {
  /external/clang/test/Layout/
ms-x86-empty-nonvirtual-bases.cpp 17 struct C3 { int a; C3() : a(0xf00000C3) {printf("C3 : %p\n", this);} };
  /external/clang/test/SemaCXX/
alias-template.cpp 79 template<typename...T> class C3 {
  /external/clang/test/SemaTemplate/
class-template-decl.cpp 67 template<typename T> class M::C3 { }; // expected-error{{out-of-line definition of 'C3' does not match any declaration in namespace 'M'}}
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
TimeUnit.java 22 public long toSeconds(long d) { return d/(C3/C0); }
33 public long toSeconds(long d) { return d/(C3/C1); }
44 public long toSeconds(long d) { return d/(C3/C2); }
52 public long toNanos(long d) { return x(d, C3/C0, MAX/(C3/C0)); }
53 public long toMicros(long d) { return x(d, C3/C1, MAX/(C3/C1)); }
54 public long toMillis(long d) { return x(d, C3/C2, MAX/(C3/C2)); }
56 public long toMinutes(long d) { return d/(C4/C3); }
    [all...]
  /external/llvm/unittests/Analysis/
LazyCallGraphTest.cpp 49 b3--b2 c3--c2
62 " call void @c3()\n"
99 " call void @c3()\n"
102 "define void @c3() {\n"
147 LazyCallGraph::Node &C3 = *I++;
148 EXPECT_EQ("c3", C3.getFunction().getName());
166 EXPECT_EQ("c3", Nodes[2]);
194 EXPECT_EQ("c3", C2.begin()->getFunction().getName());
195 EXPECT_EQ(C3.end(), std::next(C3.begin()))
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
TwilightCalculator.java 54 private static final float C3 = 0.000005236f;
93 * Math.sin(2 * meanAnomaly) + C3 * Math.sin(3 * meanAnomaly);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
AESEngine.java 415 private int C0, C1, C2, C3;
521 C3 = (bytes[index++] & 0xff);
522 C3 |= (bytes[index++] & 0xff) << 8;
523 C3 |= (bytes[index++] & 0xff) << 16;
524 C3 |= bytes[index++] << 24;
548 bytes[index++] = (byte)C3;
549 bytes[index++] = (byte)(C3 >> 8);
550 bytes[index++] = (byte)(C3 >> 16);
551 bytes[index++] = (byte)(C3 >> 24);
561 int r = 1, r0, r1, r2, r3 = this.C3 ^ KW[0][3]
    [all...]
AESFastEngine.java     [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 46 constexpr class C3 {} c3 = C3(); variable in typeref:class:C3

Completed in 669 milliseconds

1 2 3