HomeSort by relevance Sort by last modified time
    Searched refs:C10 (Results 1 - 18 of 18) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_cosl.c 47 C10 = -0.8896592467191938803288521958313920156409e-21,
57 z*(C8+z*(C9+z*(C10+z*C11))))))))));
s_expl.c 135 * XXX none of the long double C or D coeffs except C10 is correctly printed.
149 C10 = 2.75573192239858906612966093057020362e-7L,
156 * XXX can start the double coeffs but not the double mults at C10.
157 * With my coeffs (C10-C17 double; s = best_s):
246 x * (C7 + x * (C8 + x * (C9 + x * (C10 +
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_coshl.c 53 C10 = 2.7557319163300398e-7, /* 0x127e4fb6c9b55f.0p-74 */
66 C10 = 2.75573192239858906525574318600800201e-7L, /* 0x127e4fb7789f5c72ef01c8a040640.0p-134L */
107 RETURNI(((C16*x2 + C14)*x4 + (C12*x2 + C10))*(x4*x4*x2) +
113 C16)*x2 + C14)*x2 + C12)*x2 + C10)*x2 + C8)*x2 + C6)*x2 +
  /external/clang/test/CodeGenCXX/
lto-visibility-inference.cpp 54 struct C10 {
69 std::C7::C8 *c8, stdext::C9 *c9, other::C10 *c10) {
102 c10->f();
  /external/annotation-tools/annotation-file-utilities/tests/system-test/source-ann-better/
AnnotationTest.java 39 @interface C10 {}
44 public @AClass /*@CClass*/ class AnnotationTest<Foo extends @A10 /*@C10*/ Comparable<@A11 /*@C11*/ Integer>> {
  /toolchain/binutils/binutils-2.27/opcodes/
aarch64-opc.c     [all...]
  /prebuilts/go/darwin-x86/test/import2.dir/
import3.go 31 p.C10 = (chan<- (<-chan (chan int)))(nil)
import2.go 20 var C10 chan <- <- chan chan int = (chan<- (<-chan (chan int)))(nil)
  /prebuilts/go/linux-x86/test/import2.dir/
import3.go 31 p.C10 = (chan<- (<-chan (chan int)))(nil)
import2.go 20 var C10 chan <- <- chan chan int = (chan<- (<-chan (chan int)))(nil)
  /external/annotation-tools/annotation-file-utilities/tests/system-test/source-ann/
AnnotationTest.java 114 @interface C10 {}
119 public @AClass /*@CClass*/ class AnnotationTest<Foo extends /*A10*/ /*C10*/ Comparable</*A11*/ /*C11*/ Integer>> {
  /external/libvpx/libvpx/test/
dct16x16_test.cc 44 const double C10 = 0.555570233019602;
126 temp1 = output[5] * C10;
131 temp2 = output[6] * C10;
  /libcore/benchmarks/src/benchmarks/
ImtConflictBenchmark.java 100 C10 c10 = new C10(); local
101 callF0(c10);
102 callF43(c10);
103 callF86(c10);
104 callF129(c10);
105 callF172(c10);
106 callF215(c10);
107 callF258(c10);
517 C10 c10 = new C10(); local
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h     [all...]
  /external/llvm/lib/Target/Sparc/Disassembler/
SparcDisassembler.cpp 136 SP::C8, SP::C9, SP::C10, SP::C11,
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 156 Sparc::C8, Sparc::C9, Sparc::C10, Sparc::C11,
    [all...]
  /external/python/cpython3/Lib/test/
test_descr.py     [all...]
  /art/test/636-arm64-veneer-pool/src/
Main.java 30 class C10 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } }
    [all...]

Completed in 937 milliseconds