Home | History | Annotate | Download | only in fpe

Lines Matching refs:fp_exp

86 	if (a->fp_exp < b->fp_exp) {
88 } else if (a->fp_exp > b->fp_exp) {
139 l = x->fp_exp - y->fp_exp;
142 r->fp_exp -= l;
171 r->fp_exp++;
191 y->fp_exp--;
195 y->fp_exp++;