VirtualBox

Changeset 96153 in vbox


Ignore:
Timestamp:
Aug 11, 2022 11:52:34 PM (2 years ago)
Author:
vboxsync
Message:

IPRT: Added RTStrToFloat, RTStrToDouble and RTStrToLongDouble. Still some rought edges; only tested on Windows. [build fix] bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/strtofloat.cpp

    r96152 r96153  
    121121};
    122122
     123#if 0 /* unused */
    123124#ifdef RT_COMPILER_WITH_80BIT_LONG_DOUBLE
    124125static const long double g_lrdPowerMin10 = 1e4931L;
     
    127128static const long double g_lrdPowerMin10 = 1e307L;
    128129static const long double g_lrdPowerMax10 = 1e308L;
     130#endif
    129131#endif
    130132
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette