Searched refs:sin2ix (Results 1 – 3 of 3) sorted by relevance
57 float sin2ix, cos2ix; in __ctanhf() local60 sincosf (2.0 * __imag__ x, &sin2ix, &cos2ix); in __ctanhf()65 __imag__ res = sin2ix / den; in __ctanhf()
57 long double sin2ix, cos2ix; in __ctanhl() local60 sincosl (2.0 * __imag__ x, &sin2ix, &cos2ix); in __ctanhl()65 __imag__ res = sin2ix / den; in __ctanhl()
57 double sin2ix, cos2ix; in __ctanh() local60 sincos (2.0 * __imag__ x, &sin2ix, &cos2ix); in __ctanh()65 __imag__ res = sin2ix / den; in __ctanh()