Home | History | Annotate | Download | only in fpe

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;
251 x->fp_exp -= y->fp_exp;
256 x->fp_exp -= y->fp_exp + 1;