Searched refs:T3 (Results 1 – 4 of 4) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_tanhl.c | 50 #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/ |
D | k_tanl.c | 31 T3 = 0x1.5555555555555555555555555553p-2L, variable 95 r += T3 * s; in __kernel_tanl()
|
D | s_expl.c | 129 T3 = 0.03125; variable 239 if (x < T3) { in expm1l()
|
/bionic/tests/ |
D | math_data_test.h | 74 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)) {
|