Searched defs:C5 (Results 1 - 21 of 21) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dvtable-layout-extreme.cpp38 class C5 class in namespace:Test1
50 , public C5
57 : virtual public C5
68 , public C5
106 // CHECK-NEXT: -- (Test1::C5, 48) vtable address --
160 // CHECK-NEXT: -- (Test1::C5, 208) vtable address --
187 // CHECK-NEXT: -- (Test1::C5, 312) vtable address --
H A Dlto-visibility-inference.cpp21 struct [[clang::lto_visibility_public]] C5 { struct
68 void f(C1 *c1, C2 *c2, C3 *c3, C4 *c4, C5 *c5, C6 *c6, std::C7 *c7,
H A Ddebug-info-use-after-free.cpp292 enum C5 { }; enum in namespace:n1
297 C5 > {
/external/fdlibm/
H A Dk_cos.c30 * |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
61 C5 = 2.08757232129817482790e-09, /* 0x3E21EE9E, 0xBDB4B1C4 */ variable
78 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
/external/annotation-tools/annotation-file-utilities/tests/
H A DConstructorReceivers.java29 class C5 { class in class:ConstructorReceivers.P0
30 public C5(ConstructorReceivers.P0<K, V> ConstructorReceivers.P0.this) {} method in class:ConstructorReceivers.P0.C5
32 public C5(ConstructorReceivers.P0<K, V> ConstructorReceivers.P0.this, int i) {} method in class:ConstructorReceivers.P0.C5
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
H A Dp2-0x.cpp100 class C5 { class in namespace:ClassNameRedecl
/external/clang/test/SemaCXX/
H A Dalias-template.cpp85 class C5 { class in namespace:ClassNameRedecl
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DTimeUnit.java24 public long toHours(long d) { return d/(C5/C0); }
35 public long toHours(long d) { return d/(C5/C1); }
46 public long toHours(long d) { return d/(C5/C2); }
57 public long toHours(long d) { return d/(C5/C3); }
68 public long toHours(long d) { return d/(C5/C4); }
74 public long toNanos(long d) { return x(d, C5/C0, MAX/(C5/C0)); }
75 public long toMicros(long d) { return x(d, C5/C1, MAX/(C5/C1)); }
76 public long toMillis(long d) { return x(d, C5/C
102 static final long C5 = C4 * 60L; field in class:TimeUnit
[all...]
/external/libvpx/libvpx/test/
H A Ddct16x16_test.cc39 const double C5 = 0.881921264348355; member in namespace:__anon12666
89 temp2 = step[14] * C5;
108 temp1 = step[9] * C5;
/external/eigen/Eigen/src/Core/products/
H A DGeneralBlockPanelKernel.h943 C4, C5, C6, C7, local
946 traits.initAcc(C4); traits.initAcc(C5); traits.initAcc(C6); traits.initAcc(C7);
985 traits.madd(A1, B_0, C5, T0); \
1042 traits.acc(C5, alphav, R1);
1176 C4, C5, C6, C7; local
1178 traits.initAcc(C4); traits.initAcc(C5); traits.initAcc(C6); traits.initAcc(C7);
1210 traits.madd(A1, B1, C5, B1); \
1254 traits.acc(C5, alphav, R3);
/external/v8/src/base/
H A Dieee754.cc342 * |cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2
346 * 4. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then
367 C5 = 2.08757232129817482790e-09, /* 0x3E21EE9E, 0xBDB4B1C4 */ local
378 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * C6)))));
/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_core_neon.c311 // pol5(y) = C5 * y^5 + C4 * y^4 + C3 * y^3 + C2 * y^2 + C1 * y + C0
312 const float32x4_t C5 = vdupq_n_f32(-3.4436006e-2f); local
318 float32x4_t pol5_y = C5;
H A Daec_core_sse2.c281 // pol5(y) = C5 * y^5 + C4 * y^4 + C3 * y^3 + C2 * y^2 + C1 * y + C0
282 static const ALIGN16_BEG float ALIGN16_END C5[4] = { local
294 const __m128 pol5_y_0 = _mm_mul_ps(y, *((__m128*)C5));
/external/python/cpython3/Lib/test/
H A Dtest_descr.py4837 class C5: class in function:PicklingTests.test_reduce
4847 for cls in C4, C5, C6, C7:
5126 global C5
5127 class C5(int): class in function:PicklingTests.test_reduce_copying
5141 return "C5(%r, %r)<%r>" % (self.a, self.b, int(self))
5143 test_classes = (C1, C2, C3, C4, C5)
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 7276 milliseconds