41#include "specialize.h" 
   53#ifndef SOFTFLOAT_FAST_INT64 
   77        shiftDist = exp - 0x19;
 
   78        if ( (0 <= shiftDist) && ! sign ) {
 
   79            return sig32<<shiftDist;
 
   81        shiftDist = exp - 0x0D;
 
   82        if ( 0 < shiftDist ) sig32 <<= shiftDist;
 
   84#ifdef SOFTFLOAT_FAST_INT64 
   87            sign, sig32>>12, (
uint_fast64_t) sig32<<52, roundingMode, exact );
 
 
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
void softfloat_raiseFlags(uint_fast8_t flags)
#define ui64_fromPosOverflow
#define ui64_fromNegOverflow
uint_fast64_t f16_to_ui64(float16_t a, uint_fast8_t roundingMode, bool exact)
uint_fast64_t softfloat_roundMToUI64(bool, uint32_t *, uint_fast8_t, bool)
#define indexWord(total, n)
uint_fast64_t softfloat_roundToUI64(bool sign, uint_fast64_t sig, uint_fast64_t sigExtra, uint_fast8_t roundingMode, bool exact)