cvs commit: src/lib/msun/src e_asinf.c e_jnf.c e_rem_pio2.c e_rem_pio2f.c

2008-08-07 Thread David Schultz
das 2008-08-08 00:21:27 UTC FreeBSD src repository Modified files: lib/msun/src e_asinf.c e_jnf.c e_rem_pio2.c e_rem_pio2f.c Log: SVN rev 181405 on 2008-08-08 00:21:27Z by das Remove some unused variables. Reported by:Intel C Co

cvs commit: src/lib/msun/src e_asinf.c

2007-06-13 Thread Bruce Evans
bde 2007-06-14 04:28:43 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/msun/src e_asinf.c Log: MFC: 1.9: fix the approximation to pio4. Revision ChangesPath 1.8.14.1 +1 -1 src/lib/msun/src/e_asinf.c _

cvs commit: src/lib/msun/src e_asinf.c

2005-12-04 Thread Bruce Evans
bde 2005-12-04 13:52:46 UTC FreeBSD src repository Modified files: lib/msun/src e_asinf.c Log: Fixed the approximation to pio4. pio4_hi must be pio2_hi/2 since it shares its low half with pio2_hi. pio2_hi is rounded down although rounding to nearest would be a t