summaryrefslogtreecommitdiff
path: root/tests/lib/libm/t_round.c
AgeCommit message (Collapse)Author
2017-09-03Fix verb form.wiz
2017-09-03Use a global double to stop GCC from optimizing the test awaymaya
Better diagnostic messages More familiar test for 'even number'
2017-08-30Add a short case for the alpha test failuremaya
Now I see it's down to the choice of -mfp-trap-mode (n works, su/sui/u don't)
2017-08-30use PRIu64 to print uint64_t, don't print sizeofmaya
fixes build. sorry, built tested an older version for 32bit.
2017-08-30Add test case for alpha's MPFR config test failuremaya
This assert fires with -mieee, but not without it.
2013-11-11Add initial version of ceill, floorl and roundl from FreeBSD.joerg
2011-09-13Assign missing copyright to TNF.jruoho
XXX: If these originated from you, please modify accordingly.
2011-07-04XXX: ugly hack to make these valid for vax fp.mrg
XXX: could consolidate some of this into a common header, but i'll leave that clean up for another time.
2011-04-08Move the round(3) checks from 't_libm' to their own 't_round'jruoho
for consistency. Add -Wfloat-equal and fix comparisons.