Searched refs:logq (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dacoshq.c19 * acoshl(x) = logq [ x + sqrtq(x*x-1) ]
21 * acoshl(x) := logq(x)+ln2, if x is large; else
22 * acoshl(x) := logq(2x-1/(sqrtq(x*x-1)+x)) if x>2; else
49 return logq(x)+ln2; /* acoshl(huge)=logq(2x) */
54 return logq(2*x-one/(x+sqrtq(t-one)));
H A Dasinhq.c24 * asinhq(x) = signl(x) * logq [ |x| + sqrtq(x*x+1) ]
27 * := signl(x)*(logq(x)+ln2)) for large |x|, else
28 * := signl(x)*logq(2|x|+1/(|x|+sqrtq(x*x+1))) if|x|>2, else
60 w = logq (u.value) + ln2;
65 w = logq (2.0 * t + one / (sqrtq (x * x + one) + t));
H A Dcatanhq.c76 - logq (fabsq (__imag__ x))));
91 __real__ res = 0.25Q * logq (f);
H A Dcatanq.c107 - logq (fabsq (__real__ x))));
123 __imag__ res = 0.25Q * logq (f);
H A Dlgammaq.c797 return -logq (q);
806 z = logq (PIL / z) - w;
820 return -logq (x);
853 p = p - logq (x);
881 p = p - logq (x);
1041 return x * (logq (x) - 1);
1043 q = (x - 0.5Q) * logq (x) + q;
H A Dclogq.c94 __real__ result = logq (d) - scale * (__float128) M_LN2q;
H A Dcasinhq_kernel.c61 __real__ res = logq (rx + s);
71 __real__ res = logq (ix + s);
H A Djnq.c247 tmp = tmp * logq (fabsq (v * tmp));
H A Dlogq.c9 * long double x, y, logq();
11 * y = logq( x );
186 logq(__float128 x) function
H A Dtgammaq.c118 exp_adj += x_eps * logq (x_adj);
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dacoshq.c19 * acoshl(x) = logq [ x + sqrtq(x*x-1) ]
21 * acoshl(x) := logq(x)+ln2, if x is large; else
22 * acoshl(x) := logq(2x-1/(sqrtq(x*x-1)+x)) if x>2; else
49 return logq(x)+ln2; /* acoshl(huge)=logq(2x) */
54 return logq(2*x-one/(x+sqrtq(t-one)));
H A Dasinhq.c24 * asinhq(x) = signl(x) * logq [ |x| + sqrtq(x*x+1) ]
27 * := signl(x)*(logq(x)+ln2)) for large |x|, else
28 * := signl(x)*logq(2|x|+1/(|x|+sqrtq(x*x+1))) if|x|>2, else
60 w = logq (u.value) + ln2;
65 w = logq (2.0 * t + one / (sqrtq (x * x + one) + t));
H A Dcatanhq.c76 - logq (fabsq (__imag__ x))));
91 __real__ res = 0.25Q * logq (f);
H A Dcatanq.c107 - logq (fabsq (__real__ x))));
123 __imag__ res = 0.25Q * logq (f);
H A Dlgammaq.c797 return -logq (q);
806 z = logq (PIL / z) - w;
820 return -logq (x);
853 p = p - logq (x);
881 p = p - logq (x);
1041 return x * (logq (x) - 1);
1043 q = (x - 0.5Q) * logq (x) + q;
H A Dclogq.c94 __real__ result = logq (d) - scale * (__float128) M_LN2q;
H A Dcasinhq_kernel.c61 __real__ res = logq (rx + s);
71 __real__ res = logq (ix + s);
H A Djnq.c247 tmp = tmp * logq (fabsq (v * tmp));
H A Dlogq.c9 * long double x, y, logq();
11 * y = logq( x );
186 logq(__float128 x) function
H A Dtgammaq.c118 exp_adj += x_eps * logq (x_adj);
/netbsd-current/external/gpl3/gcc/dist/libquadmath/
H A Dquadmath_weak.h79 __qmath3 (logq)
H A Dquadmath.h86 extern __float128 logq (__float128) __quadmath_throw;
H A DMakefile.am57 math/erfq.c math/logq.c math/sqrtq.c math/expm1q.c math/lroundq.c \
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/
H A Dquadmath_weak.h79 __qmath3 (logq)
H A Dquadmath.h86 extern __float128 logq (__float128) __quadmath_throw;

Completed in 209 milliseconds

12