Searched refs:expm1 (Results 1 - 10 of 10) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Dtanh.c27 t = expm1(2*x);
32 t = expm1(2*x);
36 t = expm1(-2*x);
H A Dcosh.c25 t = expm1(x);
H A Dsinh.c23 t = expm1(absx);
26 /* note: inexact and underflow are raised by expm1 */
H A Dexpm1l.c55 return expm1(x);
121 return expm1(x);
H A Dexpm1.c12 /* expm1(x)
24 * 2. Approximating expm1(r) by a special rational function on
50 * expm1(r) = exp(r)-1 is then computed by the following
54 * expm1(r) = r + --- + --- * [--------------------]
58 * expm1(r+c) = expm1(r) + c + expm1(r)*c
59 * ~ expm1(r) + c + r*c
61 * expm1(r+c). Now rearrange the term to avoid optimization
65 * expm1(
121 double expm1(double x) function
[all...]
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dexp.s21 .global expm1
22 .type expm1,@function
23 expm1: label
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h122 __MATHCALL (expm1,, (_Mdouble_ __x));
/haiku/headers/posix/
H A Dmath.h211 extern double expm1(double x);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1664 void expm1() {} function
H A Dlibroot_stubs_legacy.c1608 void expm1() {} function

Completed in 135 milliseconds