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

1 2 3

  /external/clang/test/Parser/
cxx-concept-declaration.cpp 24 template<typename T> concept concept bool C6 = true; // expected-warning {{duplicate 'concept' declaration specifier}}
  /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 +
  /device/google/contexthub/firmware/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)))));
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
k_cos.c 30 * cos(x) ~ 1 - x*x/2 + C1*x + ... + C6*x
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
63 C6 = -1.13596475577881948265e-11; /* 0xBDA8FAE9, 0xBE8838D4 */
76 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
  /external/annotation-tools/annotation-file-utilities/tests/
ConstructorReceivers.java 35 class C6 {
36 public C6() {}
38 public C6(ConstructorReceivers.P0<K, V> other) {}
  /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 {
  /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)))));
  /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...]
  /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 +
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p2-0x.cpp 106 class C6 {
107 class c { using C6 = int; }; // ok
  /external/clang/test/SemaCXX/
alias-template.cpp 91 class C6 {
92 class c { template<typename U> using C6 = int; }; // ok
  /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...]
  /prebuilts/go/darwin-x86/test/import2.dir/
import2.go 15 var C6 chan <- <- chan int = (chan<- (<-chan int))(nil)
  /prebuilts/go/linux-x86/test/import2.dir/
import2.go 15 var C6 chan <- <- chan int = (chan<- (<-chan int))(nil)
  /libcore/ojluni/src/main/java/java/util/concurrent/
TimeUnit.java 84 public long toDays(long d) { return d/(C6/C0); }
99 public long toDays(long d) { return d/(C6/C1); }
114 public long toDays(long d) { return d/(C6/C2); }
129 public long toDays(long d) { return d/(C6/C3); }
145 public long toDays(long d) { return d/(C6/C4); }
161 public long toDays(long d) { return d/(C6/C5); }
171 public long toNanos(long d) { return x(d, C6/C0, MAX/(C6/C0)); }
172 public long toMicros(long d) { return x(d, C6/C1, MAX/(C6/C1));
    [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/testdata/
exports.go 24 C6 = "foo\n"
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/testdata/
exports.go 24 C6 = "foo\n"
  /external/libvpx/libvpx/test/
dct16x16_test.cc 40 const double C6 = 0.831469612302545;
127 temp2 = output[6] * C6;
130 temp1 = output[5] * C6;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_datetime.py     [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h     [all...]
  /external/python/cpython2/Lib/test/
test_datetime.py     [all...]

Completed in 787 milliseconds

1 2 3