Home | History | Annotate | Download | only in fpu

Lines Matching refs:fp_mant

71  *	left_shift = x->fp_mant < y->fp_mant;
230 #define WORD(r, i) /* calculate r->fp_mant[i] */ \
234 (x)->fp_mant[i] = q
237 r0 = x->fp_mant[0];
238 r1 = x->fp_mant[1];
239 r2 = x->fp_mant[2];
240 r3 = x->fp_mant[3];
241 y0 = y->fp_mant[0];
242 y1 = y->fp_mant[1];
243 y2 = y->fp_mant[2];
244 y3 = y->fp_mant[3];
258 x->fp_mant[0] = q;