From e371ea9949ecc8897f4cb34437cc6590a0fc51f0 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Fri, 18 Mar 2011 10:11:42 +0000 Subject: 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 'Ensure all version instances say 4.10.' Cherrypick from rtems-4-10-branch 2011-03-18 10:11:41 UTC cvs2git '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 --- testsuites/libtests/mathf/mathf.scn | 83 +++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 testsuites/libtests/mathf/mathf.scn (limited to 'testsuites/libtests/mathf/mathf.scn') diff --git a/testsuites/libtests/mathf/mathf.scn b/testsuites/libtests/mathf/mathf.scn new file mode 100644 index 0000000000..1782a1fcf5 --- /dev/null +++ b/testsuites/libtests/mathf/mathf.scn @@ -0,0 +1,83 @@ +*** FLOAT MATH TEST *** +acosf : 1.570796 +acoshf : -nan +asinf : 1.570796 +asinhf : 0.881374 +atanf : 0.665774 +atan2f : 0.785398 +atanhf : inf +cbrtf : 3.000000 +ceilf : 4.000000 +copysignf : -3.500000 +cosf : -0.000000 +coshf : 2.509179 +erff : 1.000000 +erfcf : 0.000000 +expf : 1.521962 +exp2f : 1.337928 +expm1f : 0.000420 +fabsf : 1.123000 +fdimf : 0.000000 +floorf : 0.000000 +floorf : -1.000000 +fmaf : 7.630000 +fmaxf : 0.420000 +fminf : -0.420000 +fmodf : 0.000000 +fpclassify : 4 +frexpf : 0.656250 +hypotf : 59.396969 +ilogbf : 5 +isfinite : 1 +isgreater : 0 +isgreaterequal : 0 +isinf : 0 +isless : 1 +islessequal : 1 +islessgreater : 1 +isnan : 0 +isnormal : 1 +isunordered : 1 +j0f : 0.671133 +j1f : 0.498289 +jnf : 0.159349 +ldexpf : 9.600000 +lgammaf : 114.034218 +llrintf : 0.000000 +llrintf : 0.000000 +lroundf : -1.000000 +lroundf : 1.000000 +logf : 3.737670 +log10f : 1.623249 +log1pf : 3.761200 +log2f : 5.392317 +logbf : 5.000000 +lrintf : 0.000000 +lrintf : 0.000000 +lroundf : -1.000000 +lroundf : 1.000000 +lmodff : 0.000000 +nanf : nan +nearbyintf : 2.000000 +nextafterf : 1.500000 +powf : 9.060100 +remainderf : -0.990000 +remquof : -1.000000 +rintf : 0.000000 +rintf : -0.000000 +roundf : 1.000000 +roundf : -1.000000 +scalblnf : 9.600000 +scalbnf : 9.600000 +signbit : 0 +sinf : 0.707107 +sinhf : 0.868671 +sqrtf : 3.000000 +tanf : 1.000000 +tanhf : 0.655794 +tgammaf : 1.046486 +truncf : 3.000000 +y0f : 0.228083 +y1f : -0.621136 +ynf : -3.589899 +*** END OF FLOAT MATH TEST *** -- cgit v1.2.3