about summary refs log tree commit diff
path: root/stdlib/tst-strtod-round.c
Commit message (Collapse)AuthorAgeFilesLines
* stdlib/tst-strtod-round.c: Fix build on ARMWill Newton2014-09-301-0/+3
| | | | | | | | | | | | | | | | | Building this test on ARM fails because the prototypes for the long double variants of the math functions are unavailable. Add an additional include guard to math.h that enables long double math function declarations if _LIBC_TEST is defined and define _LIBC_TEST in stdlib/tst-strtod-round.c. ChangeLog: 2014-09-30 Will Newton <will.newton@linaro.org> * math/math.h: Define long double math functions if _LIBC_TEST is defined. * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* Fix strtod rounding of half the least subnormal (bug 16151).Joseph Myers2013-11-131-0/+288
|
* Make tst-strtod-round use ROUNDING_TESTS.Joseph Myers2013-06-141-9/+30
|
* Rework tst-strtod-round handling of inexact results.Joseph Myers2013-06-131-40/+718
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
|
* Make strtod respect the rounding mode (bug 14518).Joseph Myers2012-09-121-29/+104
|
* Fix strtod test for values above maximum for IBM long double.Joseph Myers2012-09-061-2/+2
|
* Use LDBL_MIN_EXP to distinguish Intel and Motorola extended float formatAndreas Schwab2012-09-051-16/+12
|
* Correctly handle Motorola extended float format in tst-strtod-roundAndreas Schwab2012-09-051-17/+478
|
* Fix sign of zero on strtod underflow (bug 14519).Joseph Myers2012-08-271-0/+104
|
* Fix strtod rounding (bug 3479).Joseph Myers2012-08-271-0/+6298