Changeset 96185 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Aug 13, 2022 12:59:14 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strtofloat.cpp
r96183 r96185 105 105 /** Pair of default double quiet NaN values (indexed by fPositive). */ 106 106 #if defined(RT_COMPILER_WITH_128BIT_LONG_DOUBLE) 107 static RTFLOAT128U const g_ lardQNan[2] = { RTFLOAT128U_INIT_QNAN(0), RTFLOAT128U_INIT_QNAN(1) };107 static RTFLOAT128U const g_alrdQNan[2] = { RTFLOAT128U_INIT_QNAN(0), RTFLOAT128U_INIT_QNAN(1) }; 108 108 #elif defined(RT_COMPILER_WITH_80BIT_LONG_DOUBLE) 109 109 static RTFLOAT80U2 const g_alrdQNan[2] = { RTFLOAT80U_INIT_QNAN(0), RTFLOAT80U_INIT_QNAN(1) };
Note:
See TracChangeset
for help on using the changeset viewer.