HomeSort by relevance Sort by last modified time
    Searched defs:C16 (Results 1 - 9 of 9) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_coshl.c 56 C16 = 4.8473490896852041e-14; /* 0x1b49c429701e45.0p-97 */
69 C16 = 4.77947733238737883626416876486279985e-14L; /* 0x1ae7f3e733b814d4e1b90f5727fe4.0p-157L */
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/Layout/
ms-x86-basic-layout.cpp 29 struct C16 {
31 C16() : a(0xf0000c16) {}
32 virtual void f() {printf("C16");}
123 struct TestF3 : A4, virtual C16 {
135 // CHECK-NEXT: 16 | struct C16 (virtual base)
136 // CHECK-NEXT: 16 | (C16 vftable pointer)
147 // CHECK-X64-NEXT: 32 | struct C16 (virtual base)
148 // CHECK-X64-NEXT: 32 | (C16 vftable pointer)
168 // CHECK-NEXT: 32 | struct C16 (virtual base)
169 // CHECK-NEXT: 32 | (C16 vftable pointer
    [all...]
  /external/speex/libspeex/
ltp.c 314 spx_word16_t *C16,
335 sum = compute_pitch_error(C16, g, pitch_control);
448 spx_word16_t C16[9];
450 spx_word16_t *C16=C;
477 normalize16(C, C16, 32767, 9);
484 best_cdbk = pitch_gain_search_3tap_vq(gain_cdbk, gain_cdbk_size, C16, max_gain);
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_expl.c 164 C16 = 4.7793721460260450e-14, /* 0x1.ae7cd18a18eacp-45 */
248 dx * (C14 + dx * (C15 + dx * (C16 +
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince853StepInterpolator.java 139 private static final double C16 = 7.0 / 9.0;
427 integrator.computeDerivatives(pT + C16 * h, yTmp, yDotKLast[2]);
  /toolchain/binutils/binutils-2.27/opcodes/
ia64-opc.h 50 #define C16 IA64_OPND_C16
  /external/python/cpython3/Lib/test/
test_descr.py     [all...]
  /libcore/benchmarks/src/benchmarks/
ImtConflictBenchmark.java 187 C16 c16 = new C16(); local
188 callF0(c16);
189 callF43(c16);
190 callF86(c16);
191 callF129(c16);
192 callF172(c16);
193 callF215(c16);
194 callF258(c16);
667 C16 c16 = new C16(); local
    [all...]
  /art/test/636-arm64-veneer-pool/src/
Main.java 36 class C16 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } }
    [all...]

Completed in 532 milliseconds