Home
last modified time | relevance | path

Searched refs:log1p64 (Results 1 – 5 of 5) sorted by relevance

/picolibc-latest/newlib/libm/math/
Ds_atanh.c58 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()
Ds_acosh.c58 return log1p64(t + sqrt64(_F_64(2.0) * t + t * t)); in acosh64()
Ds_asinh.c88 w = log1p64(fabs64(x) + t / (one + sqrt64(one + t))); in asinh64()
/picolibc-latest/newlib/libm/common/
Ds_log1p.c135 log1p64(__float64 x) in log1p64() function
Dmath_config.h1266 #define log1p64 _NAME_64(log1p) macro