HomeSort by: relevance | last modified time | path
    Searched defs:T33 (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libm/ld128/
k_tanl.c 44 T33 = 0x1.cd2a5a292b180e0bdd701057dfe3p-22L,
85 w * (T25 + w * (T29 + w * (T33 +
  /src/lib/libm/ld80/
k_tanl.c 68 T33 = 0.0000023261313142559411; /* 0x13835436c0c87f.0p-71 */
93 w * (T25 + w * (T29 + w * T33))))));
  /src/lib/libm/src/
s_tanhl.c 88 T33 = 3.4744117554063574e-7; /* 0x1750fe732cab9c.0p-74 */
154 RETURNI(((((((((((((((T33*dx2 + T31)*dx2 + T29)*dx2 + T27)*dx2 +
160 long double q = ((((((((((((((T33*dx2 + T31)*dx2 + T29)*dx2 + T27)*dx2 +
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_internal.h 1761 UINT128 coeff, T33, T34;
1777 T33 = power10_table_128[33];
1782 if (__unsigned_compare_ge_128 (coeff, T33)) // non-canonical
1787 if (__unsigned_compare_ge_128 ((*pcoefficient_x), T33)) // non-canonical
1826 UINT128 coeff, T33, T34;
1842 T33 = power10_table_128[33];
1847 if (__unsigned_compare_ge_128 (coeff, T33)) { // non-canonical
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_internal.h 1761 UINT128 coeff, T33, T34;
1777 T33 = power10_table_128[33];
1782 if (__unsigned_compare_ge_128 (coeff, T33)) // non-canonical
1787 if (__unsigned_compare_ge_128 ((*pcoefficient_x), T33)) // non-canonical
1826 UINT128 coeff, T33, T34;
1842 T33 = power10_table_128[33];
1847 if (__unsigned_compare_ge_128 (coeff, T33)) { // non-canonical

Completed in 24 milliseconds