Home | History | Annotate | Download | only in fpu

Lines Matching refs:fpn

66 static int round(struct fpemu *, struct fpn *);
82 round(struct fpemu *fe, struct fpn *fp)
191 * fpn -> int (int value returned as return value).
197 fpu_ftoi(struct fpemu *fe, struct fpn *fp)
239 * fpn -> extended int (high bits of int value returned as return value).
245 fpu_ftox(struct fpemu *fe, struct fpn *fp, u_int *res)
290 * fpn -> single (32 bit single returned as return value).
294 fpu_ftos(struct fpemu *fe, struct fpn *fp)
370 * fpn -> double (32 bit high-order result returned; 32-bit low order result
376 fpu_ftod(struct fpemu *fe, struct fpn *fp, u_int *res)
428 * fpn -> extended (32 bit high-order result returned; low-order fraction
434 fpu_ftoq(struct fpemu *fe, struct fpn *fp, u_int *res)
488 * Implode an fpn, writing the result into the given space.
491 fpu_implode(struct fpemu *fe, struct fpn *fp, int type, u_int *space)