Finish renamed DLA_FMA -> DLA_FMS

This commit is contained in:
Ulrich Drepper 2011-10-24 14:21:18 -04:00
parent a201fbcf9c
commit 58985aa92f
9 changed files with 22 additions and 9 deletions

View file

@ -1,3 +1,16 @@
2011-10-24 Ulrich Drepper <drepper@gmail.com>
* sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
rename.
* sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
* sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
* sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
* sysdeps/ieee754/dbl-64/e_log.c: Likewise.
* sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
* sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
* sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
* sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2011-10-24 Andreas Schwab <schwab@redhat.com>
* wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.

View file

@ -53,7 +53,7 @@ void __doasin(double x, double dx, double v[]) {
double xx,p,pp,u,uu,r,s;
double tc,tcc;
#ifndef DLA_FMA
#ifndef DLA_FMS
double hx,tx,hy,ty,tp,tq;
#endif

View file

@ -50,7 +50,7 @@
void __dubsin(double x, double dx, double v[]) {
double r,s,c,cc,d,dd,d2,dd2,e,ee,
sn,ssn,cs,ccs,ds,dss,dc,dcc;
#ifndef DLA_FMA
#ifndef DLA_FMS
double p,hx,tx,hy,ty,q;
#endif
#if 0
@ -104,7 +104,7 @@ void __dubsin(double x, double dx, double v[]) {
void __dubcos(double x, double dx, double v[]) {
double r,s,c,cc,d,dd,d2,dd2,e,ee,
sn,ssn,cs,ccs,ds,dss,dc,dcc;
#ifndef DLA_FMA
#ifndef DLA_FMS
double p,hx,tx,hy,ty,q;
#endif
#if 0

View file

@ -64,7 +64,7 @@ double __ieee754_atan2(double y,double x) {
static const int pr[MM]={6,8,10,20,32};
double ax,ay,u,du,u9,ua,v,vv,dv,t1,t2,t3,t7,t8,
z,zz,cor,s1,ss1,s2,ss2;
#ifndef DLA_FMA
#ifndef DLA_FMS
double t4,t5,t6;
#endif
#if 0

View file

@ -58,7 +58,7 @@ double __ieee754_log(double x) {
sij,ssij,ttij,A,B,B0,y,y1,y2,polI,polII,sa,sb,
t1,t2,t7,t8,t,ra,rb,ww,
a0,aa0,s1,s2,ss2,s3,ss3,a1,aa1,a,aa,b,bb,c;
#ifndef DLA_FMA
#ifndef DLA_FMS
double t3,t4,t5,t6;
#endif
number num;

View file

@ -284,7 +284,7 @@ static double my_log2(double x, double *delta, double *error) {
#endif
double ou1,ou2,lu1,lu2,ov,lv1,lv2,a,a1,a2;
double y,yy,z,zz,j1,j2,j7,j8;
#ifndef DLA_FMA
#ifndef DLA_FMS
double j3,j4,j5,j6;
#endif
mynumber u,v;

View file

@ -51,7 +51,7 @@ double __halfulp(double x, double y)
{
mynumber v;
double z,u,uu;
#ifndef DLA_FMA
#ifndef DLA_FMS
double j1,j2,j3,j4,j5;
#endif
int4 k,l,m,n;

View file

@ -54,7 +54,7 @@ double atan(double x) {
double cor,s1,ss1,s2,ss2,t1,t2,t3,t7,t8,t9,t10,u,u2,u3,
v,vv,w,ww,y,yy,z,zz;
#ifndef DLA_FMA
#ifndef DLA_FMS
double t4,t5,t6;
#endif
#if 0

View file

@ -51,7 +51,7 @@ double tan(double x) {
int ux,i,n;
double a,da,a2,b,db,c,dc,c1,cc1,c2,cc2,c3,cc3,fi,ffi,gi,pz,s,sy,
t,t1,t2,t3,t4,t7,t8,t9,t10,w,x2,xn,xx2,y,ya,yya,z0,z,zz,z2,zz2;
#ifndef DLA_FMA
#ifndef DLA_FMS
double t5,t6;
#endif
int p;