Home | History | Annotate | Download | only in fpe

Lines Matching refs:fp_mant

71  *	left_shift = x->fp_mant < y->fp_mant;
234 #define WORD(r, i) /* calculate r->fp_mant[i] */ \
238 (x)->fp_mant[i] = q
241 r0 = x->fp_mant[0];
242 r1 = x->fp_mant[1];
243 r2 = x->fp_mant[2];
244 y0 = y->fp_mant[0];
245 y1 = y->fp_mant[1];
246 y2 = y->fp_mant[2];
260 x->fp_mant[0] = q;