#include <stdint.h>
#include "platform.h"
#include "internals.h"
#include "softfloat.h"
Go to the source code of this file.
◆ i64_to_f128M()
Definition at line 53 of file i64_to_f128M.c.
54{
57 bool sign;
61
63 uiZ96 = 0;
64 uiZ64 = 0;
71 if ( shiftDist < 32 ) {
80 return;
81 }
82 absA <<= shiftDist - 32;
84 uiZ64 = absA;
85 }
88
89}
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
#define packToF128UI96(sign, exp, sig96)
#define indexMultiwordHi(total, n)
#define indexWord(total, n)
#define indexWordHi(total)
#define softfloat_shortShiftLeft96M(aPtr, dist, zPtr)
#define softfloat_countLeadingZeros64
unsigned __int64 uint64_t