41#include "specialize.h"
62 shiftDist = 0x9E - exp;
63 if ( 32 <= shiftDist ) {
64 if ( exact && (exp | sig) ) {
72 if ( sign || (shiftDist < 0) ) {
80 sig = (sig | 0x00800000)<<8;
82 if ( exact && (z<<shiftDist != sig) ) {
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
void softfloat_raiseFlags(uint_fast8_t flags)
#define ui32_fromNegOverflow
#define ui32_fromPosOverflow
uint_fast32_t f32_to_ui32_r_minMag(float32_t a, bool exact)
THREAD_LOCAL uint_fast8_t softfloat_exceptionFlags