This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
glibc
Watch
1
Star
0
Fork
0
You've already forked glibc
mirror of
https://sourceware.org/git/glibc.git
synced
2024-11-07 05:40:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9aee41dec0
glibc
/
sysdeps
/
m68k
/
strtold.c
3 lines
78 B
C
Raw
Normal View
History
Unescape
Escape
Update. 1999-03-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * stdlib/strtod.c (round_and_return): Fix rounding of denormals. (DENORM_EXP): New define. Use it as the exponent for a denormal. * stdlib/strtold.c: Moved to ... * sysdeps/generic/strtold.c: ... here. * sysdeps/m68k/strtold.c: New file. 1999-03-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * stdio-common/printf_fphex.c (__printf_fphex): Print no decimal point if the precision is zero, even if the mantissa is non-zero.
1999-03-08 21:41:47 +00:00
#
define DENORM_EXP (MIN_EXP - 1)
Update.
1999-07-14 00:54:57 +00:00
#
include
<sysdeps/ieee754/ldbl-96/strtold.c>
Reference in New Issue
Copy Permalink