Searched refs:sqrtq (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/gcc/libquadmath/math/
H A Dacoshq.c54 return logq(2.0Q*x-one/(x+sqrtq(t-one)));
57 return log1pq(t+sqrtq(2.0Q*t+t*t));
H A Dcsqrtq.c69 __imag__ res = copysignq (sqrtq (-__real__ x),
74 __real__ res = fabsq (sqrtq (__real__ x));
82 r = sqrtq (0.5Q * fabsq (__imag__ x));
84 r = 0.5Q * sqrtq (2.0Q * fabsq (__imag__ x));
122 r = sqrtq (0.5Q * (d + __real__ x));
127 s = sqrtq (0.5Q * (d - __real__ x));
H A Dasinhq.c60 w = logq (2.0 * t + one / (sqrtq (x * x + one) + t));
65 w = log1pq (u.value + t / (one + sqrtq (one + t)));
H A Dsqrtq.c6 sqrtq (const __float128 x) function
H A Dhypotq.c106 w = sqrtq(t1*t1-(b*(-b)-t2*(a+t1)));
115 w = sqrtq(t1*y1-(w*(-w)-(t1*y2+t2*b)));
H A Djnq.c148 b = invsqrtpi * temp / sqrtq (x);
369 b = invsqrtpi * temp / sqrtq (x);
H A Dacosq.c54 * Functions needed: sqrtq.
272 s = sqrtq (z);
H A Dasinq.c231 s = sqrtq (t);
H A Dj0q.c778 z = ONEOSQPI * (p * cc - q * ss) / sqrtq (xx);
920 z = ONEOSQPI * (p * ss + q * cc) / sqrtq (x);
H A Dj1q.c783 z = ONEOSQPI * (p * cc - q * ss) / sqrtq (xx);
926 z = ONEOSQPI * (p * ss + q * cc) / sqrtq (xx);
H A Dpowq.c234 return sqrtq (x);
/haiku-buildtools/gcc/libquadmath/
H A Dquadmath_weak.h96 __qmath3 (sqrtq)
H A Dquadmath.h100 extern __float128 sqrtq (__float128) __quadmath_throw;
H A DMakefile.am57 math/erfq.c math/logq.c math/sqrtq.c math/expm1q.c math/lroundq.c \
H A DMakefile.in112 @BUILD_LIBQUADMATH_TRUE@ math/logq.lo math/sqrtq.lo \
340 @BUILD_LIBQUADMATH_TRUE@ math/erfq.c math/logq.c math/sqrtq.c math/expm1q.c math/lroundq.c \
566 math/sqrtq.lo: math/$(am__dirstamp) math/$(DEPDIR)/$(am__dirstamp)
829 -rm -f math/sqrtq.$(OBJEXT)
830 -rm -f math/sqrtq.lo
965 @AMDEP_TRUE@@am__include@ @am__quote@math/$(DEPDIR)/sqrtq.Plo@am__quote@

Completed in 131 milliseconds