summaryrefslogtreecommitdiff
path: root/tests/lib/libm/t_ldexp.c
AgeCommit message (Expand)Author
2018-11-07Fix up libm tests.riastradh
2016-08-25Add a failing case for t_ldexpmaya
2016-08-25don't skip the entire test iteration if exp2=SKIP, only the secondmaya
2014-11-04PR misc/49356 remove unnecessary references to atf-c/config.hjustin
2014-03-12Avoid double constants out of rangemartin
2014-03-03Remove all cargo-cult #ifndef __vax__ from the tests, that just papermartin
2014-02-09Use compiler builtins instead of atf_arch and atf_machine.jmmv
2011-09-19Move duplicate ldexp(3) test out from the tests/libc.jruoho
2011-09-17Reduce the powers.jruoho
2011-09-16Adjust to see where this fails on i386/qemu.jruoho
2011-09-14Fix bug/oversight.jruoho
2011-09-14Use fabsf(3) when appropriate.jruoho
2011-09-13Test ldexp(x, n) == x * exp2(n) && ldexpf(x, n) == x * exp2f(n).jruoho
2011-09-12Improve the metadata descriptions.jruoho
2011-09-12Happiness of VAX implies ugliness of the code.jruoho
2011-09-12Add more assertions.jruoho
2011-09-12Start systematic testing of libm(3) by first evaluating the corner casesjruoho