summaryrefslogtreecommitdiff
path: root/tests/test-ceilf2.c
Commit message (Expand)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* Rely on new stdbool behaviorPaul Eggert2022-09-101-1/+0
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* Fix "unknown pragma ignored" warnings with clang on native Windows.Bruno Haible2020-08-151-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* Avoid compilation errors with MSVC option -fp:strict.Bruno Haible2012-02-281-0/+6
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* ceil: Implement result sign according to IEEE 754.Bruno Haible2010-12-221-1/+9
* ceil, floor: avoid spurious failure with iccEric Blake2010-11-051-0/+3
* Fix side effects from tests-related modules.Bruno Haible2010-04-091-0/+5
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Refactor common macros used in tests.Bruno Haible2009-12-241-14/+2
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-35/+35
* Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.Ben Pfaff2008-07-121-1/+1
* Flush the standard error stream before aborting.Bruno Haible2008-04-111-1/+2
* Don't rely on excess precision: -4 > -3.00000024 - 1 can evaluate to falseBruno Haible2007-10-201-1/+1
* Fix incorrect rounding of ceil, ceilf, ceill in some cases. Add new test.Bruno Haible2007-10-131-0/+162