HomeSort by relevance Sort by last modified time
    Searched refs:C10 (Results 1 - 17 of 17) 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 137 * XXX none of the long double C or D coeffs except C10 is correctly printed.
151 C10 = 2.75573192239858906612966093057020362e-7L,
158 * XXX can start the double coeffs but not the double mults at C10.
159 * With my coeffs (C10-C17 double; s = best_s):
248 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 */
109 RETURNI(((C16*x2 + C14)*x4 + (C12*x2 + C10))*(x4*x4*x2) +
115 C16)*x2 + C14)*x2 + C12)*x2 + C10)*x2 + C8)*x2 + C6)*x2 +
k_sincosl.h 98 C10 = -0.8896592467191938803288521958313920156409e-21,
128 z * (C7 + z * (C8 + z * (C9 + z * (C10 + z * C11))))))))));
  /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/cldr/tools/java/org/unicode/cldr/draft/keyboard/
IsoLayoutPosition.java 39 "L"), C10('C', 10, ";"), C11('C', 11, "'"), C12('C', 12, "(key to right of ')"), // Additional key in 102+ layouts, typically is present
  /external/cldr/tools/java/org/unicode/cldr/draft/keyboard/test/
KeyboardTest.java 45 CharacterMap characterMap6 = CharacterMap.of(IsoLayoutPosition.C10, "\u0302");
89 CharacterMap characterMap6 = CharacterMap.of(IsoLayoutPosition.C10, "\u0302");
123 CharacterMap characterMap6 = CharacterMap.of(IsoLayoutPosition.C10, "\u0302");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 122 SystemZ::C8, SystemZ::C9, SystemZ::C10, SystemZ::C11,
  /external/libvpx/libvpx/test/
dct16x16_test.cc 45 const double C10 = 0.555570233019602;
127 temp1 = output[5] * C10;
132 temp2 = output[6] * C10;
  /external/cldr/tools/java/org/unicode/cldr/draft/
Keyboard.java 45 E00, E01, E02, E03, E04, E05, E06, E07, E08, E09, E10, E11, E12, E13, D00, D01, D02, D03, D04, D05, D06, D07, D08, D09, D10, D11, D12, D13, C00, C01, C02, C03, C04, C05, C06, C07, C08, C09, C10, C11, C12, C13, B00, B01, B02, B03, B04, B05, B06, B07, B08, B09, B10, B11, B12, B13, A00, A01, A02, A03, A04, A05, A06, A07, A08, A09, A10, A11, A12, A13;
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/Disassembler/
SparcDisassembler.cpp 138 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 181 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 250 milliseconds