/external/clang/test/Modules/Inputs/ |
redecl-merge-left-left.h | 3 @class C4; 4 void accept_a_C4(C4*);
|
redecl-merge-bottom.h | 3 @class C4; 4 @class C4; 19 void refers_to_C4(C4*);
|
redecl-merge-right.h | 39 @class C4; 40 @class C4; 41 @class C4; 42 @class C4; 43 C4 *get_a_C4(void);
|
redecl-merge-left.h | 38 @class C4;
|
/external/clang/test/CodeGenCXX/ |
vtable-layout-extreme.cpp | 31 class C4 40 , virtual public C4 51 , public C4 60 , public C4 70 , virtual public C4 98 // CHECK-NEXT: -- (Test1::C4, 16) vtable address -- 118 // CHECK-NEXT: -- (Test1::C4, 88) vtable address -- 139 // CHECK-NEXT: -- (Test1::C4, 168) vtable address -- 150 // CHECK-NEXT: -- (Test1::C4, 184) vtable address -- 199 , public C4 [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
Row.java | 19 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable, 20 Freezable<Row<C0, C1, C2, C3, C4>>{ 36 public static <C0, C1, C2, C3, C4> R5<C0,C1,C2,C3,C4> of(C0 p0, C1 p1, C2 p2, C3 p3, C4 p4) { 37 return new R5<C0,C1,C2,C3,C4>(p0,p1,p2,p3,p4); 55 public static class R5<C0, C1, C2, C3, C4> extends Row<C0, C1, C2, C3, C4> { 56 public R5(C0 a, C1 b, C2 c, C3 d, C4 e) { 61 public Row<C0, C1, C2, C3, C4> set0(C0 item) [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
Row.java | 15 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable, 16 Freezable<Row<C0, C1, C2, C3, C4>>{ 32 public static <C0, C1, C2, C3, C4> R5<C0,C1,C2,C3,C4> of(C0 p0, C1 p1, C2 p2, C3 p3, C4 p4) { 33 return new R5<C0,C1,C2,C3,C4>(p0,p1,p2,p3,p4); 51 public static class R5<C0, C1, C2, C3, C4> extends Row<C0, C1, C2, C3, C4> { 52 public R5(C0 a, C1 b, C2 c, C3 d, C4 e) { 57 public Row<C0, C1, C2, C3, C4> set0(C0 item) [all...] |
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/ |
TimeUnit.java | 23 public long toMinutes(long d) { return d/(C4/C0); } 34 public long toMinutes(long d) { return d/(C4/C1); } 45 public long toMinutes(long d) { return d/(C4/C2); } 56 public long toMinutes(long d) { return d/(C4/C3); } 63 public long toNanos(long d) { return x(d, C4/C0, MAX/(C4/C0)); } 64 public long toMicros(long d) { return x(d, C4/C1, MAX/(C4/C1)); } 65 public long toMillis(long d) { return x(d, C4/C2, MAX/(C4/C2)); [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
TimeUnit.java | 57 public long toMinutes(long d) { return d/(C4/C0); } 72 public long toMinutes(long d) { return d/(C4/C1); } 87 public long toMinutes(long d) { return d/(C4/C2); } 102 public long toMinutes(long d) { return d/(C4/C3); } 114 public long toNanos(long d) { return x(d, C4/C0, MAX/(C4/C0)); } 115 public long toMicros(long d) { return x(d, C4/C1, MAX/(C4/C1)); } 116 public long toMillis(long d) { return x(d, C4/C2, MAX/(C4/C2)); [all...] |
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
k_cosl.c | 39 C4 = -0.2755731922398589065255474947078934284324e-6L, 56 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
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 64 C4 = -2.75573143513906633035e-07, /* 0xBE927E4F, 0x809C52AD */ 75 r = z*(C1+z*(C2+z*C3)) + w*w*(C4+z*(C5+z*C6));
|
e_coshl.c | 48 #define C4 C4u.e 63 C4 = 4.16666666666666666666666666666666225e-2L, /* 0x1555555555555555555555555554e.0p-117L */ 108 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2 + 1); 114 C4)*(x2*x2) + C2*x2 + 1);
|
/external/webrtc/webrtc/base/ |
sigslottester.h | 132 class C4> 136 C1* capture1, C2* capture2, C3* capture3, C4* capture4) 158 C4* capture4_; 164 class C3, class C4, class C5> 168 C1* capture1, C2* capture2, C3* capture3, C4* capture4, 192 C4* capture4_;
|
/external/clang/test/Parser/ |
cxx-concept-declaration.cpp | 17 concept auto C4(void) -> bool { return true; }
|
/device/google/contexthub/lib/libm/ |
kf_cos.c | 27 C4 = -2.7557314297e-07, /* 0xb493f27c */ 46 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
|
/external/clang/test/CXX/special/class.dtor/ |
p5-0x.cpp | 84 struct C4 : virtual InaccessibleDtor { C4(); } c4; // expected-error {{deleted function}} expected-note {{base class 'InaccessibleDtor' has an inaccessible destructor}} variable in typeref:struct:C4
|
/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 60 C4 = -2.75573143513906633035e-07, /* 0xBE927E4F, 0x809C52AD */ 78 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
|
/external/clang/test/SemaCXX/ |
class.cpp | 109 // PR3020: This used to crash due to double ownership of C4. 110 struct C4; 111 C4; // expected-warning {{declaration does not declare anything}} 114 struct C4 {
|
/external/v8/test/mjsunit/ |
setter-on-constructor-prototype.js | 78 function C4() { 81 C4.prototype = { }; 82 C4.prototype.__proto__ = { }; 83 C4.prototype.__proto__.__defineSetter__('x', function(value) { this.y = 23; }); 85 %ToFastProperties(C4.prototype.__proto__); 89 var c4 = new C4(); 90 assertEquals("undefined", typeof c4.x); 91 assertEquals(23, c4.y);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
template_arity.hpp | 19 int C1, int C2, int C3, int C4, int C5, int C6 24 ( C6 > 0 ? C6 : ( C5 > 0 ? C5 : ( C4 > 0 ? C4 : ( C3 > 0 ? C3 : ( C2 > 0 ? C2 : ( C1 > 0 ? C1 : -1 ) ) ) ) ) )
|
/external/v8/test/mjsunit/es6/ |
computed-property-names-classes.js | 247 class C4 { 255 assertEquals('D', new C4().d); 297 class C4 { 305 new C4().d = 'D'; 336 class C4 { 372 class C4 { 409 class C4 { 415 var iter = new C4().constructor();
|
/external/clang/test/Index/ |
overriding-ftemplate-comments.cpp | 75 /// \tparam C4 Ccc 4 77 template <class C1, template <class C2, template <class C3, class C4> class BBB > class AAA> 80 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-ftemplate-comments.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_22</Name><USR>c:@FT@>2#T#t>2#T#t>2#T#Tcomment_to_html_conversion_22#v#</USR><Declaration>template <class C1, template <class C2, template <class C3, class C4> class BBB>\n class AAA>\nvoid comment_to_html_conversion_22()</Declaration><TemplateParameters><Parameter><Name>C1</Name><Index>0</Index><Discussion><Para> Ccc 1 </Para></Discussion></Parameter><Parameter><Name>AAA</Name><Index>1</Index><Discussion><Para> Zzz </Para></Discussion></Parameter><Parameter><Name>C2</Name><Discussion><Para> Ccc 2 </Para></Discussion></Parameter><Parameter><Name>C3</Name><Discussion><Para> Ccc 3 </Para></Discussion></Parameter><Parameter><Name>C4</Name><Discussion><Para> Ccc 4 </Para></Discussion></Parameter><Parameter><Name>BBB</Name><Discussion><Para> Bbb</Para></Discussion></Parameter></TemplateParameters></Function>]
|
/external/clang/test/Layout/ |
ms-x86-empty-nonvirtual-bases.cpp | 18 struct C4 { int a; C4() : a(0xf00000C4) {printf("C4 : %p\n", this);} };
|
/prebuilts/go/darwin-x86/test/ken/ |
cplx2.go | 18 C4 = -(R - I) // SUB(5,-6) NEG(-5,6) 63 c4 := -(r - i) 64 if c4 != C4 { 65 println("opcode x", c4, C4)
|
/prebuilts/go/linux-x86/test/ken/ |
cplx2.go | 18 C4 = -(R - I) // SUB(5,-6) NEG(-5,6) 63 c4 := -(r - i) 64 if c4 != C4 { 65 println("opcode x", c4, C4)
|