f9d179 add generated math tests

Authored and Committed by nsz 12 years ago
379 files changed. 87046 lines added. 1 lines removed.
Makefile.inc
file modified
+2 -1
src/math/Makefile
file added
+4
src/math/acos.c
file added
+37
src/math/acosf.c
file added
+36
src/math/acosh.c
file added
+35
src/math/acoshf.c
file added
+35
src/math/acoshl.c
file added
+40
src/math/acosl.c
file added
+40
src/math/asin.c
file added
+37
src/math/asinf.c
file added
+36
src/math/asinh.c
file added
+35
src/math/asinhf.c
file added
+35
src/math/asinhl.c
file added
+40
src/math/asinl.c
file added
+40
src/math/atan.c
file added
+37
src/math/atan2.c
file added
+36
src/math/atan2f.c
file added
+36
src/math/atan2l.c
file added
+40
src/math/atanf.c
file added
+36
src/math/atanh.c
file added
+35
src/math/atanhf.c
file added
+35
src/math/atanhl.c
file added
+40
src/math/atanl.c
file added
+40
src/math/cbrt.c
file added
+35
src/math/cbrtf.c
file added
+35
src/math/cbrtl.c
file added
+40
src/math/ceil.c
file added
+36
src/math/ceilf.c
file added
+36
src/math/ceill.c
file added
+40
src/math/copysign.c
file added
+35
src/math/copysignf.c
file added
+35
src/math/copysignl.c
file added
+40
src/math/cos.c
file added
+37
src/math/cosf.c
file added
+36
src/math/cosh.c
file added
+37
src/math/coshf.c
file added
+36
src/math/coshl.c
file added
+40
src/math/cosl.c
file added
+40
src/math/crlibm/COPYING
file added
+340
src/math/crlibm/README
file added
+4
src/math/crlibm/acos.h
file added
+289
src/math/crlibm/asin.h
file added
+2645
src/math/crlibm/atan.h
file added
+6870
src/math/crlibm/cos.h
file added
+11957
src/math/crlibm/cosh.h
file added
+2122
src/math/crlibm/exp.h
file added
+6159
src/math/crlibm/expm1.h
file added
+753
src/math/crlibm/log.h
file added
+1242
src/math/crlibm/log10.h
file added
+165
src/math/crlibm/log1p.h
file added
+601
src/math/crlibm/log2.h
file added
+447
src/math/crlibm/pow.h
file added
+10014
src/math/crlibm/sin.h
file added
+11033
src/math/crlibm/sinh.h
file added
+1559
src/math/crlibm/tan.h
file added
+6901
src/math/erf.c
file added
+35
src/math/erfc.c
file added
+35
src/math/erfcf.c
file added
+35
src/math/erfcl.c
file added
+40
src/math/erff.c
file added
+35
src/math/erfl.c
file added
+40
src/math/exp.c
file added
+37
src/math/exp10.c
file added
+35
src/math/exp10f.c
file added
+35
src/math/exp10l.c
file added
+40
src/math/exp2.c
file added
+35
src/math/exp2f.c
file added
+35
src/math/exp2l.c
file added
+40
src/math/expf.c
file added
+36
src/math/expl.c
file added
+40
src/math/expm1.c
file added
+36
src/math/expm1f.c
file added
+35
src/math/expm1l.c
file added
+40
src/math/fabs.c
file added
+36
src/math/fabsf.c
file added
+36
src/math/fabsl.c
file added
+40
src/math/fdim.c
file added
+35
src/math/fdimf.c
file added
+35
src/math/fdiml.c
file added
+40
src/math/floor.c
file added
+36
src/math/floorf.c
file added
+36
src/math/floorl.c
file added
+40
src/math/fmax.c
file added
+35
src/math/fmaxf.c
file added
+35
src/math/fmaxl.c
file added
+40
src/math/fmin.c
file added
+35
src/math/fminf.c
file added
+35
src/math/fminl.c
file added
+40
src/math/fmod.c
file added
+36
src/math/fmodf.c
file added
+36
src/math/fmodl.c
file added
+40
src/math/gen/Makefile
file added
+18
src/math/gen/functions.h
file added
+166
src/math/gen/gen.c
file added
+319
src/math/gen/gen.h
file added
+71
src/math/gen/gentests.sh
file added
+23
src/math/gen/mp.c
file added
+675
src/math/gen/mplibm.c
file added
+390
src/math/gen/template/d_d.c
file added
+34
src/math/gen/template/dd_d.c
file added
+34
src/math/gen/template/f_f.c
file added
+34
src/math/gen/template/ff_f.c
file added
+34
src/math/gen/template/l_l.c
file added
+38
src/math/gen/template/ll_l.c
file added
+38
src/math/gen/util.c
file added
+175
src/math/hypot.c
file added
+36
src/math/hypotf.c
file added
+36
src/math/hypotl.c
file added
+40
src/math/j0.c
file added
+35
src/math/j0f.c
file added
+35
src/math/j1.c
file added
+35
src/math/j1f.c
file added
+35
src/math/log.c
file added
+37
src/math/log10.c
file added
+37
src/math/log10f.c
file added
+36
src/math/log10l.c
file added
+40
src/math/log1p.c
file added
+36
src/math/log1pf.c
file added
+35
src/math/log1pl.c
file added
+40
src/math/log2.c
file added
+36
src/math/log2f.c
file added
+35
src/math/log2l.c
file added
+40
src/math/logb.c
file added
+35
src/math/logbf.c
file added
+35
src/math/logbl.c
file added
+40
src/math/logf.c
file added
+36
src/math/logl.c
file added
+40
src/math/nearbyint.c
file added
+35
src/math/nearbyintf.c
file added
+35
src/math/nearbyintl.c
file added
+40
src/math/nextafter.c
file added
+34
src/math/nextafterf.c
file added
+34
src/math/nextafterl.c
file added
+38
src/math/nexttowardl.c
file added
+38
src/math/pow.c
file added
+37
src/math/pow10.c
file added
+35
src/math/pow10f.c
file added
+35
src/math/pow10l.c
file added
+40
src/math/powf.c
file added
+36
src/math/powl.c
file added
+40
src/math/remainder.c
file added
+35
src/math/remainderf.c
file added
+35
src/math/remainderl.c
file added
+40
src/math/rint.c
file added
+35
src/math/rintf.c
file added
+35
src/math/rintl.c
file added
+40
src/math/round.c
file added
+35
src/math/roundf.c
file added
+35
src/math/roundl.c
file added
+40
src/math/sanity/acos.h
file added
+10
src/math/sanity/acosf.h
file added
+10
src/math/sanity/acosh.h
file added
+10
src/math/sanity/acoshf.h
file added
+10
src/math/sanity/acoshl.h
file added
+10
src/math/sanity/acosl.h
file added
+10
src/math/sanity/asin.h
file added
+10
src/math/sanity/asinf.h
file added
+10
src/math/sanity/asinh.h
file added
+10
src/math/sanity/asinhf.h
file added
+10
src/math/sanity/asinhl.h
file added
+10
src/math/sanity/asinl.h
file added
+10
src/math/sanity/atan.h
file added
+10
src/math/sanity/atan2.h
file added
+10
src/math/sanity/atan2f.h
file added
+10
src/math/sanity/atan2l.h
file added
+10
src/math/sanity/atanf.h
file added
+10
src/math/sanity/atanh.h
file added
+10
src/math/sanity/atanhf.h
file added
+10
src/math/sanity/atanhl.h
file added
+10
src/math/sanity/atanl.h
file added
+10
src/math/sanity/cbrt.h
file added
+10
src/math/sanity/cbrtf.h
file added
+10
src/math/sanity/cbrtl.h
file added
+10
src/math/sanity/ceil.h
file added
+10
src/math/sanity/ceilf.h
file added
+10
src/math/sanity/ceill.h
file added
+10
src/math/sanity/copysign.h
file added
+10
src/math/sanity/copysignf.h
file added
+10
src/math/sanity/copysignl.h
file added
+10
src/math/sanity/cos.h
file added
+10
src/math/sanity/cosf.h
file added
+10
src/math/sanity/cosh.h
file added
+10
src/math/sanity/coshf.h
file added
+10
src/math/sanity/coshl.h
file added
+10
src/math/sanity/cosl.h
file added
+10
src/math/sanity/erf.h
file added
+10
src/math/sanity/erfc.h
file added
+10
src/math/sanity/erfcf.h
file added
+10
src/math/sanity/erfcl.h
file added
+10
src/math/sanity/erff.h
file added
+10
src/math/sanity/erfl.h
file added
+10
src/math/sanity/exp.h
file added
+10
src/math/sanity/exp10.h
file added
+10
src/math/sanity/exp10f.h
file added
+10
src/math/sanity/exp10l.h
file added
+10
src/math/sanity/exp2.h
file added
+10
src/math/sanity/exp2f.h
file added
+10
src/math/sanity/exp2l.h
file added
+10
src/math/sanity/expf.h
file added
+10
src/math/sanity/expl.h
file added
+10
src/math/sanity/expm1.h
file added
+10
src/math/sanity/expm1f.h
file added
+10
src/math/sanity/expm1l.h
file added
+10
src/math/sanity/fabs.h
file added
+10
src/math/sanity/fabsf.h
file added
+10
src/math/sanity/fabsl.h
file added
+10
src/math/sanity/fdim.h
file added
+10
src/math/sanity/fdimf.h
file added
+10
src/math/sanity/fdiml.h
file added
+10
src/math/sanity/floor.h
file added
+10
src/math/sanity/floorf.h
file added
+10
src/math/sanity/floorl.h
file added
+10
src/math/sanity/fmax.h
file added
+10
src/math/sanity/fmaxf.h
file added
+10
src/math/sanity/fmaxl.h
file added
+10
src/math/sanity/fmin.h
file added
+10
src/math/sanity/fminf.h
file added
+10
src/math/sanity/fminl.h
file added
+10
src/math/sanity/fmod.h
file added
+10
src/math/sanity/fmodf.h
file added
+10
src/math/sanity/fmodl.h
file added
+10
src/math/sanity/frexp.h
file added
+10
src/math/sanity/frexpf.h
file added
+10
src/math/sanity/frexpl.h
file added
+10
src/math/sanity/hypot.h
file added
+10
src/math/sanity/hypotf.h
file added
+10
src/math/sanity/hypotl.h
file added
+10
src/math/sanity/j0.h
file added
+10
src/math/sanity/j0f.h
file added
+10
src/math/sanity/j0l.h
file added
+10
src/math/sanity/j1.h
file added
+10
src/math/sanity/j1f.h
file added
+10
src/math/sanity/j1l.h
file added
+10
src/math/sanity/ldexp.h
file added
+10
src/math/sanity/ldexpf.h
file added
+10
src/math/sanity/ldexpl.h
file added
+10
src/math/sanity/lgamma.h
file added
+10
src/math/sanity/lgamma_r.h
file added
+10
src/math/sanity/lgammaf.h
file added
+10
src/math/sanity/lgammaf_r.h
file added
+10
src/math/sanity/lgammal.h
file added
+10
src/math/sanity/lgammal_r.h
file added
+10
src/math/sanity/log.h
file added
+10
src/math/sanity/log10.h
file added
+10
src/math/sanity/log10f.h
file added
+10
src/math/sanity/log10l.h
file added
+10
src/math/sanity/log1p.h
file added
+10
src/math/sanity/log1pf.h
file added
+10
src/math/sanity/log1pl.h
file added
+10
src/math/sanity/log2.h
file added
+10
src/math/sanity/log2f.h
file added
+10
src/math/sanity/log2l.h
file added
+10
src/math/sanity/logb.h
file added
+10
src/math/sanity/logbf.h
file added
+10
src/math/sanity/logbl.h
file added
+10
src/math/sanity/logf.h
file added
+10
src/math/sanity/logl.h
file added
+10
src/math/sanity/nearbyint.h
file added
+10
src/math/sanity/nearbyintf.h
file added
+10
src/math/sanity/nearbyintl.h
file added
+10
src/math/sanity/pow.h
file added
+10
src/math/sanity/pow10.h
file added
+10
src/math/sanity/pow10f.h
file added
+10
src/math/sanity/pow10l.h
file added
+10
src/math/sanity/powf.h
file added
+10
src/math/sanity/powl.h
file added
+10
src/math/sanity/remainder.h
file added
+10
src/math/sanity/remainderf.h
file added
+10
src/math/sanity/remainderl.h
file added
+10
src/math/sanity/rint.h
file added
+10
src/math/sanity/rintf.h
file added
+10
src/math/sanity/rintl.h
file added
+10
src/math/sanity/round.h
file added
+10
src/math/sanity/roundf.h
file added
+10
src/math/sanity/roundl.h
file added
+10
src/math/sanity/scalbln.h
file added
+10
src/math/sanity/scalblnf.h
file added
+10
src/math/sanity/scalblnl.h
file added
+10
src/math/sanity/scalbn.h
file added
+10
src/math/sanity/scalbnf.h
file added
+10
src/math/sanity/scalbnl.h
file added
+10
src/math/sanity/sin.h
file added
+10
src/math/sanity/sinf.h
file added
+10
src/math/sanity/sinh.h
file added
+10
src/math/sanity/sinhf.h
file added
+10
src/math/sanity/sinhl.h
file added
+10
src/math/sanity/sinl.h
file added
+10
src/math/sanity/sqrt.h
file added
+10
src/math/sanity/sqrtf.h
file added
+10
src/math/sanity/sqrtl.h
file added
+10
src/math/sanity/tan.h
file added
+10
src/math/sanity/tanf.h
file added
+10
src/math/sanity/tanh.h
file added
+10
src/math/sanity/tanhf.h
file added
+10
src/math/sanity/tanhl.h
file added
+10
src/math/sanity/tanl.h
file added
+10
src/math/sanity/tgamma.h
file added
+10
src/math/sanity/tgammaf.h
file added
+10
src/math/sanity/tgammal.h
file added
+10
src/math/sanity/trunc.h
file added
+10
src/math/sanity/truncf.h
file added
+10
src/math/sanity/truncl.h
file added
+10
src/math/sanity/y0.h
file added
+10
src/math/sanity/y0f.h
file added
+10
src/math/sanity/y0l.h
file added
+10
src/math/sanity/y1.h
file added
+10
src/math/sanity/y1f.h
file added
+10
src/math/sanity/y1l.h
file added
+10
src/math/scalb.c
file added
+34
src/math/scalbf.c
file added
+34
src/math/sin.c
file added
+37
src/math/sinf.c
file added
+36
src/math/sinh.c
file added
+37
src/math/sinhf.c
file added
+36
src/math/sinhl.c
file added
+40
src/math/sinl.c
file added
+40
src/math/sqrt.c
file added
+36
src/math/sqrtf.c
file added
+36
src/math/sqrtl.c
file added
+40
src/math/tan.c
file added
+37
src/math/tanf.c
file added
+36
src/math/tanh.c
file added
+36
src/math/tanhf.c
file added
+36
src/math/tanhl.c
file added
+40
src/math/tanl.c
file added
+40
src/math/test.h
file added
+0
src/math/tgamma.c
file added
+35
src/math/tgammaf.c
file added
+35
src/math/tgammal.c
file added
+40
src/math/trunc.c
file added
+35
src/math/truncf.c
file added
+35
src/math/truncl.c
file added
+40
src/math/ucb/README
file added
+7
src/math/ucb/acos.h
file added
+189
src/math/ucb/acosf.h
file added
+155
src/math/ucb/asin.h
file added
+242
src/math/ucb/asinf.h
file added
+274
src/math/ucb/atan.h
file added
+201
src/math/ucb/atan2.h
file added
+224
src/math/ucb/atan2f.h
file added
+182
src/math/ucb/atanf.h
file added
+229
src/math/ucb/ceil.h
file added
+378
src/math/ucb/ceilf.h
file added
+402
src/math/ucb/cos.h
file added
+190
src/math/ucb/cosf.h
file added
+198
src/math/ucb/cosh.h
file added
+229
src/math/ucb/coshf.h
file added
+245
src/math/ucb/exp.h
file added
+341
src/math/ucb/expf.h
file added
+333
src/math/ucb/fabs.h
file added
+104
src/math/ucb/fabsf.h
file added
+102
src/math/ucb/floor.h
file added
+388
src/math/ucb/floorf.h
file added
+404
src/math/ucb/fmod.h
file added
+1032
src/math/ucb/fmodf.h
file added
+1019
src/math/ucb/hypot.h
file added
+297
src/math/ucb/hypotf.h
file added
+297
src/math/ucb/log.h
file added
+309
src/math/ucb/log10.h
file added
+277
src/math/ucb/log10f.h
file added
+265
src/math/ucb/logf.h
file added
+310
src/math/ucb/pow.h
file added
+1581
src/math/ucb/powf.h
file added
+1804
src/math/ucb/sin.h
file added
+181
src/math/ucb/sinf.h
file added
+198
src/math/ucb/sinh.h
file added
+253
src/math/ucb/sinhf.h
file added
+272
src/math/ucb/sqrt.h
file added
+389
src/math/ucb/sqrtf.h
file added
+366
src/math/ucb/tan.h
file added
+196
src/math/ucb/tanf.h
file added
+196
src/math/ucb/tanh.h
file added
+283
src/math/ucb/tanhf.h
file added
+271
src/math/util.c
file added
+141
src/math/util.h
file added
+69
src/math/y0.c
file added
+35
src/math/y0f.c
file added
+35
src/math/y1.c
file added
+35
src/math/y1f.c
file added
+35
    add generated math tests
    
        
