Looped forever, never got out of newtonian iteration loop.
Found xi and xj were off by just 1 - 3FFFFFFFFFFFFF and 40000000000000.
Fixed by exiting loop if xi and xj equal OR off by just one. -Paul Leisy
git-svn-id: file:///home/jj/hercules.svn/trunk@442 956126f8-22a0-4046-8f4a-272fa8102e63
Fixed by exiting loop if all but last bit compare. - Paul Leisy
git-svn-id: file:///home/jj/hercules.svn/trunk@409 956126f8-22a0-4046-8f4a-272fa8102e63
the test for overflow was done before rounding. Moved test for overflow
to after rounding done.
LXD was missing PIC 06 when R1 invalid. Changed HFPREG_CHECK() macro to
HFPODD_CHECK() macro.
-Paul Leisy
git-svn-id: file:///home/jj/hercules.svn/trunk@253 956126f8-22a0-4046-8f4a-272fa8102e63
Found one case where fraction was not checked for zero. Paul Leisy
git-svn-id: file:///home/jj/hercules.svn/trunk@229 956126f8-22a0-4046-8f4a-272fa8102e63
NOTE: Hercules internal format of Most Significant Fraction is 12 digits.
-Paul Leisy
git-svn-id: file:///home/jj/hercules.svn/trunk@194 956126f8-22a0-4046-8f4a-272fa8102e63