add generated math tests
authornsz <nsz@port70.net>
Sun, 7 Oct 2012 18:24:04 +0000 (20:24 +0200)
committernsz <nsz@port70.net>
Sun, 7 Oct 2012 18:24:04 +0000 (20:24 +0200)
commitf9d17902a35b6403b7c8354845e9f13f882c1c8e
treeb2c50f13afccca3491ac41368e9e8d19095dc509
parent1ee02029133b60651176619b0a6743a5d011c21b
add generated math tests
379 files changed:
Makefile.inc
src/math/Makefile [new file with mode: 0644]
src/math/acos.c [new file with mode: 0644]
src/math/acosf.c [new file with mode: 0644]
src/math/acosh.c [new file with mode: 0644]
src/math/acoshf.c [new file with mode: 0644]
src/math/acoshl.c [new file with mode: 0644]
src/math/acosl.c [new file with mode: 0644]
src/math/asin.c [new file with mode: 0644]
src/math/asinf.c [new file with mode: 0644]
src/math/asinh.c [new file with mode: 0644]
src/math/asinhf.c [new file with mode: 0644]
src/math/asinhl.c [new file with mode: 0644]
src/math/asinl.c [new file with mode: 0644]
src/math/atan.c [new file with mode: 0644]
src/math/atan2.c [new file with mode: 0644]
src/math/atan2f.c [new file with mode: 0644]
src/math/atan2l.c [new file with mode: 0644]
src/math/atanf.c [new file with mode: 0644]
src/math/atanh.c [new file with mode: 0644]
src/math/atanhf.c [new file with mode: 0644]
src/math/atanhl.c [new file with mode: 0644]
src/math/atanl.c [new file with mode: 0644]
src/math/cbrt.c [new file with mode: 0644]
src/math/cbrtf.c [new file with mode: 0644]
src/math/cbrtl.c [new file with mode: 0644]
src/math/ceil.c [new file with mode: 0644]
src/math/ceilf.c [new file with mode: 0644]
src/math/ceill.c [new file with mode: 0644]
src/math/copysign.c [new file with mode: 0644]
src/math/copysignf.c [new file with mode: 0644]
src/math/copysignl.c [new file with mode: 0644]
src/math/cos.c [new file with mode: 0644]
src/math/cosf.c [new file with mode: 0644]
src/math/cosh.c [new file with mode: 0644]
src/math/coshf.c [new file with mode: 0644]
src/math/coshl.c [new file with mode: 0644]
src/math/cosl.c [new file with mode: 0644]
src/math/crlibm/COPYING [new file with mode: 0644]
src/math/crlibm/README [new file with mode: 0644]
src/math/crlibm/acos.h [new file with mode: 0644]
src/math/crlibm/asin.h [new file with mode: 0644]
src/math/crlibm/atan.h [new file with mode: 0644]
src/math/crlibm/cos.h [new file with mode: 0644]
src/math/crlibm/cosh.h [new file with mode: 0644]
src/math/crlibm/exp.h [new file with mode: 0644]
src/math/crlibm/expm1.h [new file with mode: 0644]
src/math/crlibm/log.h [new file with mode: 0644]
src/math/crlibm/log10.h [new file with mode: 0644]
src/math/crlibm/log1p.h [new file with mode: 0644]
src/math/crlibm/log2.h [new file with mode: 0644]
src/math/crlibm/pow.h [new file with mode: 0644]
src/math/crlibm/sin.h [new file with mode: 0644]
src/math/crlibm/sinh.h [new file with mode: 0644]
src/math/crlibm/tan.h [new file with mode: 0644]
src/math/erf.c [new file with mode: 0644]
src/math/erfc.c [new file with mode: 0644]
src/math/erfcf.c [new file with mode: 0644]
src/math/erfcl.c [new file with mode: 0644]
src/math/erff.c [new file with mode: 0644]
src/math/erfl.c [new file with mode: 0644]
src/math/exp.c [new file with mode: 0644]
src/math/exp10.c [new file with mode: 0644]
src/math/exp10f.c [new file with mode: 0644]
src/math/exp10l.c [new file with mode: 0644]
src/math/exp2.c [new file with mode: 0644]
src/math/exp2f.c [new file with mode: 0644]
src/math/exp2l.c [new file with mode: 0644]
src/math/expf.c [new file with mode: 0644]
src/math/expl.c [new file with mode: 0644]
src/math/expm1.c [new file with mode: 0644]
src/math/expm1f.c [new file with mode: 0644]
src/math/expm1l.c [new file with mode: 0644]
src/math/fabs.c [new file with mode: 0644]
src/math/fabsf.c [new file with mode: 0644]
src/math/fabsl.c [new file with mode: 0644]
src/math/fdim.c [new file with mode: 0644]
src/math/fdimf.c [new file with mode: 0644]
src/math/fdiml.c [new file with mode: 0644]
src/math/floor.c [new file with mode: 0644]
src/math/floorf.c [new file with mode: 0644]
src/math/floorl.c [new file with mode: 0644]
src/math/fmax.c [new file with mode: 0644]
src/math/fmaxf.c [new file with mode: 0644]
src/math/fmaxl.c [new file with mode: 0644]
src/math/fmin.c [new file with mode: 0644]
src/math/fminf.c [new file with mode: 0644]
src/math/fminl.c [new file with mode: 0644]
src/math/fmod.c [new file with mode: 0644]
src/math/fmodf.c [new file with mode: 0644]
src/math/fmodl.c [new file with mode: 0644]
src/math/gen/Makefile [new file with mode: 0644]
src/math/gen/functions.h [new file with mode: 0644]
src/math/gen/gen.c [new file with mode: 0644]
src/math/gen/gen.h [new file with mode: 0644]
src/math/gen/gentests.sh [new file with mode: 0755]
src/math/gen/mp.c [new file with mode: 0644]
src/math/gen/mplibm.c [new file with mode: 0644]
src/math/gen/template/d_d.c [new file with mode: 0644]
src/math/gen/template/dd_d.c [new file with mode: 0644]
src/math/gen/template/f_f.c [new file with mode: 0644]
src/math/gen/template/ff_f.c [new file with mode: 0644]
src/math/gen/template/l_l.c [new file with mode: 0644]
src/math/gen/template/ll_l.c [new file with mode: 0644]
src/math/gen/util.c [new file with mode: 0644]
src/math/hypot.c [new file with mode: 0644]
src/math/hypotf.c [new file with mode: 0644]
src/math/hypotl.c [new file with mode: 0644]
src/math/j0.c [new file with mode: 0644]
src/math/j0f.c [new file with mode: 0644]
src/math/j1.c [new file with mode: 0644]
src/math/j1f.c [new file with mode: 0644]
src/math/log.c [new file with mode: 0644]
src/math/log10.c [new file with mode: 0644]
src/math/log10f.c [new file with mode: 0644]
src/math/log10l.c [new file with mode: 0644]
src/math/log1p.c [new file with mode: 0644]
src/math/log1pf.c [new file with mode: 0644]
src/math/log1pl.c [new file with mode: 0644]
src/math/log2.c [new file with mode: 0644]
src/math/log2f.c [new file with mode: 0644]
src/math/log2l.c [new file with mode: 0644]
src/math/logb.c [new file with mode: 0644]
src/math/logbf.c [new file with mode: 0644]
src/math/logbl.c [new file with mode: 0644]
src/math/logf.c [new file with mode: 0644]
src/math/logl.c [new file with mode: 0644]
src/math/nearbyint.c [new file with mode: 0644]
src/math/nearbyintf.c [new file with mode: 0644]
src/math/nearbyintl.c [new file with mode: 0644]
src/math/nextafter.c [new file with mode: 0644]
src/math/nextafterf.c [new file with mode: 0644]
src/math/nextafterl.c [new file with mode: 0644]
src/math/nexttowardl.c [new file with mode: 0644]
src/math/pow.c [new file with mode: 0644]
src/math/pow10.c [new file with mode: 0644]
src/math/pow10f.c [new file with mode: 0644]
src/math/pow10l.c [new file with mode: 0644]
src/math/powf.c [new file with mode: 0644]
src/math/powl.c [new file with mode: 0644]
src/math/remainder.c [new file with mode: 0644]
src/math/remainderf.c [new file with mode: 0644]
src/math/remainderl.c [new file with mode: 0644]
src/math/rint.c [new file with mode: 0644]
src/math/rintf.c [new file with mode: 0644]
src/math/rintl.c [new file with mode: 0644]
src/math/round.c [new file with mode: 0644]
src/math/roundf.c [new file with mode: 0644]
src/math/roundl.c [new file with mode: 0644]
src/math/sanity/acos.h [new file with mode: 0644]
src/math/sanity/acosf.h [new file with mode: 0644]
src/math/sanity/acosh.h [new file with mode: 0644]
src/math/sanity/acoshf.h [new file with mode: 0644]
src/math/sanity/acoshl.h [new file with mode: 0644]
src/math/sanity/acosl.h [new file with mode: 0644]
src/math/sanity/asin.h [new file with mode: 0644]
src/math/sanity/asinf.h [new file with mode: 0644]
src/math/sanity/asinh.h [new file with mode: 0644]
src/math/sanity/asinhf.h [new file with mode: 0644]
src/math/sanity/asinhl.h [new file with mode: 0644]
src/math/sanity/asinl.h [new file with mode: 0644]
src/math/sanity/atan.h [new file with mode: 0644]
src/math/sanity/atan2.h [new file with mode: 0644]
src/math/sanity/atan2f.h [new file with mode: 0644]
src/math/sanity/atan2l.h [new file with mode: 0644]
src/math/sanity/atanf.h [new file with mode: 0644]
src/math/sanity/atanh.h [new file with mode: 0644]
src/math/sanity/atanhf.h [new file with mode: 0644]
src/math/sanity/atanhl.h [new file with mode: 0644]
src/math/sanity/atanl.h [new file with mode: 0644]
src/math/sanity/cbrt.h [new file with mode: 0644]
src/math/sanity/cbrtf.h [new file with mode: 0644]
src/math/sanity/cbrtl.h [new file with mode: 0644]
src/math/sanity/ceil.h [new file with mode: 0644]
src/math/sanity/ceilf.h [new file with mode: 0644]
src/math/sanity/ceill.h [new file with mode: 0644]
src/math/sanity/copysign.h [new file with mode: 0644]
src/math/sanity/copysignf.h [new file with mode: 0644]
src/math/sanity/copysignl.h [new file with mode: 0644]
src/math/sanity/cos.h [new file with mode: 0644]
src/math/sanity/cosf.h [new file with mode: 0644]
src/math/sanity/cosh.h [new file with mode: 0644]
src/math/sanity/coshf.h [new file with mode: 0644]
src/math/sanity/coshl.h [new file with mode: 0644]
src/math/sanity/cosl.h [new file with mode: 0644]
src/math/sanity/erf.h [new file with mode: 0644]
src/math/sanity/erfc.h [new file with mode: 0644]
src/math/sanity/erfcf.h [new file with mode: 0644]
src/math/sanity/erfcl.h [new file with mode: 0644]
src/math/sanity/erff.h [new file with mode: 0644]
src/math/sanity/erfl.h [new file with mode: 0644]
src/math/sanity/exp.h [new file with mode: 0644]
src/math/sanity/exp10.h [new file with mode: 0644]
src/math/sanity/exp10f.h [new file with mode: 0644]
src/math/sanity/exp10l.h [new file with mode: 0644]
src/math/sanity/exp2.h [new file with mode: 0644]
src/math/sanity/exp2f.h [new file with mode: 0644]
src/math/sanity/exp2l.h [new file with mode: 0644]
src/math/sanity/expf.h [new file with mode: 0644]
src/math/sanity/expl.h [new file with mode: 0644]
src/math/sanity/expm1.h [new file with mode: 0644]
src/math/sanity/expm1f.h [new file with mode: 0644]
src/math/sanity/expm1l.h [new file with mode: 0644]
src/math/sanity/fabs.h [new file with mode: 0644]
src/math/sanity/fabsf.h [new file with mode: 0644]
src/math/sanity/fabsl.h [new file with mode: 0644]
src/math/sanity/fdim.h [new file with mode: 0644]
src/math/sanity/fdimf.h [new file with mode: 0644]
src/math/sanity/fdiml.h [new file with mode: 0644]
src/math/sanity/floor.h [new file with mode: 0644]
src/math/sanity/floorf.h [new file with mode: 0644]
src/math/sanity/floorl.h [new file with mode: 0644]
src/math/sanity/fmax.h [new file with mode: 0644]
src/math/sanity/fmaxf.h [new file with mode: 0644]
src/math/sanity/fmaxl.h [new file with mode: 0644]
src/math/sanity/fmin.h [new file with mode: 0644]
src/math/sanity/fminf.h [new file with mode: 0644]
src/math/sanity/fminl.h [new file with mode: 0644]
src/math/sanity/fmod.h [new file with mode: 0644]
src/math/sanity/fmodf.h [new file with mode: 0644]
src/math/sanity/fmodl.h [new file with mode: 0644]
src/math/sanity/frexp.h [new file with mode: 0644]
src/math/sanity/frexpf.h [new file with mode: 0644]
src/math/sanity/frexpl.h [new file with mode: 0644]
src/math/sanity/hypot.h [new file with mode: 0644]
src/math/sanity/hypotf.h [new file with mode: 0644]
src/math/sanity/hypotl.h [new file with mode: 0644]
src/math/sanity/j0.h [new file with mode: 0644]
src/math/sanity/j0f.h [new file with mode: 0644]
src/math/sanity/j0l.h [new file with mode: 0644]
src/math/sanity/j1.h [new file with mode: 0644]
src/math/sanity/j1f.h [new file with mode: 0644]
src/math/sanity/j1l.h [new file with mode: 0644]
src/math/sanity/ldexp.h [new file with mode: 0644]
src/math/sanity/ldexpf.h [new file with mode: 0644]
src/math/sanity/ldexpl.h [new file with mode: 0644]
src/math/sanity/lgamma.h [new file with mode: 0644]
src/math/sanity/lgamma_r.h [new file with mode: 0644]
src/math/sanity/lgammaf.h [new file with mode: 0644]
src/math/sanity/lgammaf_r.h [new file with mode: 0644]
src/math/sanity/lgammal.h [new file with mode: 0644]
src/math/sanity/lgammal_r.h [new file with mode: 0644]
src/math/sanity/log.h [new file with mode: 0644]
src/math/sanity/log10.h [new file with mode: 0644]
src/math/sanity/log10f.h [new file with mode: 0644]
src/math/sanity/log10l.h [new file with mode: 0644]
src/math/sanity/log1p.h [new file with mode: 0644]
src/math/sanity/log1pf.h [new file with mode: 0644]
src/math/sanity/log1pl.h [new file with mode: 0644]
src/math/sanity/log2.h [new file with mode: 0644]
src/math/sanity/log2f.h [new file with mode: 0644]
src/math/sanity/log2l.h [new file with mode: 0644]
src/math/sanity/logb.h [new file with mode: 0644]
src/math/sanity/logbf.h [new file with mode: 0644]
src/math/sanity/logbl.h [new file with mode: 0644]
src/math/sanity/logf.h [new file with mode: 0644]
src/math/sanity/logl.h [new file with mode: 0644]
src/math/sanity/nearbyint.h [new file with mode: 0644]
src/math/sanity/nearbyintf.h [new file with mode: 0644]
src/math/sanity/nearbyintl.h [new file with mode: 0644]
src/math/sanity/pow.h [new file with mode: 0644]
src/math/sanity/pow10.h [new file with mode: 0644]
src/math/sanity/pow10f.h [new file with mode: 0644]
src/math/sanity/pow10l.h [new file with mode: 0644]
src/math/sanity/powf.h [new file with mode: 0644]
src/math/sanity/powl.h [new file with mode: 0644]
src/math/sanity/remainder.h [new file with mode: 0644]
src/math/sanity/remainderf.h [new file with mode: 0644]
src/math/sanity/remainderl.h [new file with mode: 0644]
src/math/sanity/rint.h [new file with mode: 0644]
src/math/sanity/rintf.h [new file with mode: 0644]
src/math/sanity/rintl.h [new file with mode: 0644]
src/math/sanity/round.h [new file with mode: 0644]
src/math/sanity/roundf.h [new file with mode: 0644]
src/math/sanity/roundl.h [new file with mode: 0644]
src/math/sanity/scalbln.h [new file with mode: 0644]
src/math/sanity/scalblnf.h [new file with mode: 0644]
src/math/sanity/scalblnl.h [new file with mode: 0644]
src/math/sanity/scalbn.h [new file with mode: 0644]
src/math/sanity/scalbnf.h [new file with mode: 0644]
src/math/sanity/scalbnl.h [new file with mode: 0644]
src/math/sanity/sin.h [new file with mode: 0644]
src/math/sanity/sinf.h [new file with mode: 0644]
src/math/sanity/sinh.h [new file with mode: 0644]
src/math/sanity/sinhf.h [new file with mode: 0644]
src/math/sanity/sinhl.h [new file with mode: 0644]
src/math/sanity/sinl.h [new file with mode: 0644]
src/math/sanity/sqrt.h [new file with mode: 0644]
src/math/sanity/sqrtf.h [new file with mode: 0644]
src/math/sanity/sqrtl.h [new file with mode: 0644]
src/math/sanity/tan.h [new file with mode: 0644]
src/math/sanity/tanf.h [new file with mode: 0644]
src/math/sanity/tanh.h [new file with mode: 0644]
src/math/sanity/tanhf.h [new file with mode: 0644]
src/math/sanity/tanhl.h [new file with mode: 0644]
src/math/sanity/tanl.h [new file with mode: 0644]
src/math/sanity/tgamma.h [new file with mode: 0644]
src/math/sanity/tgammaf.h [new file with mode: 0644]
src/math/sanity/tgammal.h [new file with mode: 0644]
src/math/sanity/trunc.h [new file with mode: 0644]
src/math/sanity/truncf.h [new file with mode: 0644]
src/math/sanity/truncl.h [new file with mode: 0644]
src/math/sanity/y0.h [new file with mode: 0644]
src/math/sanity/y0f.h [new file with mode: 0644]
src/math/sanity/y0l.h [new file with mode: 0644]
src/math/sanity/y1.h [new file with mode: 0644]
src/math/sanity/y1f.h [new file with mode: 0644]
src/math/sanity/y1l.h [new file with mode: 0644]
src/math/scalb.c [new file with mode: 0644]
src/math/scalbf.c [new file with mode: 0644]
src/math/sin.c [new file with mode: 0644]
src/math/sinf.c [new file with mode: 0644]
src/math/sinh.c [new file with mode: 0644]
src/math/sinhf.c [new file with mode: 0644]
src/math/sinhl.c [new file with mode: 0644]
src/math/sinl.c [new file with mode: 0644]
src/math/sqrt.c [new file with mode: 0644]
src/math/sqrtf.c [new file with mode: 0644]
src/math/sqrtl.c [new file with mode: 0644]
src/math/tan.c [new file with mode: 0644]
src/math/tanf.c [new file with mode: 0644]
src/math/tanh.c [new file with mode: 0644]
src/math/tanhf.c [new file with mode: 0644]
src/math/tanhl.c [new file with mode: 0644]
src/math/tanl.c [new file with mode: 0644]
src/math/test.h [new file with mode: 0644]
src/math/tgamma.c [new file with mode: 0644]
src/math/tgammaf.c [new file with mode: 0644]
src/math/tgammal.c [new file with mode: 0644]
src/math/trunc.c [new file with mode: 0644]
src/math/truncf.c [new file with mode: 0644]
src/math/truncl.c [new file with mode: 0644]
src/math/ucb/README [new file with mode: 0644]
src/math/ucb/acos.h [new file with mode: 0644]
src/math/ucb/acosf.h [new file with mode: 0644]
src/math/ucb/asin.h [new file with mode: 0644]
src/math/ucb/asinf.h [new file with mode: 0644]
src/math/ucb/atan.h [new file with mode: 0644]
src/math/ucb/atan2.h [new file with mode: 0644]
src/math/ucb/atan2f.h [new file with mode: 0644]
src/math/ucb/atanf.h [new file with mode: 0644]
src/math/ucb/ceil.h [new file with mode: 0644]
src/math/ucb/ceilf.h [new file with mode: 0644]
src/math/ucb/cos.h [new file with mode: 0644]
src/math/ucb/cosf.h [new file with mode: 0644]
src/math/ucb/cosh.h [new file with mode: 0644]
src/math/ucb/coshf.h [new file with mode: 0644]
src/math/ucb/exp.h [new file with mode: 0644]
src/math/ucb/expf.h [new file with mode: 0644]
src/math/ucb/fabs.h [new file with mode: 0644]
src/math/ucb/fabsf.h [new file with mode: 0644]
src/math/ucb/floor.h [new file with mode: 0644]
src/math/ucb/floorf.h [new file with mode: 0644]
src/math/ucb/fmod.h [new file with mode: 0644]
src/math/ucb/fmodf.h [new file with mode: 0644]
src/math/ucb/hypot.h [new file with mode: 0644]
src/math/ucb/hypotf.h [new file with mode: 0644]
src/math/ucb/log.h [new file with mode: 0644]
src/math/ucb/log10.h [new file with mode: 0644]
src/math/ucb/log10f.h [new file with mode: 0644]
src/math/ucb/logf.h [new file with mode: 0644]
src/math/ucb/pow.h [new file with mode: 0644]
src/math/ucb/powf.h [new file with mode: 0644]
src/math/ucb/sin.h [new file with mode: 0644]
src/math/ucb/sinf.h [new file with mode: 0644]
src/math/ucb/sinh.h [new file with mode: 0644]
src/math/ucb/sinhf.h [new file with mode: 0644]
src/math/ucb/sqrt.h [new file with mode: 0644]
src/math/ucb/sqrtf.h [new file with mode: 0644]
src/math/ucb/tan.h [new file with mode: 0644]
src/math/ucb/tanf.h [new file with mode: 0644]
src/math/ucb/tanh.h [new file with mode: 0644]
src/math/ucb/tanhf.h [new file with mode: 0644]
src/math/util.c [new file with mode: 0644]
src/math/util.h [new file with mode: 0644]
src/math/y0.c [new file with mode: 0644]
src/math/y0f.c [new file with mode: 0644]
src/math/y1.c [new file with mode: 0644]
src/math/y1f.c [new file with mode: 0644]