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

/gem5/src/arch/arm/insts/
H A Dfplib.cc709 int biased_exp; // non-negative exponent value for result local
726 biased_exp = exp;
730 biased_exp = 0;
735 if (!biased_exp && error) { // xx should also check fpscr_val<11>
746 biased_exp = 1;
750 ++biased_exp;
761 if (biased_exp >= (int)FP16_EXP_INF) {
771 if (biased_exp >= (int)FP16_EXP_INF + 1) {
781 return fp16_pack(sgn, biased_exp, int_mant);
793 int biased_exp; // no local
870 int biased_exp; // non-negative exponent value for result local
[all...]

Completed in 18 milliseconds