Searched refs:sinhf (Results 1 - 9 of 9) sorted by last modified time

/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2448 void sinhf() {} function
H A Dlibroot_stubs.c2458 void sinhf() {} function
/haiku/headers/posix/
H A Dmath.h188 extern float sinhf(float x);
/haiku/src/system/libroot/posix/musl/math/
H A Dsinhf.c3 float sinhf(float x) function
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_ctanhf.c64 __real__ res = sinhf (2.0 * __real__ x) / den;
H A Ds_ctanf.c65 __imag__ res = sinhf (2.0 * __imag__ x) / den;
H A Ds_csinf.c44 float sinh_val = sinhf (__imag__ x);
H A Ds_csinhf.c44 float sinh_val = sinhf (__real__ x);
H A Ds_ccoshf.c41 float sinh_val = sinhf (__real__ x);

Completed in 107 milliseconds