* real.c (cmp_significand_0, rtd_divmod, ten_to_mptwo): New.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Oct 2002 23:54:10 +0000 (23:54 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Oct 2002 23:54:10 +0000 (23:54 +0000)
commit6b8eafdbae6a6b7330e1e6e012e4c1072ac4c693
tree0b12113fe6acc8d2ddcc20108fb09b1c19c65bc0
parent74d1b13008e61d76bdfc06e1b95e35ed1e359d12
    * real.c (cmp_significand_0, rtd_divmod, ten_to_mptwo): New.
        (real_to_decimal): Re-implement using the logic from the
        gcc 3.2 etoasc.  Comment heavily.
        (div_significands): Simplify loop startup and comparison logic.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58295 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/real.c