f3f0ff math: add special case test vectors

Authored and Committed by Szabolcs Nagy 11 years ago
385 files changed. 3811 lines added. 1 lines removed.
src/math/acos.c
file modified
+1 -0
src/math/acosf.c
file modified
+1 -0
src/math/acosh.c
file modified
+1 -0
src/math/acoshf.c
file modified
+1 -0
src/math/acoshl.c
file modified
+2 -0
src/math/acosl.c
file modified
+2 -0
src/math/asin.c
file modified
+1 -0
src/math/asinf.c
file modified
+1 -0
src/math/asinh.c
file modified
+1 -0
src/math/asinhf.c
file modified
+1 -0
src/math/asinhl.c
file modified
+2 -0
src/math/asinl.c
file modified
+2 -0
src/math/atan.c
file modified
+1 -0
src/math/atan2.c
file modified
+1 -0
src/math/atan2f.c
file modified
+1 -0
src/math/atan2l.c
file modified
+2 -0
src/math/atanf.c
file modified
+1 -0
src/math/atanh.c
file modified
+1 -0
src/math/atanhf.c
file modified
+1 -0
src/math/atanhl.c
file modified
+2 -0
src/math/atanl.c
file modified
+2 -0
src/math/cbrt.c
file modified
+1 -0
src/math/cbrtf.c
file modified
+1 -0
src/math/cbrtl.c
file modified
+2 -0
src/math/ceil.c
file modified
+1 -0
src/math/ceilf.c
file modified
+1 -0
src/math/ceill.c
file modified
+2 -0
src/math/copysign.c
file modified
+1 -0
src/math/copysignf.c
file modified
+1 -0
src/math/copysignl.c
file modified
+2 -0
src/math/cos.c
file modified
+1 -0
src/math/cosf.c
file modified
+1 -0
src/math/cosh.c
file modified
+1 -0
src/math/coshf.c
file modified
+1 -0
src/math/coshl.c
file modified
+2 -0
src/math/cosl.c
file modified
+2 -0
src/math/erf.c
file modified
+1 -0
src/math/erfc.c
file modified
+1 -0
src/math/erfcf.c
file modified
+1 -0
src/math/erfcl.c
file modified
+2 -0
src/math/erff.c
file modified
+1 -0
src/math/erfl.c
file modified
+2 -0
src/math/exp.c
file modified
+1 -0
src/math/exp10.c
file modified
+1 -0
src/math/exp10f.c
file modified
+1 -0
src/math/exp10l.c
file modified
+2 -0
src/math/exp2.c
file modified
+1 -0
src/math/exp2f.c
file modified
+1 -0
src/math/exp2l.c
file modified
+2 -0
src/math/expf.c
file modified
+1 -0
src/math/expl.c
file modified
+2 -0
src/math/expm1.c
file modified
+1 -0
src/math/expm1f.c
file modified
+1 -0
src/math/expm1l.c
file modified
+2 -0
src/math/fabs.c
file modified
+1 -0
src/math/fabsf.c
file modified
+1 -0
src/math/fabsl.c
file modified
+2 -0
src/math/fdim.c
file modified
+1 -0
src/math/fdimf.c
file modified
+1 -0
src/math/fdiml.c
file modified
+2 -0
src/math/floor.c
file modified
+1 -0
src/math/floorf.c
file modified
+1 -0
src/math/floorl.c
file modified
+2 -0
src/math/fma.c
file modified
+1 -0
src/math/fmaf.c
file modified
+1 -0
src/math/fmal.c
file modified
+2 -0
src/math/fmax.c
file modified
+1 -0
src/math/fmaxf.c
file modified
+1 -0
src/math/fmaxl.c
file modified
+2 -0
src/math/fmin.c
file modified
+1 -0
src/math/fminf.c
file modified
+1 -0
src/math/fminl.c
file modified
+2 -0
src/math/fmod.c
file modified
+1 -0
src/math/fmodf.c
file modified
+1 -0
src/math/fmodl.c
file modified
+2 -0
src/math/frexp.c
file modified
+1 -0
src/math/frexpf.c
file modified
+1 -0
src/math/frexpl.c
file modified
+2 -0
src/math/hypot.c
file modified
+1 -0
src/math/hypotf.c
file modified
+1 -0
src/math/hypotl.c
file modified
+2 -0
src/math/ilogb.c
file modified
+1 -0
src/math/ilogbf.c
file modified
+1 -0
src/math/ilogbl.c
file modified
+2 -0
src/math/j0.c
file modified
+1 -0
src/math/j0f.c
file modified
+1 -0
src/math/j1.c
file modified
+1 -0
src/math/j1f.c
file modified
+1 -0
src/math/jn.c
file modified
+1 -0
src/math/jnf.c
file modified
+1 -0
src/math/ldexp.c
file modified
+1 -0
src/math/ldexpf.c
file modified
+1 -0
src/math/ldexpl.c
file modified
+2 -0
src/math/lgamma.c
file modified
+1 -0
src/math/lgamma_r.c
file modified
+1 -0
src/math/lgammaf.c
file modified
+1 -0
src/math/lgammaf_r.c
file modified
+1 -0
src/math/lgammal.c
file modified
+2 -0
src/math/lgammal_r.c
file modified
+3 -1
src/math/llrint.c
file modified
+1 -0
src/math/llrintf.c
file modified
+1 -0
src/math/llrintl.c
file modified
+2 -0
src/math/llround.c
file modified
+1 -0
src/math/llroundf.c
file modified
+1 -0
src/math/llroundl.c
file modified
+2 -0
src/math/log.c
file modified
+1 -0
src/math/log10.c
file modified
+1 -0
src/math/log10f.c
file modified
+1 -0
src/math/log10l.c
file modified
+2 -0
src/math/log1p.c
file modified
+1 -0
src/math/log1pf.c
file modified
+1 -0
src/math/log1pl.c
file modified
+2 -0
src/math/log2.c
file modified
+1 -0
src/math/log2f.c
file modified
+1 -0
src/math/log2l.c
file modified
+2 -0
src/math/logb.c
file modified
+1 -0
src/math/logbf.c
file modified
+1 -0
src/math/logbl.c
file modified
+2 -0
src/math/logf.c
file modified
+1 -0
src/math/logl.c
file modified
+2 -0
src/math/lrint.c
file modified
+1 -0
src/math/lrintf.c
file modified
+1 -0
src/math/lrintl.c
file modified
+2 -0
src/math/lround.c
file modified
+1 -0
src/math/lroundf.c
file modified
+1 -0
src/math/lroundl.c
file modified
+2 -0
src/math/modf.c
file modified
+1 -0
src/math/modff.c
file modified
+1 -0
src/math/modfl.c
file modified
+2 -0
src/math/nearbyint.c
file modified
+1 -0
src/math/nearbyintf.c
file modified
+1 -0
src/math/nearbyintl.c
file modified
+2 -0
src/math/nextafter.c
file modified
+1 -0
src/math/nextafterf.c
file modified
+1 -0
src/math/nextafterl.c
file modified
+2 -0
src/math/nexttoward.c
file modified
+3 -0
src/math/nexttowardf.c
file modified
+3 -0
src/math/nexttowardl.c
file modified
+2 -0
src/math/pow.c
file modified
+1 -0
src/math/pow10.c
file modified
+1 -0
src/math/pow10f.c
file modified
+1 -0
src/math/pow10l.c
file modified
+2 -0
src/math/powf.c
file modified
+1 -0
src/math/powl.c
file modified
+2 -0
src/math/remainder.c
file modified
+1 -0
src/math/remainderf.c
file modified
+1 -0
src/math/remainderl.c
file modified
+2 -0
src/math/remquo.c
file modified
+1 -0
src/math/remquof.c
file modified
+1 -0
src/math/remquol.c
file modified
+1 -0
src/math/rint.c
file modified
+1 -0
src/math/rintf.c
file modified
+1 -0
src/math/rintl.c
file modified
+2 -0
src/math/round.c
file modified
+1 -0
src/math/roundf.c
file modified
+1 -0
src/math/roundl.c
file modified
+2 -0
src/math/scalb.c
file modified
+1 -0
src/math/scalbf.c
file modified
+1 -0
src/math/scalbln.c
file modified
+1 -0
src/math/scalblnf.c
file modified
+1 -0
src/math/scalblnl.c
file modified
+2 -0
src/math/scalbn.c
file modified
+1 -0
src/math/scalbnf.c
file modified
+1 -0
src/math/scalbnl.c
file modified
+2 -0
src/math/sin.c
file modified
+1 -0
src/math/sincos.c
file modified
+1 -0
src/math/sincosf.c
file modified
+1 -0
src/math/sincosl.c
file modified
+2 -0
src/math/sinf.c
file modified
+1 -0
src/math/sinh.c
file modified
+1 -0
src/math/sinhf.c
file modified
+1 -0
src/math/sinhl.c
file modified
+2 -0
src/math/sinl.c
file modified
+2 -0
src/math/special/acos.h
file added
+8
src/math/special/acosf.h
file added
+8
src/math/special/acosh.h
file added
+6
src/math/special/acoshf.h
file added
+6
src/math/special/acoshl.h
file added
+6
src/math/special/acosl.h
file added
+8
src/math/special/asin.h
file added
+9
src/math/special/asinf.h
file added
+9
src/math/special/asinh.h
file added
+5
src/math/special/asinhf.h
file added
+5
src/math/special/asinhl.h
file added
+5
src/math/special/asinl.h
file added
+9
src/math/special/atan.h
file added
+7
src/math/special/atan2.h
file added
+26
src/math/special/atan2f.h
file added
+26
src/math/special/atan2l.h
file added
+26
src/math/special/atanf.h
file added
+7
src/math/special/atanh.h
file added
+9
src/math/special/atanhf.h
file added
+9
src/math/special/atanhl.h
file added
+9
src/math/special/atanl.h
file added
+7
src/math/special/cbrt.h
file added
+10
src/math/special/cbrtf.h
file added
+10
src/math/special/cbrtl.h
file added
+10
src/math/special/ceil.h
file added
+13
src/math/special/ceilf.h
file added
+13
src/math/special/ceill.h
file added
+13
src/math/special/copysign.h
file added
+13
src/math/special/copysignf.h
file added
+13
src/math/special/copysignl.h
file added
+13
src/math/special/cos.h
file added
+78
src/math/special/cosf.h
file added
+5
src/math/special/cosh.h
file added
+5
src/math/special/coshf.h
file added
+5
src/math/special/coshl.h
file added
+5
src/math/special/cosl.h
file added
+5
src/math/special/erf.h
file added
+5
src/math/special/erfc.h
file added
+5
src/math/special/erfcf.h
file added
+5
src/math/special/erfcl.h
file added
+5
src/math/special/erff.h
file added
+5
src/math/special/erfl.h
file added
+5
src/math/special/exp.h
file added
+7
src/math/special/exp10.h
file added
+7
src/math/special/exp10f.h
file added
+7
src/math/special/exp10l.h
file added
+7
src/math/special/exp2.h
file added
+7
src/math/special/exp2f.h
file added
+7
src/math/special/exp2l.h
file added
+7
src/math/special/expf.h
file added
+7
src/math/special/expl.h
file added
+7
src/math/special/expm1.h
file added
+7
src/math/special/expm1f.h
file added
+7
src/math/special/expm1l.h
file added
+7
src/math/special/fabs.h
file added
+7
src/math/special/fabsf.h
file added
+7
src/math/special/fabsl.h
file added
+7
src/math/special/fdim.h
file added
+58
src/math/special/fdimf.h
file added
+58
src/math/special/fdiml.h
file added
+58
src/math/special/floor.h
file added
+13
src/math/special/floorf.h
file added
+13
src/math/special/floorl.h
file added
+13
src/math/special/fma.h
file added
+37
src/math/special/fmaf.h
file added
+37
src/math/special/fmal.h
file added
+37
src/math/special/fmax.h
file added
+58
src/math/special/fmaxf.h
file added
+58
src/math/special/fmaxl.h
file added
+58
src/math/special/fmin.h
file added
+58
src/math/special/fminf.h
file added
+58
src/math/special/fminl.h
file added
+58
src/math/special/fmod.h
file added
+66
src/math/special/fmodf.h
file added
+66
src/math/special/fmodl.h
file added
+66
src/math/special/frexp.h
file added
+12
src/math/special/frexpf.h
file added
+12
src/math/special/frexpl.h
file added
+12
src/math/special/hypot.h
file added
+19
src/math/special/hypotf.h
file added
+19
src/math/special/hypotl.h
file added
+19
src/math/special/ilogb.h
file added
+9
src/math/special/ilogbf.h
file added
+9
src/math/special/ilogbl.h
file added
+9
src/math/special/j0.h
file added
+5
src/math/special/j0f.h
file added
+5
src/math/special/j1.h
file added
+5
src/math/special/j1f.h
file added
+5
src/math/special/jn.h
file added
+20
src/math/special/jnf.h
file added
+20
src/math/special/ldexp.h
file added
+14
src/math/special/ldexpf.h
file added
+14
src/math/special/ldexpl.h
file added
+14
src/math/special/lgamma.h
file added
+9
src/math/special/lgamma_r.h
file added
+9
src/math/special/lgammaf.h
file added
+9
src/math/special/lgammaf_r.h
file added
+9
src/math/special/lgammal.h
file added
+9
src/math/special/lgammal_r.h
file added
+9
src/math/special/llrint.h
file added
+18
src/math/special/llrintf.h
file added
+18
src/math/special/llrintl.h
file added
+18
src/math/special/llround.h
file added
+18
src/math/special/llroundf.h
file added
+18
src/math/special/llroundl.h
file added
+18
src/math/special/log.h
file added
+8
src/math/special/log10.h
file added
+8
src/math/special/log10f.h
file added
+8
src/math/special/log10l.h
file added
+8
src/math/special/log1p.h
file added
+8
src/math/special/log1pf.h
file added
+8
src/math/special/log1pl.h
file added
+8
src/math/special/log2.h
file added
+8
src/math/special/log2f.h
file added
+8
src/math/special/log2l.h
file added
+8
src/math/special/logb.h
file added
+8
src/math/special/logbf.h
file added
+8
src/math/special/logbl.h
file added
+8
src/math/special/logf.h
file added
+8
src/math/special/logl.h
file added
+8
src/math/special/lrint.h
file added
+18
src/math/special/lrintf.h
file added
+18
src/math/special/lrintl.h
file added
+18
src/math/special/lround.h
file added
+18
src/math/special/lroundf.h
file added
+18
src/math/special/lroundl.h
file added
+18
src/math/special/modf.h
file added
+13
src/math/special/modff.h
file added
+13
src/math/special/modfl.h
file added
+13
src/math/special/nearbyint.h
file added
+13
src/math/special/nearbyintf.h
file added
+13
src/math/special/nearbyintl.h
file added
+13
src/math/special/nextafter.h
file added
+33
src/math/special/nextafterf.h
file added
+33
src/math/special/nextafterl.h
file added
+33
src/math/special/nexttoward.h
file added
+35
src/math/special/nexttowardf.h
file added
+35
src/math/special/nexttowardl.h
file added
+33
src/math/special/pow.h
file added
+92
src/math/special/powf.h
file added
+92
src/math/special/powl.h
file added
+92
src/math/special/remainder.h
file added
+66
src/math/special/remainderf.h
file added
+66
src/math/special/remainderl.h
file added
+66
src/math/special/remquo.h
file added
+66
src/math/special/remquof.h
file added
+66
src/math/special/remquol.h
file added
+66
src/math/special/rint.h
file added
+13
src/math/special/rintf.h
file added
+13
src/math/special/rintl.h
file added
+13
src/math/special/round.h
file added
+13
src/math/special/roundf.h
file added
+13
src/math/special/roundl.h
file added
+13
src/math/special/scalb.h
file added
+34
src/math/special/scalbf.h
file added
+34
src/math/special/scalbln.h
file added
+14
src/math/special/scalblnf.h
file added
+14
src/math/special/scalblnl.h
file added
+14
src/math/special/scalbn.h
file added
+14
src/math/special/scalbnf.h
file added
+14
src/math/special/scalbnl.h
file added
+14
src/math/special/sin.h
file added
+5
src/math/special/sincos.h
file added
+5
src/math/special/sincosf.h
file added
+5
src/math/special/sincosl.h
file added
+5
src/math/special/sinf.h
file added
+5
src/math/special/sinh.h
file added
+5
src/math/special/sinhf.h
file added
+5
src/math/special/sinhl.h
file added
+5
src/math/special/sinl.h
file added
+5
src/math/special/sqrt.h
file added
+75
src/math/special/sqrtf.h
file added
+22
src/math/special/sqrtl.h
file added
+23
src/math/special/tan.h
file added
+5
src/math/special/tanf.h
file added
+5
src/math/special/tanh.h
file added
+5
src/math/special/tanhf.h
file added
+5
src/math/special/tanhl.h
file added
+5
src/math/special/tanl.h
file added
+5
src/math/special/tgamma.h
file added
+9
src/math/special/tgammaf.h
file added
+9
src/math/special/tgammal.h
file added
+9
src/math/special/trunc.h
file added
+13
src/math/special/truncf.h
file added
+13
src/math/special/truncl.h
file added
+13
src/math/special/y0.h
file added
+6
src/math/special/y0f.h
file added
+6
src/math/special/y1.h
file added
+6
src/math/special/y1f.h
file added
+6
src/math/special/yn.h
file added
+24
src/math/special/ynf.h
file added
+24
src/math/sqrt.c
file modified
+1 -0
src/math/sqrtf.c
file modified
+1 -0
src/math/sqrtl.c
file modified
+2 -0
src/math/tan.c
file modified
+1 -0
src/math/tanf.c
file modified
+1 -0
src/math/tanh.c
file modified
+1 -0
src/math/tanhf.c
file modified
+1 -0
src/math/tanhl.c
file modified
+2 -0
src/math/tanl.c
file modified
+2 -0
src/math/tgamma.c
file modified
+1 -0
src/math/tgammaf.c
file modified
+1 -0
src/math/tgammal.c
file modified
+2 -0
src/math/trunc.c
file modified
+1 -0
src/math/truncf.c
file modified
+1 -0
src/math/truncl.c
file modified
+2 -0
src/math/y0.c
file modified
+1 -0
src/math/y0f.c
file modified
+1 -0
src/math/y1.c
file modified
+1 -0
src/math/y1f.c
file modified
+1 -0
src/math/yn.c
file modified
+1 -0
src/math/ynf.c
file modified
+1 -0
    math: add special case test vectors
    
        
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+3 -1
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+3 -0
file modified
+3 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0