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

1 2 3 4 5

  /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; };
  /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.27/gas/testsuite/gas/mmix/
greg1.s 7 C3 GREG D4
  /toolchain/binutils/binutils-2.27/gold/testsuite/
dwp_test.h 47 class C3
57 extern C3 c3;
  /device/google/contexthub/firmware/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)))));
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
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
60 C3 = 2.48015872894767294178e-05, /* 0x3EFA01A0, 0x19CB1590 */
76 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
  /external/annotation-tools/annotation-file-utilities/tests/
ConstructorReceivers.java 18 class C3 {
19 public C3(ConstructorReceivers ConstructorReceivers.this) {}
ExtImpl.java 14 class C3 {
22 annotator.tests.ExtImpl.C3.Iface3 getI1() {
29 * Lannotator.tests.ExtImpl.C3.Iface3;
31 annotator.tests.ExtImpl.C3.Iface3 getI2() {
  /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)))));
  /prebuilts/go/darwin-x86/test/ken/
cplx2.go 17 C3 = -(R + I) // ADD(5,6) NEG(-5,-6)
57 c3 := -(r + i)
58 if c3 != C3 {
59 println("opcode x", c3, C3)
  /prebuilts/go/linux-x86/test/ken/
cplx2.go 17 C3 = -(R + I) // ADD(5,6) NEG(-5,-6)
57 c3 := -(r + i)
58 if c3 != C3 {
59 println("opcode x", c3, C3)
  /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 {
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
blank.go 27 C3
  /prebuilts/go/linux-x86/src/go/doc/testdata/
blank.go 27 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...]

Completed in 702 milliseconds

1 2 3 4 5