Searched refs:T3 (Results 1 - 4 of 4) sorted by relevance

/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);
/bionic/tests/
H A Dmath_data_test.h62 template <typename RT, typename T1, typename T2, typename T3>
67 T3 input3;
242 template <size_t ULP, typename RT, typename T1, typename T2, typename T3, size_t N>
243 void DoMathDataTest(data_1_3_t<RT, T1, T2, T3> (&data)[N], RT f(T1, T2, T3)) {
/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) {

Completed in 147 milliseconds