source: rtems/testsuites/libtests/mathf/mathf.scn @ e371ea9

4.10.0
Last change on this file since e371ea9 was e371ea9, checked in by cvs2git <rtems-devel@…>, on 03/18/11 at 10:11:42

This commit was manufactured by cvs2svn to create tag 'rtems-4-10-0'.

Sprout from rtems-4-10-branch 2011-02-08 15:56:24 UTC Joel Sherrill <joel.sherrill@…> 'Ensure all version instances say 4.10.'
Cherrypick from rtems-4-10-branch 2011-03-18 10:11:41 UTC cvs2git <rtems-devel@…> 'This commit was manufactured by cvs2svn to create branch':

cpukit/zlib/ChangeLog
cpukit/zlib/ChangeLog.zlib
cpukit/zlib/FAQ
cpukit/zlib/Makefile.am
cpukit/zlib/README
cpukit/zlib/adler32.c
cpukit/zlib/compress.c
cpukit/zlib/crc32.c
cpukit/zlib/deflate.c
cpukit/zlib/deflate.h
cpukit/zlib/doc/algorithm.txt
cpukit/zlib/gzclose.c
cpukit/zlib/gzguts.h
cpukit/zlib/gzlib.c
cpukit/zlib/gzread.c
cpukit/zlib/gzwrite.c
cpukit/zlib/infback.c
cpukit/zlib/inffast.c
cpukit/zlib/inflate.c
cpukit/zlib/inflate.h
cpukit/zlib/inftrees.c
cpukit/zlib/inftrees.h
cpukit/zlib/trees.c
cpukit/zlib/uncompr.c
cpukit/zlib/zconf.h
cpukit/zlib/zlib.3
cpukit/zlib/zlib.h
cpukit/zlib/zutil.c
cpukit/zlib/zutil.h
testsuites/libtests/mathf/.cvsignore
testsuites/libtests/mathf/Makefile.am
testsuites/libtests/mathf/domathf.c
testsuites/libtests/mathf/init.c
testsuites/libtests/mathf/mathf.scn

  • Property mode set to 100644
File size: 2.0 KB
Line 
1*** FLOAT MATH TEST ***
2acosf          : 1.570796
3acoshf         : -nan
4asinf          : 1.570796
5asinhf         : 0.881374
6atanf          : 0.665774
7atan2f         : 0.785398
8atanhf         : inf
9cbrtf          : 3.000000
10ceilf          : 4.000000
11copysignf      : -3.500000
12cosf           : -0.000000
13coshf          : 2.509179
14erff           : 1.000000
15erfcf          : 0.000000
16expf           : 1.521962
17exp2f          : 1.337928
18expm1f         : 0.000420
19fabsf          : 1.123000
20fdimf          : 0.000000
21floorf         : 0.000000
22floorf         : -1.000000
23fmaf           : 7.630000
24fmaxf          : 0.420000
25fminf          : -0.420000
26fmodf          : 0.000000
27fpclassify     : 4
28frexpf         : 0.656250
29hypotf         : 59.396969
30ilogbf         : 5
31isfinite       : 1
32isgreater      : 0
33isgreaterequal : 0
34isinf          : 0
35isless         : 1
36islessequal    : 1
37islessgreater  : 1
38isnan          : 0
39isnormal       : 1
40isunordered    : 1
41j0f            : 0.671133
42j1f            : 0.498289
43jnf            : 0.159349
44ldexpf         : 9.600000
45lgammaf        : 114.034218
46llrintf        : 0.000000
47llrintf        : 0.000000
48lroundf        : -1.000000
49lroundf        : 1.000000
50logf           : 3.737670
51log10f         : 1.623249
52log1pf         : 3.761200
53log2f          : 5.392317
54logbf          : 5.000000
55lrintf         : 0.000000
56lrintf         : 0.000000
57lroundf        : -1.000000
58lroundf        : 1.000000
59lmodff         : 0.000000
60nanf           : nan
61nearbyintf     : 2.000000
62nextafterf     : 1.500000
63powf           : 9.060100
64remainderf     : -0.990000
65remquof        : -1.000000
66rintf          : 0.000000
67rintf          : -0.000000
68roundf         : 1.000000
69roundf         : -1.000000
70scalblnf       : 9.600000
71scalbnf        : 9.600000
72signbit        : 0
73sinf           : 0.707107
74sinhf          : 0.868671
75sqrtf          : 3.000000
76tanf           : 1.000000
77tanhf          : 0.655794
78tgammaf        : 1.046486
79truncf         : 3.000000
80y0f            : 0.228083
81y1f            : -0.621136
82ynf            : -3.589899
83*** END OF FLOAT MATH TEST ***
Note: See TracBrowser for help on using the repository browser.