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

/gem5/ext/fputils/
H A Dfp80.c155 const int unb_exp = FP80_EXP(fp80) - FP80_EXP_BIAS; local
156 const int fp64_exp = unb_exp + FP64_EXP_BIAS;
198 const int unb_exp = exp - FP64_EXP_BIAS; local
204 FP80_EXP_SPECIAL : (unb_exp + FP80_EXP_BIAS);
220 const unsigned fp80_exp = (unb_exp - shift_amt) + FP80_EXP_BIAS;

Completed in 11 milliseconds