Changeset 835 for cpp/PrintFloat


Ignore:
Timestamp:
12/05/18 21:02:00 (5 years ago)
Author:
Maciej Komosinski
Message:

ISO C++17 compliance including NULL, nullptr, templates and pointer conversions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/PrintFloat/Dragon4.h

    r823 r835  
    5656tU32 Dragon4
    5757(
    58     tU64        mantissa,           // value significand
    59     tS32        exponent,           // value exponent in base 2
    60     tU32        mantissaHighBitIdx, // index of the highest set mantissa bit
    61     tB          hasUnequalMargins,  // is the high margin twice as large as the low margin
    62     tCutoffMode cutoffMode,         // how to determine output length
     58        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
    6363    tU32        cutoffNumber,       // parameter to the selected cutoffMode
    6464    tC8 *       pOutBuffer,         // buffer to output into
Note: See TracChangeset for help on using the changeset viewer.