41#include "specialize.h"
44#ifdef SOFTFLOAT_FAST_INT64
74 if ( signA != signB ) {
75 if ( signA )
return true;
76 if ( (uiA96 | uiB96) & 0x7FFFFFFF )
return false;
79 if ( wordA | wordB )
return false;
82 if ( wordA | wordB )
return false;
85 return ((wordA | wordB) == 0);
bool f128M_isSignalingNaN(const float128_t *aPtr)
void softfloat_raiseFlags(uint_fast8_t flags)
bool f128_le_quiet(float128_t a, float128_t b)
bool f128M_le_quiet(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)