summaryrefslogtreecommitdiffstats
path: root/test/math/ilogb.c
Commit message (Collapse)AuthorAgeFilesLines
* libm: fix tgamma to actually do return true gamma functionDenys Vlasenko2010-10-311-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* libm: fix remaining failures in test-floatDenys Vlasenko2010-10-311-0/+51
These two failures are fixed: Failure: Test: ilogb (0.0) == FP_ILOGB0 plus exceptions allowed Failure: Test: ilogb (NaN) == FP_ILOGBNAN plus exceptions allowed Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>