Home | History | Annotate | Download | only in fpu

Lines Matching refs:fp_exp

72  *	result_exp = x->fp_exp - y->fp_exp - left_shift;
115 * result_exp = x->fp_exp - y->fp_exp;
120 * result_exp = x->fp_exp - y->fp_exp - 1;
249 x->fp_exp -= y->fp_exp;
254 x->fp_exp -= y->fp_exp + 1;