Log In
atests
/
atests.libc
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
4282b0
fix math test gen script
Authored and Committed by nsz
12 years ago
raw
patch
tree
parent
141 files changed.
266 lines added
.
231 lines removed
.
Makefile.inc
file modified
+1
-1
src/math/acos.c
file modified
+1
-1
src/math/acosf.c
file modified
+1
-1
src/math/acosh.c
file modified
+1
-1
src/math/acoshf.c
file modified
+1
-1
src/math/acoshl.c
file modified
+3
-3
src/math/acosl.c
file modified
+5
-3
src/math/asin.c
file modified
+1
-1
src/math/asinf.c
file modified
+1
-1
src/math/asinh.c
file modified
+1
-1
src/math/asinhf.c
file modified
+1
-1
src/math/asinhl.c
file modified
+3
-3
src/math/asinl.c
file modified
+5
-3
src/math/atan.c
file modified
+1
-1
src/math/atan2.c
file modified
+1
-1
src/math/atan2f.c
file modified
+1
-1
src/math/atan2l.c
file modified
+4
-3
src/math/atanf.c
file modified
+1
-1
src/math/atanh.c
file modified
+1
-1
src/math/atanhf.c
file modified
+1
-1
src/math/atanhl.c
file modified
+3
-3
src/math/atanl.c
file modified
+5
-3
src/math/cbrt.c
file modified
+1
-1
src/math/cbrtf.c
file modified
+1
-1
src/math/cbrtl.c
file modified
+3
-3
src/math/ceil.c
file modified
+1
-1
src/math/ceilf.c
file modified
+1
-1
src/math/ceill.c
file modified
+4
-3
src/math/copysign.c
file modified
+1
-1
src/math/copysignf.c
file modified
+1
-1
src/math/copysignl.c
file modified
+3
-3
src/math/cos.c
file modified
+1
-1
src/math/cosf.c
file modified
+1
-1
src/math/cosh.c
file modified
+1
-1
src/math/coshf.c
file modified
+1
-1
src/math/coshl.c
file modified
+5
-3
src/math/cosl.c
file modified
+5
-3
src/math/erf.c
file modified
+1
-1
src/math/erfc.c
file modified
+1
-1
src/math/erfcf.c
file modified
+1
-1
src/math/erfcl.c
file modified
+3
-3
src/math/erff.c
file modified
+1
-1
src/math/erfl.c
file modified
+3
-3
src/math/exp.c
file modified
+1
-1
src/math/exp10.c
file modified
+1
-1
src/math/exp10f.c
file modified
+1
-1
src/math/exp10l.c
file modified
+3
-3
src/math/exp2.c
file modified
+1
-1
src/math/exp2f.c
file modified
+1
-1
src/math/exp2l.c
file modified
+3
-3
src/math/expf.c
file modified
+1
-1
src/math/expl.c
file modified
+5
-3
src/math/expm1.c
file modified
+1
-1
src/math/expm1f.c
file modified
+1
-1
src/math/expm1l.c
file modified
+4
-3
src/math/fabs.c
file modified
+1
-1
src/math/fabsf.c
file modified
+1
-1
src/math/fabsl.c
file modified
+4
-3
src/math/fdim.c
file modified
+1
-1
src/math/fdimf.c
file modified
+1
-1
src/math/fdiml.c
file modified
+3
-3
src/math/floor.c
file modified
+1
-1
src/math/floorf.c
file modified
+1
-1
src/math/floorl.c
file modified
+4
-3
src/math/fmax.c
file modified
+1
-1
src/math/fmaxf.c
file modified
+1
-1
src/math/fmaxl.c
file modified
+3
-3
src/math/fmin.c
file modified
+1
-1
src/math/fminf.c
file modified
+1
-1
src/math/fminl.c
file modified
+3
-3
src/math/fmod.c
file modified
+1
-1
src/math/fmodf.c
file modified
+1
-1
src/math/fmodl.c
file modified
+4
-3
src/math/gen/gentests.sh
file modified
+5
-5
src/math/hypot.c
file modified
+1
-1
src/math/hypotf.c
file modified
+1
-1
src/math/hypotl.c
file modified
+4
-3
src/math/j0.c
file modified
+1
-1
src/math/j0f.c
file modified
+1
-1
src/math/j1.c
file modified
+1
-1
src/math/j1f.c
file modified
+1
-1
src/math/log.c
file modified
+1
-1
src/math/log10.c
file modified
+1
-1
src/math/log10f.c
file modified
+1
-1
src/math/log10l.c
file modified
+5
-3
src/math/log1p.c
file modified
+1
-1
src/math/log1pf.c
file modified
+1
-1
src/math/log1pl.c
file modified
+4
-3
src/math/log2.c
file modified
+1
-1
src/math/log2f.c
file modified
+1
-1
src/math/log2l.c
file modified
+4
-3
src/math/logb.c
file modified
+1
-1
src/math/logbf.c
file modified
+1
-1
src/math/logbl.c
file modified
+3
-3
src/math/logf.c
file modified
+1
-1
src/math/logl.c
file modified
+5
-3
src/math/nearbyint.c
file modified
+1
-1
src/math/nearbyintf.c
file modified
+1
-1
src/math/nearbyintl.c
file modified
+3
-3
src/math/nextafterl.c
file modified
+1
-1
src/math/nexttowardl.c
file modified
+1
-1
src/math/pow.c
file modified
+1
-1
src/math/pow10.c
file modified
+1
-1
src/math/pow10f.c
file modified
+1
-1
src/math/pow10l.c
file modified
+3
-3
src/math/powf.c
file modified
+1
-1
src/math/powl.c
file modified
+5
-3
src/math/remainder.c
file modified
+1
-1
src/math/remainderf.c
file modified
+1
-1
src/math/remainderl.c
file modified
+3
-3
src/math/rint.c
file modified
+1
-1
src/math/rintf.c
file modified
+1
-1
src/math/rintl.c
file modified
+3
-3
src/math/round.c
file modified
+1
-1
src/math/roundf.c
file modified
+1
-1
src/math/roundl.c
file modified
+3
-3
src/math/sin.c
file modified
+1
-1
src/math/sinf.c
file modified
+1
-1
src/math/sinh.c
file modified
+1
-1
src/math/sinhf.c
file modified
+1
-1
src/math/sinhl.c
file modified
+5
-3
src/math/sinl.c
file modified
+5
-3
src/math/sqrt.c
file modified
+1
-1
src/math/sqrtf.c
file modified
+1
-1
src/math/sqrtl.c
file modified
+4
-3
src/math/tan.c
file modified
+1
-1
src/math/tanf.c
file modified
+1
-1
src/math/tanh.c
file modified
+1
-1
src/math/tanhf.c
file modified
+1
-1
src/math/tanhl.c
file modified
+4
-3
src/math/tanl.c
file modified
+5
-3
src/math/tgamma.c
file modified
+1
-1
src/math/tgammaf.c
file modified
+1
-1
src/math/tgammal.c
file modified
+3
-3
src/math/trunc.c
file modified
+1
-1
src/math/truncf.c
file modified
+1
-1
src/math/truncl.c
file modified
+3
-3
src/math/y0.c
file modified
+1
-1
src/math/y0f.c
file modified
+1
-1
src/math/y1.c
file modified
+1
-1
src/math/y1f.c
file modified
+1
-1
fix math test gen script
Makefile.inc
file modified
+1
-1
src/math/acos.c
file modified
+1
-1
src/math/acosf.c
file modified
+1
-1
src/math/acosh.c
file modified
+1
-1
src/math/acoshf.c
file modified
+1
-1
src/math/acoshl.c
file modified
+3
-3
src/math/acosl.c
file modified
+5
-3
src/math/asin.c
file modified
+1
-1
src/math/asinf.c
file modified
+1
-1
src/math/asinh.c
file modified
+1
-1
src/math/asinhf.c
file modified
+1
-1
src/math/asinhl.c
file modified
+3
-3
src/math/asinl.c
file modified
+5
-3
src/math/atan.c
file modified
+1
-1
src/math/atan2.c
file modified
+1
-1
src/math/atan2f.c
file modified
+1
-1
src/math/atan2l.c
file modified
+4
-3
src/math/atanf.c
file modified
+1
-1
src/math/atanh.c
file modified
+1
-1
src/math/atanhf.c
file modified
+1
-1
src/math/atanhl.c
file modified
+3
-3
src/math/atanl.c
file modified
+5
-3
src/math/cbrt.c
file modified
+1
-1
src/math/cbrtf.c
file modified
+1
-1
src/math/cbrtl.c
file modified
+3
-3
src/math/ceil.c
file modified
+1
-1
src/math/ceilf.c
file modified
+1
-1
src/math/ceill.c
file modified
+4
-3
src/math/copysign.c
file modified
+1
-1
src/math/copysignf.c
file modified
+1
-1
src/math/copysignl.c
file modified
+3
-3
src/math/cos.c
file modified
+1
-1
src/math/cosf.c
file modified
+1
-1
src/math/cosh.c
file modified
+1
-1
src/math/coshf.c
file modified
+1
-1
src/math/coshl.c
file modified
+5
-3
src/math/cosl.c
file modified
+5
-3
src/math/erf.c
file modified
+1
-1
src/math/erfc.c
file modified
+1
-1
src/math/erfcf.c
file modified
+1
-1
src/math/erfcl.c
file modified
+3
-3
src/math/erff.c
file modified
+1
-1
src/math/erfl.c
file modified
+3
-3
src/math/exp.c
file modified
+1
-1
src/math/exp10.c
file modified
+1
-1
src/math/exp10f.c
file modified
+1
-1
src/math/exp10l.c
file modified
+3
-3
src/math/exp2.c
file modified
+1
-1
src/math/exp2f.c
file modified
+1
-1
src/math/exp2l.c
file modified
+3
-3
src/math/expf.c
file modified
+1
-1
src/math/expl.c
file modified
+5
-3
src/math/expm1.c
file modified
+1
-1
src/math/expm1f.c
file modified
+1
-1
src/math/expm1l.c
file modified
+4
-3
src/math/fabs.c
file modified
+1
-1
src/math/fabsf.c
file modified
+1
-1
src/math/fabsl.c
file modified
+4
-3
src/math/fdim.c
file modified
+1
-1
src/math/fdimf.c
file modified
+1
-1
src/math/fdiml.c
file modified
+3
-3
src/math/floor.c
file modified
+1
-1
src/math/floorf.c
file modified
+1
-1
src/math/floorl.c
file modified
+4
-3
src/math/fmax.c
file modified
+1
-1
src/math/fmaxf.c
file modified
+1
-1
src/math/fmaxl.c
file modified
+3
-3
src/math/fmin.c
file modified
+1
-1
src/math/fminf.c
file modified
+1
-1
src/math/fminl.c
file modified
+3
-3
src/math/fmod.c
file modified
+1
-1
src/math/fmodf.c
file modified
+1
-1
src/math/fmodl.c
file modified
+4
-3
src/math/gen/gentests.sh
file modified
+5
-5
src/math/hypot.c
file modified
+1
-1
src/math/hypotf.c
file modified
+1
-1
src/math/hypotl.c
file modified
+4
-3
src/math/j0.c
file modified
+1
-1
src/math/j0f.c
file modified
+1
-1
src/math/j1.c
file modified
+1
-1
src/math/j1f.c
file modified
+1
-1
src/math/log.c
file modified
+1
-1
src/math/log10.c
file modified
+1
-1
src/math/log10f.c
file modified
+1
-1
src/math/log10l.c
file modified
+5
-3
src/math/log1p.c
file modified
+1
-1
src/math/log1pf.c
file modified
+1
-1
src/math/log1pl.c
file modified
+4
-3
src/math/log2.c
file modified
+1
-1
src/math/log2f.c
file modified
+1
-1
src/math/log2l.c
file modified
+4
-3
src/math/logb.c
file modified
+1
-1
src/math/logbf.c
file modified
+1
-1
src/math/logbl.c
file modified
+3
-3
src/math/logf.c
file modified
+1
-1
src/math/logl.c
file modified
+5
-3
src/math/nearbyint.c
file modified
+1
-1
src/math/nearbyintf.c
file modified
+1
-1
src/math/nearbyintl.c
file modified
+3
-3
src/math/nextafterl.c
file modified
+1
-1
src/math/nexttowardl.c
file modified
+1
-1
src/math/pow.c
file modified
+1
-1
src/math/pow10.c
file modified
+1
-1
src/math/pow10f.c
file modified
+1
-1
src/math/pow10l.c
file modified
+3
-3
src/math/powf.c
file modified
+1
-1
src/math/powl.c
file modified
+5
-3
src/math/remainder.c
file modified
+1
-1
src/math/remainderf.c
file modified
+1
-1
src/math/remainderl.c
file modified
+3
-3
src/math/rint.c
file modified
+1
-1
src/math/rintf.c
file modified
+1
-1
src/math/rintl.c
file modified
+3
-3
src/math/round.c
file modified
+1
-1
src/math/roundf.c
file modified
+1
-1
src/math/roundl.c
file modified
+3
-3
src/math/sin.c
file modified
+1
-1
src/math/sinf.c
file modified
+1
-1
src/math/sinh.c
file modified
+1
-1
src/math/sinhf.c
file modified
+1
-1
src/math/sinhl.c
file modified
+5
-3
src/math/sinl.c
file modified
+5
-3
src/math/sqrt.c
file modified
+1
-1
src/math/sqrtf.c
file modified
+1
-1
src/math/sqrtl.c
file modified
+4
-3
src/math/tan.c
file modified
+1
-1
src/math/tanf.c
file modified
+1
-1
src/math/tanh.c
file modified
+1
-1
src/math/tanhf.c
file modified
+1
-1
src/math/tanhl.c
file modified
+4
-3
src/math/tanl.c
file modified
+5
-3
src/math/tgamma.c
file modified
+1
-1
src/math/tgammaf.c
file modified
+1
-1
src/math/tgammal.c
file modified
+3
-3
src/math/trunc.c
file modified
+1
-1
src/math/truncf.c
file modified
+1
-1
src/math/truncl.c
file modified
+3
-3
src/math/y0.c
file modified
+1
-1
src/math/y0f.c
file modified
+1
-1
src/math/y1.c
file modified
+1
-1
src/math/y1f.c
file modified
+1
-1