Up to [cvs.NetBSD.org] / src / tests / lib / libm
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.18 / (download) - annotate - [select for diffs], Fri Apr 13 12:31:19 2012 UTC (13 months, 1 week ago) by njoly
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.17: +1 -5
lines
Diff to previous 1.17 (colored)
Do not re-add -mieee option on alpha, it's already set by default.
Revision 1.17 / (download) - annotate - [select for diffs], Sun Oct 16 13:43:26 2011 UTC (19 months, 1 week ago) by jruoho
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Branch point for: yamt-pagecache
Changes since 1.16: +1 -2
lines
Diff to previous 1.16 (colored)
Remove 't_rint' as it was committed accidentally.
Revision 1.16 / (download) - annotate - [select for diffs], Sun Oct 16 13:42:22 2011 UTC (19 months, 1 week ago) by jruoho
Branch: MAIN
Changes since 1.15: +6 -1
lines
Diff to previous 1.15 (colored)
As couple of checks fails on i386/qemu, reduce tolerance.
Revision 1.15 / (download) - annotate - [select for diffs], Sun Oct 16 08:25:55 2011 UTC (19 months, 1 week ago) by jruoho
Branch: MAIN
Changes since 1.14: +3 -1
lines
Diff to previous 1.14 (colored)
Add t_sqrt and t_cbrt.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Oct 16 07:40:48 2011 UTC (19 months, 1 week ago) by jruoho
Branch: MAIN
Changes since 1.13: +3 -1
lines
Diff to previous 1.13 (colored)
Basic IEEE tests for the hyperbolic sine and cosine.
Revision 1.13 / (download) - annotate - [select for diffs], Sun Sep 18 05:19:18 2011 UTC (20 months ago) by jruoho
Branch: MAIN
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
IEEE checks for the exponential family.
Revision 1.12 / (download) - annotate - [select for diffs], Sat Sep 17 18:08:35 2011 UTC (20 months ago) by jruoho
Branch: MAIN
Changes since 1.11: +4 -1
lines
Diff to previous 1.11 (colored)
IEEE checks for the arcus functions.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Sep 17 12:00:50 2011 UTC (20 months, 1 week ago) by jruoho
Branch: MAIN
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Few tests for the error functions.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Sep 17 08:15:43 2011 UTC (20 months, 1 week ago) by jruoho
Branch: MAIN
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
IEEE corner case tests for the pow(3) family (incl. PR lib/45372).
Revision 1.9 / (download) - annotate - [select for diffs], Wed Sep 14 05:18:19 2011 UTC (20 months, 1 week ago) by jruoho
Branch: MAIN
Changes since 1.8: +4 -1
lines
Diff to previous 1.8 (colored)
Some tests for sine, cosine, and tangent.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Sep 12 16:48:48 2011 UTC (20 months, 1 week ago) by jruoho
Branch: MAIN
Changes since 1.7: +1 -2
lines
Diff to previous 1.7 (colored)
Merge 't_floor' to 't_ceil', and simplify.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Sep 12 15:27:40 2011 UTC (20 months, 1 week ago) by jruoho
Branch: MAIN
Changes since 1.6: +10 -3
lines
Diff to previous 1.6 (colored)
Start systematic testing of libm(3) by first evaluating the corner cases (NaN, +0.0, -0.0, +Inf, -Inf) for the ldexp(3) and scalbn(3) families.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 11 10:51:36 2011 UTC (2 years, 1 month ago) by martin
Branch: MAIN
CVS Tags: cherry-xenmp-base,
cherry-xenmp
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Try to generate infinite values in all available floating point formats on the FPU and check isinf() and fpclassify() results. This is different from the libc internal consistency checks testing PR lib/33262.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Apr 10 06:11:47 2011 UTC (2 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
Add a test case for PR lib/41931 reported by he@. It was verified that these fail on NetBSD 5.99.48 amd64 but pass on amd64 Linux (glibc 2.7).
Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 8 06:49:21 2011 UTC (2 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.3: +3 -2
lines
Diff to previous 1.3 (colored)
Move the round(3) checks from 't_libm' to their own 't_round' for consistency. Add -Wfloat-equal and fix comparisons.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 6 09:35:49 2011 UTC (2 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
A test case for PR lib/44057.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Mar 24 15:43:06 2011 UTC (2 years, 2 months ago) by jruoho
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Add dummy test cases for ceil(3) and floor(3). It is expected that at least one of these will fail on guest x86_64 NetBSD under Qemu. Thanks to pgoyette@ for checking the broken floor(16.999999...) = 17.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Dec 20 23:47:23 2010 UTC (2 years, 5 months ago) by pgoyette
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Move the only regress/lib/libm test to the new atf format