David Schultz 1cbd288942 Fix a bug in remquo{,f,l}, in which the quotient didn't always have the
correct sign when the remainder was 0.

Fix a separate bug in remquo alone, in which the remainder and
quotient were both off by a bit in certain cases involving subnormal
remainders.

The bugs affected all platforms except amd64 and i386, on which the
routines are implemented in assembly.

PR:		166463
Submitted by:	Ilya Burylov
MFC after:	2 weeks
2012-04-07 03:59:12 +00:00
..
2011-12-13 14:53:26 +00:00
2010-08-03 17:40:09 +00:00
2012-02-11 20:43:01 +00:00
2012-03-29 06:19:00 +00:00
2012-03-23 23:07:02 +00:00
2011-09-28 14:52:25 +00:00
2012-03-30 12:34:34 +00:00
2012-02-25 14:31:25 +00:00
2012-03-24 05:18:27 +00:00