Files
semi-libc/src
Rich Felker 38b3f1fea8 fix float scanning of certain values ending in zeros
for example, "1000000000" was being read as "1" due to this loop
exiting early. it's necessary to actually update z and zero the
entries so that the subsequent rounding code does not get confused;
before i did that, spurious inexact exceptions were being raised.
2012-04-10 23:41:54 -04:00
..
2011-10-14 23:31:04 -04:00
2011-10-09 22:51:03 -04:00
2011-04-17 11:43:03 -04:00
2012-03-23 00:28:20 -04:00
2011-06-25 09:23:36 -04:00
2011-06-29 15:29:52 -04:00
2012-02-06 18:23:11 -05:00
2011-04-17 11:43:03 -04:00
2011-09-18 16:44:54 -04:00
2011-04-17 11:43:03 -04:00