#include <stdint.h>
#include "platform.h"
#include "internals.h"
#include "softfloat.h"
Go to the source code of this file.
◆ i32_to_f128()
Definition at line 42 of file i32_to_f128.c.
43{
45 bool sign;
48 union ui128_f128 uZ;
49
50 uiZ64 = 0;
55 uiZ64 =
56 packToF128UI64(
58 }
59 uZ.ui.v64 = uiZ64;
60 uZ.ui.v0 = 0;
61 return uZ.f;
62
63}
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
#define softfloat_countLeadingZeros32