Searched refs:sinhl (Results 1 - 9 of 9) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Dsinhl.c4 long double sinhl(long double x) function
9 long double sinhl(long double x) function
39 long double sinhl(long double x) function
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_ctanhl.c64 __real__ res = sinhl (2.0 * __real__ x) / den;
H A Ds_ctanl.c65 __imag__ res = sinhl (2.0 * __imag__ x) / den;
H A Ds_ccoshl.c41 long double sinh_val = sinhl (__real__ x);
H A Ds_csinl.c44 long double sinh_val = sinhl (__imag__ x);
H A Ds_csinhl.c44 long double sinh_val = sinhl (__real__ x);
/haiku/headers/posix/
H A Dmath.h308 extern long double sinhl(long double x);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2459 void sinhl() {} function
H A Dlibroot_stubs_legacy.c2449 void sinhl() {} function

Completed in 101 milliseconds