file modified
+2 -1
file added
+4
file added
+37
file added
+36
file added
+35
file added
+35
file added
+40
file added
+40
file added
+37
file added
+36
file added
+35
file added
+35
file added
+40
file added
+40
file added
+37
file added
+36
file added
+36
file added
+40
file added
+36
file added
+35
file added
+35
file added
+40
file added
+40
file added
+35
file added
+35
file added
+40
file added
+36
file added
+36
file added
+40
file added
+35
file added
+35
file added
+40
file added
+37
file added
+36
file added
+37
file added
+36
file added
+40
file added
+40
file added
+289
file added
+2645
file added
+6870
file added
+11957
file added
+2122
file added
+6159
file added
+1242
file added
+447
file added
+10014
file added
+11033
file added
+1559
file added
+6901
file added
+35
file added
+35
file added
+35
file added
+40
file added
+35
file added
+40
file added
+37
file added
+35
file added
+35
file added
+40
file added
+35
file added
+35
file added
+40
file added
+36
file added
+40
file added
+36
file added
+35
file added
+40
file added
+36
file added
+36
file added
+40
file added
+35
file added
+35
file added
+40
file added
+36
file added
+36
file added
+40
file added
+35
file added
+35
file added
+40
file added
+35
file added
+35
file added
+40
file added
+36
file added
+36
file added
+40
file added
+319
file added
+71
file added
+675
file added
+390
file added
+175
file added
+36
file added
+36
file added
+40
file added
+35
file added
+35
file added
+35
file added
+35
file added
+37
file added
+37
file added
+36
file added
+40
file added
+36
file added
+35
file added
+40
file added
+36
file added
+35
file added
+40
file added
+35
file added
+35
file added
+40
file added
+36
file added
+40
file added
+35
file added
+34
file added
+37
file added
+35
file added
+35
file added
+40
file added
+36
file added
+40
file added
+35
file added
+35
file added
+35
file added
+40
file added
+35
file added
+35
file added
+40
file added
+10
file added
+10
file added
+10
file added
+10
file added
+34
file added
+34
file added
+37
file added
+36
file added
+37
file added
+36
file added
+40
file added
+40
file added
+36
file added
+36
file added
+40
file added
+37
file added
+36
file added
+36
file added
+36
file added
+40
file added
+40
file added
+0
empty file added
file added
+35
file added
+35
file added
+40
file added
+35
file added
+35
file added
+40
file added
+7
file added
+189
file added
+155
file added
+242
file added
+274
file added
+201
file added
+224
file added
+182
file added
+229
file added
+378
file added
+402
file added
+190
file added
+198
file added
+229
file added
+245
file added
+341
file added
+333
file added
+104
file added
+102
file added
+388
file added
+404
file added
+1032
file added
+1019
file added
+297
file added
+297
file added
+309
file added
+277
file added
+265
file added
+310
file added
+1581
file added
+1804
file added
+181
file added
+198
file added
+253
file added
+272
file added
+389
file added
+366
file added
+196
file added
+196
file added
+283
file added
+271
file added
+141
file added
+69
file added
+35
file added
+35
file added
+35
file added
+35