Searched refs:log1p64 (Results 1 – 5 of 5) sorted by relevance
58 t = _F_64(0.5) * log1p64(t + t * x / (one - x)); in atanh64()60 t = _F_64(0.5) * log1p64((x + x) / (one - x)); in atanh64()
58 return log1p64(t + sqrt64(_F_64(2.0) * t + t * t)); in acosh64()
88 w = log1p64(fabs64(x) + t / (one + sqrt64(one + t))); in asinh64()
135 log1p64(__float64 x) in log1p64() function
1266 #define log1p64 _NAME_64(log1p) macro