#include <stdint.h>
#include "platform.h"
#include "internals.h"
#include "softfloat.h"
Go to the source code of this file.
◆ ui32_to_extF80()
Definition at line 42 of file ui32_to_extF80.c.
43{
47
48 uiZ64 = 0;
51 uiZ64 = 0x401E - shiftDist;
53 }
54 uZ.s.signExp = uiZ64;
56 return uZ.f;
57
58}
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
#define softfloat_countLeadingZeros32