projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08a8ba5
)
Correct typo in performance increase rewrite.
author
drepper
<drepper>
Tue, 17 Aug 1999 22:32:19 +0000
(22:32 +0000)
committer
drepper
<drepper>
Tue, 17 Aug 1999 22:32:19 +0000
(22:32 +0000)
sysdeps/ieee754/dbl-64/s_erf.c
patch
|
blob
|
history
diff --git
a/sysdeps/ieee754/dbl-64/s_erf.c
b/sysdeps/ieee754/dbl-64/s_erf.c
index
d8b6629
..
94fb5c9
100644
(file)
--- a/
sysdeps/ieee754/dbl-64/s_erf.c
+++ b/
sysdeps/ieee754/dbl-64/s_erf.c
@@
-246,8
+246,8
@@
sb[] = {0.0,3.03380607434824582924e+01, /* 0x403E568B, 0x261D5190 */
Q2 = qa[2]+s*qa[3];
P3 = pa[4]+s*pa[5];
Q3 = qa[4]+s*qa[5];
- P4 =
s6*
pa[6];
- Q4 =
s6*
qa[6];
+ P4 = pa[6];
+ Q4 = qa[6];
P = P1 + s2*P2 + s4*P3 + s6*P4;
Q = Q1 + s2*Q2 + s4*Q3 + s6*Q4;
#endif
@@
-362,8
+362,8
@@
weak_alias (__erf, erfl)
Q2 = qa[2]+s*qa[3];
P3 = pa[4]+s*pa[5];
Q3 = qa[4]+s*qa[5];
- P4 =
s6*
pa[6];
- Q4 =
s6*
qa[6];
+ P4 = pa[6];
+ Q4 = qa[6];
P = P1 + s2*P2 + s4*P3 + s6*P4;
Q = Q1 + s2*Q2 + s4*Q3 + s6*Q4;
#endif