summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/mathf
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-02 14:06:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-02 14:06:13 +0000
commitae790c6477b14b383e0294887614ae539dfdf8da (patch)
treedbd2340d97f2dee0278ee68bea32653c5975dd76 /testsuites/libtests/mathf
parent2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ae790c6477b14b383e0294887614ae539dfdf8da.tar.bz2
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* math/math.scn, mathf/mathf.scn, mathl/mathl.scn: Regenerate.
Diffstat (limited to 'testsuites/libtests/mathf')
-rw-r--r--testsuites/libtests/mathf/mathf.scn83
1 files changed, 1 insertions, 82 deletions
diff --git a/testsuites/libtests/mathf/mathf.scn b/testsuites/libtests/mathf/mathf.scn
index 48cacac8bb..1782a1fcf5 100644
--- a/testsuites/libtests/mathf/mathf.scn
+++ b/testsuites/libtests/mathf/mathf.scn
@@ -1,85 +1,4 @@
*** FLOAT MATH TEST ***
-acos : 1.570796
-acosh : -nan
-asin : 1.570796
-asinh : 0.881374
-atan : 0.665774
-atan2 : 0.785398
-atanh : inf
-cbrt : 3.000000
-ceil : 4.000000
-copysign : -3.500000
-cos : 0.000000
-cosh : 2.509178
-erf : 1.000000
-erfc : 0.000000
-exp : 1.521962
-exp2 : 1.337928
-expm1 : 0.000420
-fabs : 1.123000
-fdim : 0.000000
-floor : 0.000000
-floor : -1.000000
-fma : 7.630000
-fmax : 0.420000
-fmin : -0.420000
-fmod : 0.000000
-fpclassify : 4
-frexp : 0.656250
-hypot : 59.396970
-ilogb : 5
-isfinite : 1
-isgreater : 0
-isgreaterequal : 0
-isinf : 0
-isless : 1
-islessequal : 1
-islessgreater : 1
-isnan : 0
-isnormal : 1
-isunordered : 1
-j0 : 0.671133
-j1 : 0.498289
-jn : 0.159349
-ldexp : 9.600000
-lgamma : 114.034212
-llrint : 0.000000
-llrint : 0.000000
-lround : -1.000000
-lround : 1.000000
-log : 3.737670
-log10 : 1.623249
-log1p : 3.761200
-log2 : 5.392317
-logb : 5.000000
-lrint : 0.000000
-lrint : 0.000000
-lround : -1.000000
-lround : 1.000000
-lmodf : 0.000000
-nan : nan
-nearbyint : 2.000000
-nextafter : 1.500000
-pow : 9.060100
-remainder : -0.990000
-remquo : -1.000000
-rint : 0.000000
-rint : -0.000000
-round : 1.000000
-round : -1.000000
-scalbln : 9.600000
-scalbn : 9.600000
-signbit : 0
-sin : 0.707107
-sinh : 0.868671
-sqrt : 3.000000
-tan : 1.000000
-tanh : 0.655794
-tgamma : 1.046486
-trunc : 3.000000
-y0 : 0.228084
-y1 : -0.621136
-yn : -3.589900
acosf : 1.570796
acoshf : -nan
asinf : 1.570796
@@ -158,7 +77,7 @@ tanf : 1.000000
tanhf : 0.655794
tgammaf : 1.046486
truncf : 3.000000
-y0f : 0.228084
+y0f : 0.228083
y1f : -0.621136
ynf : -3.589899
*** END OF FLOAT MATH TEST ***