/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/ |
TimeUnit.java | 25 public long toDays(long d) { return d/(C6/C0); } 36 public long toDays(long d) { return d/(C6/C1); } 47 public long toDays(long d) { return d/(C6/C2); } 58 public long toDays(long d) { return d/(C6/C3); } 69 public long toDays(long d) { return d/(C6/C4); } 80 public long toDays(long d) { return d/(C6/C5); } 85 public long toNanos(long d) { return x(d, C6/C0, MAX/(C6/C0)); } 86 public long toMicros(long d) { return x(d, C6/C1, MAX/(C6/C1)); [all...] |
/external/clang/test/CodeGenCXX/ |
vtable-layout-extreme.cpp | 47 class C6 58 , virtual public C6 107 // CHECK-NEXT: -- (Test1::C6, 48) vtable address -- 197 : virtual public C6
|
debug-info-use-after-free.cpp | 294 C6: 301 C6 {
|
/prebuilts/go/darwin-x86/test/ken/ |
cplx2.go | 21 C6 = C1 + I // ADD(5,12) 23 Ca = C5 + C6 // ADD(15,18) 24 Cb = C5 - C6 // SUB(5,-6) 26 Cc = C5 * C6 // MUL(-22,-150) 27 Cd = C5 / C6 // DIV(0.721893,-0.532544) 28 Ce = Cd * C6 // MUL(10,6) sb C5 75 c6 := c1 + i 76 if c6 != C6 { 77 println("opcode x", c6, C6 [all...] |
/prebuilts/go/linux-x86/test/ken/ |
cplx2.go | 21 C6 = C1 + I // ADD(5,12) 23 Ca = C5 + C6 // ADD(15,18) 24 Cb = C5 - C6 // SUB(5,-6) 26 Cc = C5 * C6 // MUL(-22,-150) 27 Cd = C5 / C6 // DIV(0.721893,-0.532544) 28 Ce = Cd * C6 // MUL(10,6) sb C5 75 c6 := c1 + i 76 if c6 != C6 { 77 println("opcode x", c6, C6 [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
TimeUnit.java | 59 public long toDays(long d) { return d/(C6/C0); } 74 public long toDays(long d) { return d/(C6/C1); } 89 public long toDays(long d) { return d/(C6/C2); } 104 public long toDays(long d) { return d/(C6/C3); } 120 public long toDays(long d) { return d/(C6/C4); } 136 public long toDays(long d) { return d/(C6/C5); } 146 public long toNanos(long d) { return x(d, C6/C0, MAX/(C6/C0)); } 147 public long toMicros(long d) { return x(d, C6/C1, MAX/(C6/C1)); [all...] |
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
k_cosl.c | 41 C6 = -0.1147074559772972315817149986812031204775e-10L, 56 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+
|
s_expl.c | 145 C6 = 1.38888888888888888888888888891188658e-3L, 245 q = x * x2 * C3 + x2 * x2 * (C4 + x * (C5 + x * (C6 +
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
k_cos.c | 29 * cos(x) ~ 1 - x*x/2 + C1*x + ... + C6*x 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 66 C6 = -1.13596475577881948265e-11; /* 0xBDA8FAE9, 0xBE8838D4 */ 75 r = z*(C1+z*(C2+z*C3)) + w*w*(C4+z*(C5+z*C6));
|
e_coshl.c | 51 C6 = 1.3888888888888616e-3, /* 0x16c16c16c16b99.0p-62 */ 64 C6 = 1.38888888888888888888888888889434831e-3L, /* 0x16c16c16c16c16c16c16c16c1dd7a.0p-122L */ 108 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2 + 1); 113 C16)*x2 + C14)*x2 + C12)*x2 + C10)*x2 + C8)*x2 + C6)*x2 +
|
/external/clang/test/Parser/ |
cxx-concept-declaration.cpp | 24 template<typename T> concept concept bool C6 = true; // expected-warning {{duplicate 'concept' declaration specifier}}
|
/device/google/contexthub/lib/libm/ |
kf_cos.c | 29 C6 = -1.1359647598e-11; /* 0xad47d74e */ 46 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
|
/external/fdlibm/ |
k_cos.c | 26 * cos(x) ~ 1 - x*x/2 + C1*x + ... + C6*x 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 62 C6 = -1.13596475577881948265e-11; /* 0xBDA8FAE9, 0xBE8838D4 */ 78 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
|
/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/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/ |
p2-0x.cpp | 106 class C6 { 107 class c { using C6 = int; }; // ok
|
/external/llvm/lib/Target/Hexagon/ |
HexagonExpandPredSpillCode.cpp | 106 // Emit a "C6 = Rn, C6 is the control register for M0". 108 Hexagon::C6)->addOperand(Op3); 149 // Emit a "C6 = Rn, C6 is the control register for M0". 151 Hexagon::C6)->addOperand(Op4); 190 // Emit a "C6 = Rn, C6 is the control register for M0". 192 Hexagon::C6)->addOperand(Op4); 227 // Emit a "C6 = Rn, C6 is the control register for M0" [all...] |
/external/clang/test/SemaCXX/ |
alias-template.cpp | 91 class C6 { 92 class c { template<typename U> using C6 = int; }; // ok
|
/prebuilts/go/darwin-x86/src/go/internal/gcimporter/testdata/ |
exports.go | 26 C6 = "foo\n"
|
/prebuilts/go/darwin-x86/test/import2.dir/ |
import3.go | 26 p.C6 = (chan<- (<-chan int))(nil)
|
/prebuilts/go/linux-x86/src/go/internal/gcimporter/testdata/ |
exports.go | 26 C6 = "foo\n"
|
/prebuilts/go/linux-x86/test/import2.dir/ |
import3.go | 26 p.C6 = (chan<- (<-chan int))(nil)
|
/external/icu/icu4c/source/data/sprep/ |
rfc3491.txt | 13 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3491.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi 73 09C5..09C6; ; UNASSIGNED 219 10C6..10CF; ; UNASSIGNED 240 12C6..12C7; ; UNASSIGNED 454 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3491.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi 492 00C6; 00E6; MAP 618 01C4; 01C6; MAP 619 01C5; 01C6; MAP 707 03A6; 03C6; MAP 720 03D5; 03C6; MA [all...] |
rfc3530csci.txt | 13 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3530csci.txt --A1 --B1 --B2 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --check-bidi 72 09C5..09C6; ; UNASSIGNED 218 10C6..10CF; ; UNASSIGNED 239 12C6..12C7; ; UNASSIGNED 453 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3530csci.txt --A1 --B1 --B2 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --check-bidi 491 00C6; 00E6; MAP 617 01C4; 01C6; MAP 618 01C5; 01C6; MAP 706 03A6; 03C6; MAP 719 03D5; 03C6; MA [all...] |
rfc3722.txt | 13 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3722.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --iscsi --normalize --check-bidi 73 09C5..09C6; ; UNASSIGNED 219 10C6..10CF; ; UNASSIGNED 240 12C6..12C7; ; UNASSIGNED 454 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3722.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --iscsi --normalize --check-bidi 492 00C6; 00E6; MAP 618 01C4; 01C6; MAP 619 01C5; 01C6; MAP 707 03A6; 03C6; MAP 720 03D5; 03C6; MA [all...] |
rfc3920node.txt | 13 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3920node.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 -xmpp-node --normalize --check-bidi 73 09C5..09C6; ; UNASSIGNED 219 10C6..10CF; ; UNASSIGNED 240 12C6..12C7; ; UNASSIGNED 454 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3920node.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 -xmpp-node --normalize --check-bidi 492 00C6; 00E6; MAP 618 01C4; 01C6; MAP 619 01C5; 01C6; MAP 707 03A6; 03C6; MAP 720 03D5; 03C6; MA [all...] |