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

/gem5/ext/fputils/
H A Dfp80.c155 const int unb_exp = FP80_EXP(fp80) - FP80_EXP_BIAS;
204 FP80_EXP_SPECIAL : (unb_exp + FP80_EXP_BIAS);
220 const unsigned fp80_exp = (unb_exp - shift_amt) + FP80_EXP_BIAS;
232 FP80_EXP(fp80), FP80_EXP(fp80) - FP80_EXP_BIAS);
H A Dfpbits.h41 #define FP80_EXP_BIAS 0x3fff macro

Completed in 6 milliseconds