math: add special case test vectors
authorSzabolcs Nagy <nsz@port70.net>
Mon, 12 Nov 2012 18:46:40 +0000 (19:46 +0100)
committerSzabolcs Nagy <nsz@port70.net>
Mon, 12 Nov 2012 18:46:40 +0000 (19:46 +0100)
commitf3f0ff4782fc90bd0f3e48fd541ee431f76aaed1
tree7f650196adaf0ef031da6f25ce838efae8e26b38
parent9aeadc5b0fdc9679c8c257c1a8521f76f1e3b0e7
math: add special case test vectors
385 files changed:
src/math/acos.c
src/math/acosf.c
src/math/acosh.c
src/math/acoshf.c
src/math/acoshl.c
src/math/acosl.c
src/math/asin.c
src/math/asinf.c
src/math/asinh.c
src/math/asinhf.c
src/math/asinhl.c
src/math/asinl.c
src/math/atan.c
src/math/atan2.c
src/math/atan2f.c
src/math/atan2l.c
src/math/atanf.c
src/math/atanh.c
src/math/atanhf.c
src/math/atanhl.c
src/math/atanl.c
src/math/cbrt.c
src/math/cbrtf.c
src/math/cbrtl.c
src/math/ceil.c
src/math/ceilf.c
src/math/ceill.c
src/math/copysign.c
src/math/copysignf.c
src/math/copysignl.c
src/math/cos.c
src/math/cosf.c
src/math/cosh.c
src/math/coshf.c
src/math/coshl.c
src/math/cosl.c
src/math/erf.c
src/math/erfc.c
src/math/erfcf.c
src/math/erfcl.c
src/math/erff.c
src/math/erfl.c
src/math/exp.c
src/math/exp10.c
src/math/exp10f.c
src/math/exp10l.c
src/math/exp2.c
src/math/exp2f.c
src/math/exp2l.c
src/math/expf.c
src/math/expl.c
src/math/expm1.c
src/math/expm1f.c
src/math/expm1l.c
src/math/fabs.c
src/math/fabsf.c
src/math/fabsl.c
src/math/fdim.c
src/math/fdimf.c
src/math/fdiml.c
src/math/floor.c
src/math/floorf.c
src/math/floorl.c
src/math/fma.c
src/math/fmaf.c
src/math/fmal.c
src/math/fmax.c
src/math/fmaxf.c
src/math/fmaxl.c
src/math/fmin.c
src/math/fminf.c
src/math/fminl.c
src/math/fmod.c
src/math/fmodf.c
src/math/fmodl.c
src/math/frexp.c
src/math/frexpf.c
src/math/frexpl.c
src/math/hypot.c
src/math/hypotf.c
src/math/hypotl.c
src/math/ilogb.c
src/math/ilogbf.c
src/math/ilogbl.c
src/math/j0.c
src/math/j0f.c
src/math/j1.c
src/math/j1f.c
src/math/jn.c
src/math/jnf.c
src/math/ldexp.c
src/math/ldexpf.c
src/math/ldexpl.c
src/math/lgamma.c
src/math/lgamma_r.c
src/math/lgammaf.c
src/math/lgammaf_r.c
src/math/lgammal.c
src/math/lgammal_r.c
src/math/llrint.c
src/math/llrintf.c
src/math/llrintl.c
src/math/llround.c
src/math/llroundf.c
src/math/llroundl.c
src/math/log.c
src/math/log10.c
src/math/log10f.c
src/math/log10l.c
src/math/log1p.c
src/math/log1pf.c
src/math/log1pl.c
src/math/log2.c
src/math/log2f.c
src/math/log2l.c
src/math/logb.c
src/math/logbf.c
src/math/logbl.c
src/math/logf.c
src/math/logl.c
src/math/lrint.c
src/math/lrintf.c
src/math/lrintl.c
src/math/lround.c
src/math/lroundf.c
src/math/lroundl.c
src/math/modf.c
src/math/modff.c
src/math/modfl.c
src/math/nearbyint.c
src/math/nearbyintf.c
src/math/nearbyintl.c
src/math/nextafter.c
src/math/nextafterf.c
src/math/nextafterl.c
src/math/nexttoward.c
src/math/nexttowardf.c
src/math/nexttowardl.c
src/math/pow.c
src/math/pow10.c
src/math/pow10f.c
src/math/pow10l.c
src/math/powf.c
src/math/powl.c
src/math/remainder.c
src/math/remainderf.c
src/math/remainderl.c
src/math/remquo.c
src/math/remquof.c
src/math/remquol.c
src/math/rint.c
src/math/rintf.c
src/math/rintl.c
src/math/round.c
src/math/roundf.c
src/math/roundl.c
src/math/scalb.c
src/math/scalbf.c
src/math/scalbln.c
src/math/scalblnf.c
src/math/scalblnl.c
src/math/scalbn.c
src/math/scalbnf.c
src/math/scalbnl.c
src/math/sin.c
src/math/sincos.c
src/math/sincosf.c
src/math/sincosl.c
src/math/sinf.c
src/math/sinh.c
src/math/sinhf.c
src/math/sinhl.c
src/math/sinl.c
src/math/special/acos.h [new file with mode: 0644]
src/math/special/acosf.h [new file with mode: 0644]
src/math/special/acosh.h [new file with mode: 0644]
src/math/special/acoshf.h [new file with mode: 0644]
src/math/special/acoshl.h [new file with mode: 0644]
src/math/special/acosl.h [new file with mode: 0644]
src/math/special/asin.h [new file with mode: 0644]
src/math/special/asinf.h [new file with mode: 0644]
src/math/special/asinh.h [new file with mode: 0644]
src/math/special/asinhf.h [new file with mode: 0644]
src/math/special/asinhl.h [new file with mode: 0644]
src/math/special/asinl.h [new file with mode: 0644]
src/math/special/atan.h [new file with mode: 0644]
src/math/special/atan2.h [new file with mode: 0644]
src/math/special/atan2f.h [new file with mode: 0644]
src/math/special/atan2l.h [new file with mode: 0644]
src/math/special/atanf.h [new file with mode: 0644]
src/math/special/atanh.h [new file with mode: 0644]
src/math/special/atanhf.h [new file with mode: 0644]
src/math/special/atanhl.h [new file with mode: 0644]
src/math/special/atanl.h [new file with mode: 0644]
src/math/special/cbrt.h [new file with mode: 0644]
src/math/special/cbrtf.h [new file with mode: 0644]
src/math/special/cbrtl.h [new file with mode: 0644]
src/math/special/ceil.h [new file with mode: 0644]
src/math/special/ceilf.h [new file with mode: 0644]
src/math/special/ceill.h [new file with mode: 0644]
src/math/special/copysign.h [new file with mode: 0644]
src/math/special/copysignf.h [new file with mode: 0644]
src/math/special/copysignl.h [new file with mode: 0644]
src/math/special/cos.h [new file with mode: 0644]
src/math/special/cosf.h [new file with mode: 0644]
src/math/special/cosh.h [new file with mode: 0644]
src/math/special/coshf.h [new file with mode: 0644]
src/math/special/coshl.h [new file with mode: 0644]
src/math/special/cosl.h [new file with mode: 0644]
src/math/special/erf.h [new file with mode: 0644]
src/math/special/erfc.h [new file with mode: 0644]
src/math/special/erfcf.h [new file with mode: 0644]
src/math/special/erfcl.h [new file with mode: 0644]
src/math/special/erff.h [new file with mode: 0644]
src/math/special/erfl.h [new file with mode: 0644]
src/math/special/exp.h [new file with mode: 0644]
src/math/special/exp10.h [new file with mode: 0644]
src/math/special/exp10f.h [new file with mode: 0644]
src/math/special/exp10l.h [new file with mode: 0644]
src/math/special/exp2.h [new file with mode: 0644]
src/math/special/exp2f.h [new file with mode: 0644]
src/math/special/exp2l.h [new file with mode: 0644]
src/math/special/expf.h [new file with mode: 0644]
src/math/special/expl.h [new file with mode: 0644]
src/math/special/expm1.h [new file with mode: 0644]
src/math/special/expm1f.h [new file with mode: 0644]
src/math/special/expm1l.h [new file with mode: 0644]
src/math/special/fabs.h [new file with mode: 0644]
src/math/special/fabsf.h [new file with mode: 0644]
src/math/special/fabsl.h [new file with mode: 0644]
src/math/special/fdim.h [new file with mode: 0644]
src/math/special/fdimf.h [new file with mode: 0644]
src/math/special/fdiml.h [new file with mode: 0644]
src/math/special/floor.h [new file with mode: 0644]
src/math/special/floorf.h [new file with mode: 0644]
src/math/special/floorl.h [new file with mode: 0644]
src/math/special/fma.h [new file with mode: 0644]
src/math/special/fmaf.h [new file with mode: 0644]
src/math/special/fmal.h [new file with mode: 0644]
src/math/special/fmax.h [new file with mode: 0644]
src/math/special/fmaxf.h [new file with mode: 0644]
src/math/special/fmaxl.h [new file with mode: 0644]
src/math/special/fmin.h [new file with mode: 0644]
src/math/special/fminf.h [new file with mode: 0644]
src/math/special/fminl.h [new file with mode: 0644]
src/math/special/fmod.h [new file with mode: 0644]
src/math/special/fmodf.h [new file with mode: 0644]
src/math/special/fmodl.h [new file with mode: 0644]
src/math/special/frexp.h [new file with mode: 0644]
src/math/special/frexpf.h [new file with mode: 0644]
src/math/special/frexpl.h [new file with mode: 0644]
src/math/special/hypot.h [new file with mode: 0644]
src/math/special/hypotf.h [new file with mode: 0644]
src/math/special/hypotl.h [new file with mode: 0644]
src/math/special/ilogb.h [new file with mode: 0644]
src/math/special/ilogbf.h [new file with mode: 0644]
src/math/special/ilogbl.h [new file with mode: 0644]
src/math/special/j0.h [new file with mode: 0644]
src/math/special/j0f.h [new file with mode: 0644]
src/math/special/j1.h [new file with mode: 0644]
src/math/special/j1f.h [new file with mode: 0644]
src/math/special/jn.h [new file with mode: 0644]
src/math/special/jnf.h [new file with mode: 0644]
src/math/special/ldexp.h [new file with mode: 0644]
src/math/special/ldexpf.h [new file with mode: 0644]
src/math/special/ldexpl.h [new file with mode: 0644]
src/math/special/lgamma.h [new file with mode: 0644]
src/math/special/lgamma_r.h [new file with mode: 0644]
src/math/special/lgammaf.h [new file with mode: 0644]
src/math/special/lgammaf_r.h [new file with mode: 0644]
src/math/special/lgammal.h [new file with mode: 0644]
src/math/special/lgammal_r.h [new file with mode: 0644]
src/math/special/llrint.h [new file with mode: 0644]
src/math/special/llrintf.h [new file with mode: 0644]
src/math/special/llrintl.h [new file with mode: 0644]
src/math/special/llround.h [new file with mode: 0644]
src/math/special/llroundf.h [new file with mode: 0644]
src/math/special/llroundl.h [new file with mode: 0644]
src/math/special/log.h [new file with mode: 0644]
src/math/special/log10.h [new file with mode: 0644]
src/math/special/log10f.h [new file with mode: 0644]
src/math/special/log10l.h [new file with mode: 0644]
src/math/special/log1p.h [new file with mode: 0644]
src/math/special/log1pf.h [new file with mode: 0644]
src/math/special/log1pl.h [new file with mode: 0644]
src/math/special/log2.h [new file with mode: 0644]
src/math/special/log2f.h [new file with mode: 0644]
src/math/special/log2l.h [new file with mode: 0644]
src/math/special/logb.h [new file with mode: 0644]
src/math/special/logbf.h [new file with mode: 0644]
src/math/special/logbl.h [new file with mode: 0644]
src/math/special/logf.h [new file with mode: 0644]
src/math/special/logl.h [new file with mode: 0644]
src/math/special/lrint.h [new file with mode: 0644]
src/math/special/lrintf.h [new file with mode: 0644]
src/math/special/lrintl.h [new file with mode: 0644]
src/math/special/lround.h [new file with mode: 0644]
src/math/special/lroundf.h [new file with mode: 0644]
src/math/special/lroundl.h [new file with mode: 0644]
src/math/special/modf.h [new file with mode: 0644]
src/math/special/modff.h [new file with mode: 0644]
src/math/special/modfl.h [new file with mode: 0644]
src/math/special/nearbyint.h [new file with mode: 0644]
src/math/special/nearbyintf.h [new file with mode: 0644]
src/math/special/nearbyintl.h [new file with mode: 0644]
src/math/special/nextafter.h [new file with mode: 0644]
src/math/special/nextafterf.h [new file with mode: 0644]
src/math/special/nextafterl.h [new file with mode: 0644]
src/math/special/nexttoward.h [new file with mode: 0644]
src/math/special/nexttowardf.h [new file with mode: 0644]
src/math/special/nexttowardl.h [new file with mode: 0644]
src/math/special/pow.h [new file with mode: 0644]
src/math/special/powf.h [new file with mode: 0644]
src/math/special/powl.h [new file with mode: 0644]
src/math/special/remainder.h [new file with mode: 0644]
src/math/special/remainderf.h [new file with mode: 0644]
src/math/special/remainderl.h [new file with mode: 0644]
src/math/special/remquo.h [new file with mode: 0644]
src/math/special/remquof.h [new file with mode: 0644]
src/math/special/remquol.h [new file with mode: 0644]
src/math/special/rint.h [new file with mode: 0644]
src/math/special/rintf.h [new file with mode: 0644]
src/math/special/rintl.h [new file with mode: 0644]
src/math/special/round.h [new file with mode: 0644]
src/math/special/roundf.h [new file with mode: 0644]
src/math/special/roundl.h [new file with mode: 0644]
src/math/special/scalb.h [new file with mode: 0644]
src/math/special/scalbf.h [new file with mode: 0644]
src/math/special/scalbln.h [new file with mode: 0644]
src/math/special/scalblnf.h [new file with mode: 0644]
src/math/special/scalblnl.h [new file with mode: 0644]
src/math/special/scalbn.h [new file with mode: 0644]
src/math/special/scalbnf.h [new file with mode: 0644]
src/math/special/scalbnl.h [new file with mode: 0644]
src/math/special/sin.h [new file with mode: 0644]
src/math/special/sincos.h [new file with mode: 0644]
src/math/special/sincosf.h [new file with mode: 0644]
src/math/special/sincosl.h [new file with mode: 0644]
src/math/special/sinf.h [new file with mode: 0644]
src/math/special/sinh.h [new file with mode: 0644]
src/math/special/sinhf.h [new file with mode: 0644]
src/math/special/sinhl.h [new file with mode: 0644]
src/math/special/sinl.h [new file with mode: 0644]
src/math/special/sqrt.h [new file with mode: 0644]
src/math/special/sqrtf.h [new file with mode: 0644]
src/math/special/sqrtl.h [new file with mode: 0644]
src/math/special/tan.h [new file with mode: 0644]
src/math/special/tanf.h [new file with mode: 0644]
src/math/special/tanh.h [new file with mode: 0644]
src/math/special/tanhf.h [new file with mode: 0644]
src/math/special/tanhl.h [new file with mode: 0644]
src/math/special/tanl.h [new file with mode: 0644]
src/math/special/tgamma.h [new file with mode: 0644]
src/math/special/tgammaf.h [new file with mode: 0644]
src/math/special/tgammal.h [new file with mode: 0644]
src/math/special/trunc.h [new file with mode: 0644]
src/math/special/truncf.h [new file with mode: 0644]
src/math/special/truncl.h [new file with mode: 0644]
src/math/special/y0.h [new file with mode: 0644]
src/math/special/y0f.h [new file with mode: 0644]
src/math/special/y1.h [new file with mode: 0644]
src/math/special/y1f.h [new file with mode: 0644]
src/math/special/yn.h [new file with mode: 0644]
src/math/special/ynf.h [new file with mode: 0644]
src/math/sqrt.c
src/math/sqrtf.c
src/math/sqrtl.c
src/math/tan.c
src/math/tanf.c
src/math/tanh.c
src/math/tanhf.c
src/math/tanhl.c
src/math/tanl.c
src/math/tgamma.c
src/math/tgammaf.c
src/math/tgammal.c
src/math/trunc.c
src/math/truncf.c
src/math/truncl.c
src/math/y0.c
src/math/y0f.c
src/math/y1.c
src/math/y1f.c
src/math/yn.c
src/math/ynf.c