/external/chromium_org/v8/test/mjsunit/regress/ |
regress-618.js | 74 function C4() { 77 var c4 = new C4(); 78 assertEquals(23, c4.x); 79 assertEquals("undefined", typeof c4.y); 83 C4.prototype.__proto__.__defineSetter__('x', function(value) { this.y = 23; }); 84 var c4 = new C4(); 85 assertEquals("undefined", typeof c4.x); 86 assertEquals(23, c4.y) [all...] |
/external/v8/test/mjsunit/bugs/ |
618.js | 74 function C4() { 77 var c4 = new C4(); 78 assertEquals(23, c4.x); 79 assertEquals("undefined", typeof c4.y); 83 C4.prototype.__proto__.__defineSetter__('x', function(value) { this.y = 23; }); 84 var c4 = new C4(); 85 assertEquals("undefined", typeof c4.x); 86 assertEquals(23, c4.y) [all...] |
/external/chromium_org/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);
|
/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);
|
/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));
|
/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...] |
debug-info-use-after-free.cpp | 286 C4: 295 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/CXX/dcl.dcl/dcl.spec/dcl.typedef/ |
p2-0x.cpp | 99 template<typename T> class C4 { // expected-note {{template parameter is declared here}}
|
/external/clang/test/SemaCXX/ |
alias-template.cpp | 84 template<typename T> class C4 { // expected-note {{template parameter is declared here}}
|
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/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/ |
TimeUnit.java | 19 public long toMinutes(long d) { return d/(C4/C0); } 30 public long toMinutes(long d) { return d/(C4/C1); } 41 public long toMinutes(long d) { return d/(C4/C2); } 52 public long toMinutes(long d) { return d/(C4/C3); } 59 public long toNanos(long d) { return x(d, C4/C0, MAX/(C4/C0)); } 60 public long toMicros(long d) { return x(d, C4/C1, MAX/(C4/C1)); } 61 public long toMillis(long d) { return x(d, C4/C2, MAX/(C4/C2)); [all...] |
/dalvik/tests/091-deep-interface-hierarchy/src/ |
Main.java | 37 interface C4 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 {}
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
p1.cpp | 50 class C4 {} constexpr c4 = C4(); variable in typeref:class:C4
|
/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/clang/test/Sema/ |
return.c | 260 enum Cases { C1, C2, C3, C4 }; 265 case C4: return 3;
|
/external/speex/libspeex/ |
math_approx.h | 312 #define C4 -0.0012712095f 321 return C1 + x*(C2+x*(C3+C4*x)); 325 return NEG16(C1 + x*(C2+x*(C3+C4*x)));
|
/libcore/luni/src/main/java/java/util/concurrent/ |
TimeUnit.java | 48 public long toMinutes(long d) { return d/(C4/C0); } 59 public long toMinutes(long d) { return d/(C4/C1); } 70 public long toMinutes(long d) { return d/(C4/C2); } 81 public long toMinutes(long d) { return d/(C4/C3); } 88 public long toNanos(long d) { return x(d, C4/C0, MAX/(C4/C0)); } 89 public long toMicros(long d) { return x(d, C4/C1, MAX/(C4/C1)); } 90 public long toMillis(long d) { return x(d, C4/C2, MAX/(C4/C2)); [all...] |
/external/libvpx/libvpx/test/ |
dct16x16_test.cc | 69 const double C4 = 0.923879532511287; 184 temp2 = step[3] * C4; 188 temp1 = step[2] * C4; 205 temp2 = intermediate[9] * C4; 209 temp1 = intermediate[8] * C4; 228 temp2 = intermediate[15] * C4; 232 temp1 = intermediate[14] * C4;
|
/external/eigen/Eigen/src/Core/products/ |
GeneralBlockPanelKernel.h | 563 AccPacket C0, C1, C2, C3, C4, C5, C6, C7; 568 traits.initAcc(C4); 600 traits.madd(A1,B_0,C4,B_0); 609 traits.madd(A1,B_0,C4,B_0); 618 traits.madd(A1,B_0,C4,B_0); 627 traits.madd(A1,B_0,C4,B_0); 647 traits.madd(A1,B_0,C4,B_0); 662 traits.madd(A1,B_0,C4,B_0); 677 traits.madd(A1,B_0,C4,B_0); 691 traits.madd(A1,B_0,C4,B_0) [all...] |
/external/webrtc/src/modules/audio_processing/aec/ |
aec_core_sse2.c | 253 // pol5(y) = C5 * y^5 + C4 * y^4 + C3 * y^3 + C2 * y^2 + C1 * y + C0 256 static const ALIGN16_BEG float ALIGN16_END C4[4] = 267 const __m128 pol5_y_1 = _mm_add_ps(pol5_y_0, *((__m128 *)C4));
|
/external/chromium_org/third_party/openssl/openssl/crypto/modes/ |
gcm128.c | [all...] |
/external/openssl/crypto/modes/ |
gcm128.c | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_datetime.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_datetime.py | [all...] |