Module Name: src Committed By: abs Date: Thu Dec 9 22:52:59 UTC 2010
Modified Files: src/lib/libm: Makefile src/lib/libm/noieee_src: n_floor.c Added Files: src/lib/libm/noieee_src: n_lround.c n_lroundf.c Log Message: Add noieee versions for lround(), lroundf(), lrint(), lrintf(), llrint() and llrintf(). Code copied from round(), roundf() and rint() and modified for return values. Its possible this may not do the right things in edge cases, but if so its likely to have the same issues as the existing round(), roundf() and rint(). All this used by vax (only), and should allow xnest to complete build. To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/lib/libm/Makefile cvs rdiff -u -r1.6 -r1.7 src/lib/libm/noieee_src/n_floor.c cvs rdiff -u -r0 -r1.1 src/lib/libm/noieee_src/n_lround.c \ src/lib/libm/noieee_src/n_lroundf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.