adding fma tests and various hard cases for bessel and erfc
[libc-test] / src / math /
2013-05-18 Szabolcs Nagyadding fma tests and various hard cases for bessel...
2012-12-14 Szabolcs Nagymath: fix long double ulperror calculation
2012-12-14 Szabolcs Nagymath: add random float generator to gen, make check...
2012-12-14 Szabolcs Nagymath: new testcases (acos, asin, atan, expl, lgamma...
2012-12-08 Szabolcs Nagymath: logb needs to be correctly rounded
2012-11-24 Szabolcs Nagymath: regenerate all math tests
2012-11-18 Szabolcs Nagymath: add fenv test and new 'add' function in gen
2012-11-18 Szabolcs Nagymath: fix makefile so .o files are kept
2012-11-18 Szabolcs Nagymath: add test vectors for exp functions
2012-11-17 Szabolcs Nagymath: remove float-store flag, add exp2 and asinhl...
2012-11-13 Szabolcs Nagymath: fix nexttoward and nexttowardf tests
2012-11-13 Szabolcs Nagymath: fix the type of the return value
2012-11-12 Szabolcs Nagymath: fix frexp (don't check iptr when it's not specified)
2012-11-12 Szabolcs Nagymath: fix some invalid checks (remquo, lrint, lround...
2012-11-12 Szabolcs Nagymath: in lgamma* only check signgam when it's specified
2012-11-12 Szabolcs Nagymath/gen: fix fma fenv flags on nan
2012-11-12 Szabolcs Nagymath: add special case test vectors
2012-11-11 Szabolcs Nagymath/gen: fix ilogb, logb and modf in mp, change intege...
2012-11-01 Szabolcs Nagymath: ldexp, modf, nearbyint, scalb are correctly rounded
2012-11-01 Szabolcs Nagymath: fdim is correctly rounded
2012-11-01 Szabolcs Nagymath: brief readme
2012-11-01 Szabolcs Nagymath: fpclassify test
2012-10-25 Szabolcs Nagymath: do correctly rounded checks where it's appropriate
2012-10-13 nszmath: add jn and yn
2012-10-13 nszmath: add remquo and fma
2012-10-13 nszmath: add modf and sincos
2012-10-13 nszmath: fix float->int functions
2012-10-13 nszmath: fix float->int functions
2012-10-13 nszmath: add lrint, lround
2012-10-13 nszmath: fix nexttoward*
2012-10-13 nszmath: add nextafter*, nextoward* and scalb to gen
2012-10-11 nszmath: fix util for fenv without rounding modes
2012-10-11 nszmath: add ilogb, fix f_fi tests
2012-10-09 nszmath: add fenv pragma, relax the error check, simplify...
2012-10-09 nszmath: add some float f(float,int) and some float f...
2012-10-07 nszmath: use separate makefile
2012-10-07 nszmath: print file:line in the error msg, fix nearbyint...
2012-10-07 nszmath: fix test vectors for logb
2012-10-07 nszmath: fix mpfr code for ld80 long double functions
2012-10-07 nszfix math test gen script
2012-10-07 nszadd generated math tests
2012-10-07 nsznew test framework (one main per test)
2012-05-06 nszfnmatch: fix "[/b" test
2012-05-06 nszmath += nextafter, nextafterl tests
2012-05-05 nszmath += nextafter bench and test
2012-05-05 nszmath: separate fenvutil.c for printing except/round...
2012-04-12 nszmath: add float-store test
2012-03-29 nszmath/modf fixes
2012-03-28 nszadd math/modf benchmark
2012-03-28 nszminor math/sanity.c test fix
2012-03-28 nszadd math/modf.c test
2012-03-27 nszadd math/classify test
2012-03-27 nszclean up compiler warnings
2012-03-27 nszadd tests: math, udiv, stdio/memstream