#include <stdbool.h>
#include <stdint.h>
#include "platform.h"
#include "internals.h"
#include "specialize.h"
#include "softfloat.h"
Go to the source code of this file.
◆ f128M_to_extF80M()
Definition at line 55 of file f128M_to_extF80M.c.
56{
60 bool sign;
64
65
66
69
70
74
75
76 if ( exp == 0x7FFF ) {
80 return;
81 }
84 return;
85 }
86
87
89 if ( exp == -128 ) {
92 return;
93 }
97
98}
#define softfloat_commonNaNToExtF80M
#define softfloat_f128MToCommonNaN(aWPtr, zPtr)
bool softfloat_isNaNF128M(const uint32_t *)
int softfloat_shiftNormSigF128M(const uint32_t *, uint_fast8_t, uint32_t *)
#define packToExtF80UI64(sign, exp)
void softfloat_roundPackMToExtF80M(bool, int32_t, uint32_t *, uint_fast8_t, struct extFloat80M *)
#define signF128UI96(a96)
#define indexMultiwordHi(total, n)
#define indexWord(total, n)
#define indexWordHi(total)