Searched refs:coshf (Results 1 - 9 of 9) sorted by path

/haiku/headers/posix/
H A Dmath.h146 extern float coshf(float x);
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_ccoshf.c42 float cosh_val = coshf (__real__ x);
H A Ds_csinf.c45 float cosh_val = coshf (__imag__ x);
H A Ds_csinhf.c45 float cosh_val = coshf (__real__ x);
H A Ds_ctanf.c62 den = cos2rx + coshf (2.0 * __imag__ x);
H A Ds_ctanhf.c62 den = (coshf (2.0 * __real__ x) + cos2ix);
/haiku/src/system/libroot/posix/musl/math/
H A Dcoshf.c3 float coshf(float x) function
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1565 void coshf() {} function
H A Dlibroot_stubs_legacy.c1503 void coshf() {} function

Completed in 169 milliseconds