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

  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_tanl.c 37 T15 = 0x1.7da36452b75e2b5fce9ee7c2c92ep-10L,
90 v = z * (T7 + w * (T11 + w * (T15 + w * (T19 + w * (T23 +
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tanhl.c 57 T15 = -1.4555786415756001e-3, /* -0x17d923aa63814d.0p-62 */
72 T15 = -1.45583438705131796512568010348874662e-3L; /* -0x17da36452b75e150c44cc34253b34.0p-122L */
140 RETURNI(((T19*x2 + T17)*x4 + (T15*x2 + T13))*(x2*x*x2*x4*x4) +
148 T15)*x2 + T13)*x2 + T11)*x2 + T9)*x2 + T7)*x2 + T5)*
154 T15)*x2 + T13)*x2 + T11)*x2 + T9)*x2 + T7)*x2 + T5)*
  /external/clang/test/CodeGen/
x86_32-arguments-darwin.c 87 typedef long long T15 __attribute__ ((vector_size (16)));
88 T15 f15(void) { while (1) {} }
105 struct { T15 a; } f21(void) { while (1) {} }

Completed in 6342 milliseconds