summaryrefslogtreecommitdiff
path: root/stdlib/gen-tst-strtod-round.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor tst-strtod-round.c for type-generic-nessPaul E. Murphy2016-05-251-25/+23
| | | | | Reduce much of the redundancy in this file, and attempt to coral the type specific stuff to ease adding an new type.
* Refactor tst-strtod-round.cPaul E. Murphy2016-05-241-21/+67
| | | | | | | | | | This file is partially generated. To make updates a little simpler, I have moved the generated code into a partially contained header to simplify regeneration. gen-tst-strtod-round.c now takes two, mandatory arguments. These arguments specify the input test data and the output destination, respectively.
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
|
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
|
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* Rework tst-strtod-round handling of inexact results.Joseph Myers2013-06-131-5/+5
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
|
* Fix strtod test for values above maximum for IBM long double.Joseph Myers2012-09-061-1/+14
|
* Correctly handle Motorola extended float format in tst-strtod-roundAndreas Schwab2012-09-051-3/+6
|
* Fix strtod rounding (bug 3479).Joseph Myers2012-08-271-0/+131