41#include "specialize.h"
62 shiftDist = exp - 0x0F;
63 if ( shiftDist < 0 ) {
64 if ( exact && (exp | frac) ) {
81 if ( exact && (alignedSig & 0x3FF) ) {
85 return sign ? -alignedSig : alignedSig;
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
void softfloat_raiseFlags(uint_fast8_t flags)
#define i32_fromNegOverflow
#define i32_fromPosOverflow
int_fast32_t f16_to_i32_r_minMag(float16_t a, bool exact)
THREAD_LOCAL uint_fast8_t softfloat_exceptionFlags