Searched defs:T3 (Results 1 - 3 of 3) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Dk_tanl.c31 T3 = 0x1.5555555555555555555555555553p-2L, variable
95 r += T3 * s;
H A Ds_expl.c115 * Split the interval [T1, T2] into two intervals [T1, T3] and [T3, T2].
116 * Setting T3 to 0 would require the |x| < 0x1p-113 condition to appear
117 * in both subintervals, so set T3 = 2**-5, which places the condition
118 * into the [T1, T3] interval.
129 T3 = 0.03125; variable
239 if (x < T3) {
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_tanhl.c50 #define T3 T3u.e macro
66 T3 = -3.33333333333333333333333333333332980e-1L, /* -0x1555555555555555555555555554e.0p-114L */ variable
142 T3*(x2*x) + x);
150 T3*(x2*x) + x);
156 RETURNI(q + T3*(x2*x) + x);

Completed in 89 milliseconds