Searched refs:FP80_INT_BIT (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/fputils/
H A Dfpbits.h36 #define FP80_INT_BIT 0x8000000000000000ULL macro
82 ((exp) ? FP80_INT_BIT : 0) | \
H A Dfp80.c216 while (!(fp80_fi & FP80_INT_BIT)) {
231 fp80_sgn(fp80), !!(fp80.repr.fi & FP80_INT_BIT), FP80_FRAC(fp80),

Completed in 5 milliseconds