Home
last modified time | relevance | path

Searched refs:expm1l (Results 1 – 12 of 12) sorted by relevance

/picolibc-latest/newlib/libm/ld/ld128/
Ds_tanhl.c88 t = expm1l (two * u.value); in tanhl()
93 t = expm1l (-two * u.value); in tanhl()
De_coshl.c74 t = expm1l (u.value); in coshl()
De_sinhl.c82 t = expm1l (u.value); in sinhl()
Ds_expm1l.c91 expm1l(long double x) in expm1l() function
/picolibc-latest/newlib/libm/ld/ld80/
Ds_tanhl.c66 t = expm1l(two*fabsl(x)); in tanhl()
69 t = expm1l(-two*fabsl(x)); in tanhl()
De_coshl.c53 t = expm1l(fabsl(x)); in coshl()
De_sinhl.c54 t = expm1l(fabsl(x)); in sinhl()
Ds_expm1l.c88 expm1l(long double x) in expm1l() function
/picolibc-latest/newlib/libc/include/
Dmath.h596 extern long double expm1l (long double);
/picolibc-latest/test/
Dmath-funcs.c277 l1 = expm1l (l1); in main()
Dlong_double_vec.h18495 long double y = expm1l(expm1l_vec[i].x); in test_expm1l()
/picolibc-latest/newlib/
DChangeLog-20156391 * libm/common/expm1l.c: Likewise.
6493 (frexpl, modfl, ceill, fabsl, floorl, log1pl, expm1l, acosl): Ditto.
6507 * libm/common/expm1l.c: Likewise.