ent='cgit '/>
summaryrefslogtreecommitdiff
path: root/tests/lib/libm/Makefile
AgeCommit message (Expand)Author
2020-06-21fix build of t_cabsl from t_cabsl.cxxlukem
2019-04-26Add a test case for signbit.maya
2018-11-07Build libm tests with -fno-builtin.riastradh
2018-06-20Add test case for PR lib/50646.maya
2018-06-04Blindly add __TEST_FENV in the hope of fixing the vax build.maya
2016-12-20define __TEST_FENV in the makefile for t_fe_roundmaya
2016-12-19add test for fesetround/fegetround that uses lrint (and tests it a bunch).maya
2016-08-31Add failing test for casinhmaya
2016-08-23portability fixeschristos
2016-08-22add failing test for PR lib/51427maya
2016-01-24Add some tests of hypot() and hypotf()gson
2015-12-22add __TEST_FENVchristos
2015-12-22put have fenv stuff elsewhere.christos
2015-12-22Sync list of fenv enabled architectures again (PR 48633), this time for mipsmartin
2015-12-21While PR 48633 is not properly fixed, keep the additional lists ofmartin
2015-01-20Remove stale comment about ARM fenv support.snj
2015-01-03Mark the lib/libm/t_fmod test as an expected failure under QEMU,gson
2014-12-27Enable fenv.h on arm againmartin
2014-12-27fenv(3) support for hppamartin
2014-12-22Disabel fenv tests for arm, the implementation is incomplete.martin
2014-12-21Add a test program for basic fenv.h rounding mode/exception mask testing.martin
2014-08-10Use the same condition for HAVE_FENVmartin
2014-06-16Add modfl(3). From FreeBSD.joerg
2014-05-18Re-enable alpha IEEE compiler optionsmartin
2014-05-05Comment out the ieee fp flags for alpha for now - something (tm) is notmartin
2014-04-28Tune COPTS for alphamartin
2014-03-03Define HAVE_FENV_H on architectures that support it.martin
2013-11-12Initial version of fmodl from FreeBSD.joerg
2013-11-11NetBSD 6.99.26: Switch i386 and amd64 to the x87 default control wordjoerg
2012-04-13Do not re-add -mieee option on alpha, it's already set by default.njoly
2011-10-16Remove 't_rint' as it was committed accidentally.jruoho
2011-10-16As couple of checks fails on i386/qemu, reduce tolerance.jruoho
2011-10-16Add t_sqrt and t_cbrt.jruoho
2011-10-16Basic IEEE tests for the hyperbolic sine and cosine.jruoho
2011-09-18IEEE checks for the exponential family.jruoho
2011-09-17IEEE checks for the arcus functions.jruoho
2011-09-17Few tests for the error functions.jruoho
2011-09-17IEEE corner case tests for the pow(3) family (incl. PR lib/45372).jruoho
2011-09-14Some tests for sine, cosine, and tangent.jruoho
2011-09-12Merge 't_floor' to 't_ceil', and simplify.jruoho
2011-09-12Start systematic testing of libm(3) by first evaluating the corner casesjruoho
2011-04-11Try to generate infinite values in all available floating point formatsmartin
2011-04-10Add a test case for PR lib/41931 reported by he@. It was verified that thesejruoho
2011-04-08Move the round(3) checks from 't_libm' to their own 't_round'jruoho
2011-04-06A test case for PR lib/44057.jruoho
2011-03-24Add dummy test cases for ceil(3) and floor(3). It is expected that at leastjruoho
2010-12-20Move the only regress/lib/libm test to the new atf formatpgoyette