HomeSort by: relevance | last modified time | path
    Searched refs:sinhix (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libquadmath/math/
ctanq.c 100 __float128 sinhix, coshix; local
103 sinhix = sinhq (__imag__ x);
108 sinhix = __imag__ x;
112 if (fabsq (sinhix) > fabsq (cosrx) * FLT128_EPSILON)
113 den = cosrx * cosrx + sinhix * sinhix;
117 __imag__ res = sinhix * coshix / den;
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
ctanq.c 100 __float128 sinhix, coshix; local
103 sinhix = sinhq (__imag__ x);
108 sinhix = __imag__ x;
112 if (fabsq (sinhix) > fabsq (cosrx) * FLT128_EPSILON)
113 den = cosrx * cosrx + sinhix * sinhix;
117 __imag__ res = sinhix * coshix / den;

Completed in 16 milliseconds