Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_tanhl.c50 #define T3 T3u.e macro
66 T3 = -3.33333333333333333333333333333332980e-1L, /* -0x1555555555555555555555555554e.0p-114L */ variable
142 T3*(x2*x) + x); in tanhl()
150 T3*(x2*x) + x); in tanhl()
156 RETURNI(q + T3*(x2*x) + x); in tanhl()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Dk_tanl.c31 T3 = 0x1.5555555555555555555555555553p-2L, variable
95 r += T3 * s; in __kernel_tanl()
Ds_expl.c129 T3 = 0.03125; variable
239 if (x < T3) { in expm1l()
/bionic/tests/
Dmath_data_test.h74 template <typename RT, typename T1, typename T2, typename T3>
79 T3 input3;
276 template <size_t ULP, typename RT, typename T1, typename T2, typename T3, size_t N>
277 void DoMathDataTest(data_1_3_t<RT, T1, T2, T3> (&data)[N], RT f(T1, T2, T3)) {