#include <stdint.h>
#include "platform.h"
#include "internals.h"
#include "softfloat.h"
Go to the source code of this file.
◆ i32_to_f128M()
Definition at line 53 of file i32_to_f128M.c.
54{
57 bool sign;
61
63 uiZ96 = 0;
64 uiZ64 = 0;
69 normAbsA = (
uint64_t) absA<<shiftDist;
71 uiZ64 = normAbsA;
72 }
77
78}
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
#define packToF128UI96(sign, exp, sig96)
#define indexWord(total, n)
#define softfloat_countLeadingZeros32
unsigned __int64 uint64_t