summaryrefslogtreecommitdiffstats
path: root/runtime/tests/math/div64.c
Commit message (Collapse)AuthorAgeFilesLines
* SW5106 Remove old map and histogram formatting codeStan Cox2008-05-291-182/+0
|
* 2005-09-12 Martin Hunt <hunt@redhat.com>hunt2005-09-121-12/+14
| | | | | | | | | | | | * math/div64.c (main): Set the expected result for LLONG_MIN/-1 to be LLONG_MIN (overflow) instead of 0. 2005-09-09 Martin Hunt <hunt@redhat.com> * math/div64.c (main): Fixes for running on 64-bit hardware. * README: Update. * math/div64.c: New file. 64-bit division tests.
* 2005-09-09 Martin Hunt <hunt@redhat.com>hunt2005-09-091-1/+12
| | | | * math/div64.c (main): Fixes for running on 64-bit hardware.
* 2005-09-09 Martin Hunt <hunt@redhat.com>hunt2005-09-091-0/+169
* README: Update. * math/div64.c: New file. 64-bit division tests.