forked from Imagelibrary/rtems
'rtems-4-10-branch'. Cherrypick from master 2011-03-18 10:11:40 UTC Ralf Corsepius <ralf.corsepius@rtems.org> '2010-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>': 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/mathf.scn Cherrypick from master 2011-02-02 13:58:02 UTC Ralf Corsepius <ralf.corsepius@rtems.org> 'New (Split out from math/).': testsuites/libtests/mathf/domathf.c testsuites/libtests/mathf/init.c
84 lines
2.0 KiB
Plaintext
84 lines
2.0 KiB
Plaintext
*** 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 ***
|