forked from Imagelibrary/rtems
2011-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* math/domath.in: Fix typo in printf. * math/domath.c, math/domathf.c, math/domathl.c: Regenerate. * math/math.scn: Regenerate.
This commit is contained in:
@@ -264,7 +264,7 @@ domath (void)
|
||||
fprintf( stdout, "tanh : %f\n", f1);
|
||||
|
||||
f1 = tgamma (2.1);
|
||||
fprintf( stdout, "tanh : %f\n", f1);
|
||||
fprintf( stdout, "tgamma : %f\n", f1);
|
||||
|
||||
f1 = trunc (3.5);
|
||||
fprintf( stdout, "trunc : %f\n", f1);
|
||||
|
||||
@@ -264,7 +264,7 @@ domath@FSUFFIX@ (void)
|
||||
fprintf( stdout, "tanh@FSUFFIX@ : %f\n", f1);
|
||||
|
||||
f1 = tgamma@FSUFFIX@(2.1);
|
||||
fprintf( stdout, "tanh@FSUFFIX@ : %f\n", f1);
|
||||
fprintf( stdout, "tgamma@FSUFFIX@ : %f\n", f1);
|
||||
|
||||
f1 = trunc@FSUFFIX@(3.5);
|
||||
fprintf( stdout, "trunc@FSUFFIX@ : %f\n", f1);
|
||||
|
||||
@@ -264,7 +264,7 @@ domathf (void)
|
||||
fprintf( stdout, "tanhf : %f\n", f1);
|
||||
|
||||
f1 = tgammaf(2.1);
|
||||
fprintf( stdout, "tanhf : %f\n", f1);
|
||||
fprintf( stdout, "tgammaf : %f\n", f1);
|
||||
|
||||
f1 = truncf(3.5);
|
||||
fprintf( stdout, "truncf : %f\n", f1);
|
||||
|
||||
@@ -264,7 +264,7 @@ domathl (void)
|
||||
fprintf( stdout, "tanhl : %Lf\n", f1);
|
||||
|
||||
f1 = tgammal(2.1);
|
||||
fprintf( stdout, "tanhl : %Lf\n", f1);
|
||||
fprintf( stdout, "tgammal : %Lf\n", f1);
|
||||
|
||||
f1 = truncl(3.5);
|
||||
fprintf( stdout, "truncl : %Lf\n", f1);
|
||||
|
||||
@@ -75,7 +75,7 @@ sinh : 0.868671
|
||||
sqrt : 3.000000
|
||||
tan : 1.000000
|
||||
tanh : 0.655794
|
||||
tanh : 1.046486
|
||||
tgamma : 1.046486
|
||||
trunc : 3.000000
|
||||
y0 : 0.228084
|
||||
y1 : -0.621136
|
||||
@@ -156,7 +156,7 @@ sinhf : 0.868671
|
||||
sqrtf : 3.000000
|
||||
tanf : 1.000000
|
||||
tanhf : 0.655794
|
||||
tanhf : 1.046486
|
||||
tgammaf : 1.046486
|
||||
truncf : 3.000000
|
||||
y0f : 0.228084
|
||||
y1f : -0.621136
|
||||
|
||||
Reference in New Issue
Block a user