Changeset 835 for cpp/PrintFloat
- Timestamp:
- 12/05/18 21:02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/PrintFloat/Dragon4.h
r823 r835 56 56 tU32 Dragon4 57 57 ( 58 59 60 61 62 tCutoffMode cutoffMode, // how to determine output length58 const tU64 mantissa, // value significand 59 const tS32 exponent, // value exponent in base 2 60 const tU32 mantissaHighBitIdx, // index of the highest set mantissa bit 61 const tB hasUnequalMargins, // is the high margin twice as large as the low margin 62 const tCutoffMode cutoffMode, // how to determine output length 63 63 tU32 cutoffNumber, // parameter to the selected cutoffMode 64 64 tC8 * pOutBuffer, // buffer to output into
Note: See TracChangeset
for help on using the changeset viewer.