regex memory corruption regression test
[libc-test] / src / math /
2014-10-28 Szabolcs Nagytestcases for rint double rounding issue
2014-09-11 Szabolcs Nagyfix argument order in the error message of jnf, yn...
2014-09-11 Sergey DmitroukFix order of jn() arguments in error message
2014-02-21 Szabolcs Nagyremquol: use remquo tests when long double == double
2014-01-27 Szabolcs Nagymath/gen: yet another little decimal formatting tool
2014-01-07 Szabolcs Nagymath: add drem and dremf tests
2013-12-05 Szabolcs Nagymath: only report at most one <2ulp error for acosh...
2013-10-28 Szabolcs Nagymath: add some further fenv rounding mode tests
2013-10-07 Szabolcs Nagymath: emit less errors for known broken functions
2013-09-27 Szabolcs Nagymath: add comparision macro tests (isless etc)
2013-09-05 Szabolcs Nagymath: atanh special cases
2013-09-05 Szabolcs Nagymath: add an expm1l special case
2013-09-05 Szabolcs Nagymath: correct-rounding check in remainder functions...
2013-09-05 Szabolcs Nagymath: add some special case tests
2013-09-03 Szabolcs Nagymath: test cases for rounding functions
2013-08-18 Szabolcs Nagyfix fenv.c tests according to a new interpretation...
2013-08-18 Szabolcs Nagytest fenv functions with bad arguments
2013-08-16 Szabolcs Nagyremove accidentally committed core, add festenv, fegete...
2013-08-15 Szabolcs Nagymath: fix long double fpclassify tests for ldbl==dbl...
2013-08-15 Szabolcs Nagymath: fix lrint, lround, nexttoward tests for ldbl...
2013-08-15 Szabolcs Nagyatan2 underflow tests
2013-08-12 Szabolcs Nagymath: fenv status flag fixes
2013-08-01 Szabolcs Nagyadd exp10l test case (1e-15)
2013-08-01 Szabolcs Nagyfix local makefiles to make it possible to rebuild...
2013-07-29 Szabolcs Nagymath/scalb* max scale test cases
2013-07-26 Szabolcs Nagyadd options.h.in to generate posix option group defines
2013-07-24 Szabolcs Nagymakefile change: B variable is the build directory
2013-07-20 Szabolcs Nagyadd feature test macros to non-c99 math tests
2013-07-20 Szabolcs Nagyremove old math/util code (already moved to common/)
2013-07-20 Szabolcs Nagynew test system
2013-07-08 Szabolcs Nagyadd the BUILD variable to the makefiles to control...
2013-07-03 Szabolcs Nagymath: add readme about ulp check tool
2013-07-03 Szabolcs Nagymath: cleaner makefile for the test case generator
2013-07-03 Szabolcs Nagymath: fix cr check, stricter except check
2013-05-24 Szabolcs Nagygen tools: add tox
2013-05-19 Szabolcs Nagymath tests: fma underflow cases
2013-05-19 Szabolcs Nagyfix broken fma tests (due to mpfr bugs)
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