mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
(__ieee754_sqrt): Remove unused variables b and n.
This commit is contained in:
parent
9bab980687
commit
7ea88fb414
@ -52,8 +52,8 @@ double __ieee754_sqrt(double x) {
|
||||
rt3 = 3.12523626554518656309172508769531E-01;
|
||||
static const double big = 134217728.0, big1 = 134217729.0;
|
||||
double y,t,del,res,res1,hy,z,zz,p,hx,tx,ty,s;
|
||||
mynumber a,b,c={{0,0}};
|
||||
int4 n,k;
|
||||
mynumber a,c={{0,0}};
|
||||
int4 k;
|
||||
|
||||
a.x=x;
|
||||
k=a.i[HIGH_HALF];
|
||||
|
Loading…
Reference in New Issue
Block a user