summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/math (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtests/complex,math: Prevent optimizationsSebastian Huber2014-12-011-80/+192
| | | | | | | For constant arguments GCC calculates the values of the math library functions at compile-time. close #1741
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* tests/libtests: Use <rtems/test.h>Sebastian Huber2014-03-201-2/+11
|
* Revert "Revert "libtests/math*: Avoid generated files""Ralf Corsépius2012-05-314-563/+300
| | | | This reverts commit 87c8d8aba6a9582ca5eeacd332b5b107e26ea50f.
* Revert "libtests/math*: Avoid generated files"Ralf Corsépius2012-05-314-300/+563
| | | | This reverts commit 6a5bd1c65c005457455db344f2ee831d7a5cf99b.
* Revert "Revert "libtests/math*: Avoid generated files""Ralf Corsépius2012-05-244-563/+300
| | | | This reverts commit 87c8d8aba6a9582ca5eeacd332b5b107e26ea50f.
* Revert "libtests/math*: Avoid generated files"Ralf Corsépius2012-05-234-300/+563
| | | | This reverts commit 6a5bd1c65c005457455db344f2ee831d7a5cf99b.
* libtests/math*: Avoid generated filesSebastian Huber2012-05-224-563/+300
| | | | Use C pre-processor instead of shell commands.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-112-6/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Revert: Remove CVS IdsJoel Sherrill2012-05-071-0/+4
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-041-4/+0
|
* Remove all .cvsignore files.Joel Sherrill2012-02-011-2/+0
|
* 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-133-16/+19
| | | | | | * math/init.c, mathf/init.c, mathl/init.c: Move configuration section. * math/domath.c, mathf/domathf.c, mathl/domathl.c: Regenerate. * math/domath.in: Generate domath* prototype.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-223-0/+12
|
* 2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-02-141-2/+1
| | | | * math/init.c, mathf/init.c, mathl/init.c: Now run.
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-021-83/+2
| | | | * math/math.scn, mathf/mathf.scn, mathl/mathl.scn: Regenerate.
* Reflect having split-out mathl and mathf.Ralf Corsepius2011-02-022-26/+6
|
* Remove.Ralf Corsepius2011-02-022-562/+0
|
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-021-3/+3
| | | | | | * math/init.c, complex/init.c: Use fprintf(stdout,..) instead of printf. Use CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
* 2011-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-01-105-6/+6
| | | | | | * math/domath.in: Fix typo in printf. * math/domath.c, math/domathf.c, math/domathl.c: Regenerate. * math/math.scn: Regenerate.
* 2010-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-12-162-2/+4
| | | | | | * math/Makefile.am, math/init.c: Init task has to be floating point and there is no point in using optional manager stubs since libio needs semaphores.
* New.Ralf Corsepius2010-11-308-0/+1400