index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lib
/
libm
/
t_ldexp.c
Age
Commit message (
Expand
)
Author
2018-11-07
Fix up libm tests.
riastradh
2016-08-25
Add a failing case for t_ldexp
maya
2016-08-25
don't skip the entire test iteration if exp2=SKIP, only the second
maya
2014-11-04
PR misc/49356 remove unnecessary references to atf-c/config.h
justin
2014-03-12
Avoid double constants out of range
martin
2014-03-03
Remove all cargo-cult #ifndef __vax__ from the tests, that just paper
martin
2014-02-09
Use compiler builtins instead of atf_arch and atf_machine.
jmmv
2011-09-19
Move duplicate ldexp(3) test out from the tests/libc.
jruoho
2011-09-17
Reduce the powers.
jruoho
2011-09-16
Adjust to see where this fails on i386/qemu.
jruoho
2011-09-14
Fix bug/oversight.
jruoho
2011-09-14
Use fabsf(3) when appropriate.
jruoho
2011-09-13
Test ldexp(x, n) == x * exp2(n) && ldexpf(x, n) == x * exp2f(n).
jruoho
2011-09-12
Improve the metadata descriptions.
jruoho
2011-09-12
Happiness of VAX implies ugliness of the code.
jruoho
2011-09-12
Add more assertions.
jruoho
2011-09-12
Start systematic testing of libm(3) by first evaluating the corner cases
jruoho