Home | History | Annotate | Download | only in fpu

Lines Matching defs:rn

197 round_int(struct fpn *fp, int *cx, int rn, int sign, int odd)
209 switch (rn) {
234 fpu_ftoi(struct fpemu *fe, struct fpn *fp, int *cx, int rn)
268 i += round_int(fp, &tmp_cx, rn, sign, i & 1);
286 fpu_ftox(struct fpemu *fe, struct fpn *fp, int *cx, int rn)
320 i += round_int(fp, &tmp_cx, rn, sign, i & 1);
512 int cx, rn;
519 rn = FSR_RD_RZ;
521 rn = fe->fe_fpscr & FPSCR_RN;
530 *p = fpu_ftox(fe, fp, &cx, rn);
537 *lo = fpu_ftoi(fe, fp, &cx, rn);