43#ifdef SOFTFLOAT_FAST_INT64
71 if ( signA != signB ) {
72 if ( signA )
return true;
73 if ( (uiA96 | uiB96) & 0x7FFFFFFF )
return false;
76 if ( wordA | wordB )
return false;
79 if ( wordA | wordB )
return false;
82 return ((wordA | wordB) == 0);
void softfloat_raiseFlags(uint_fast8_t flags)
bool f128_le(float128_t a, float128_t b)
bool f128M_le(const float128_t *aPtr, const float128_t *bPtr)
bool softfloat_isNaNF128M(const uint32_t *)
#define signF128UI96(a96)
#define indexWord(total, n)
#define indexWordHi(total)
int_fast8_t softfloat_compare128M(const uint32_t *aPtr, const uint32_t *bPtr)