Home
last modified time | relevance | path

Searched refs:sin2ix (Results 1 – 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_ctanhf.c57 float sin2ix, cos2ix; in __ctanhf() local
60 sincosf (2.0 * __imag__ x, &sin2ix, &cos2ix); in __ctanhf()
65 __imag__ res = sin2ix / den; in __ctanhf()
H A Ds_ctanhl.c57 long double sin2ix, cos2ix; in __ctanhl() local
60 sincosl (2.0 * __imag__ x, &sin2ix, &cos2ix); in __ctanhl()
65 __imag__ res = sin2ix / den; in __ctanhl()
H A Ds_ctanh.c57 double sin2ix, cos2ix; in __ctanh() local
60 sincos (2.0 * __imag__ x, &sin2ix, &cos2ix); in __ctanh()
65 __imag__ res = sin2ix / den; in __ctanh()