fpn
struct fpn *
struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2, *r;
struct fpn *a, *b;
struct fpn *
struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
register struct fpn *swap; \
struct fpn fe_f1; /* operand 1 */
struct fpn fe_f2; /* operand 2, if required */
struct fpn fe_f3; /* available storage for result */
void __fpu_dumpfpn(struct fpn *);
struct fpn *fp;
struct fpn *fp;
struct fpn *fp;
struct fpn *fp;
struct fpn *fp;
struct fpn *fp;
struct fpn *fp;
struct fpn *fp;
struct fpn;
struct fpn *__fpu_add(struct fpemu *);
struct fpn *__fpu_div(struct fpemu *);
int __fpu_itof(struct fpn *, u_int);
int __fpu_uitof(struct fpn *, u_int);
int __fpu_xtof(struct fpn *, u_int64_t);
int __fpu_uxtof(struct fpn *, u_int64_t);
int __fpu_stof(struct fpn *, u_int);
int __fpu_dtof(struct fpn *, u_int, u_int );
int __fpu_qtof(struct fpn *, u_int, u_int , u_int , u_int );
void __fpu_explode(struct fpemu *, struct fpn *, int, int );
u_int __fpu_ftoi(struct fpemu *, struct fpn *);
u_int __fpu_ftox(struct fpemu *, struct fpn *, u_int *);
u_int __fpu_ftos(struct fpemu *, struct fpn *);
u_int __fpu_ftod(struct fpemu *, struct fpn *, u_int *);
u_int __fpu_ftoq(struct fpemu *, struct fpn *, u_int *);
void __fpu_implode(struct fpemu *, struct fpn *, int, u_int *);
struct fpn *__fpu_mul(struct fpemu *);
struct fpn *__fpu_sqrt(struct fpemu *);
int __fpu_shr(register struct fpn *, register int);
void __fpu_norm(register struct fpn *);
struct fpn *__fpu_newnan(register struct fpemu *);
struct fpn *fp;
struct fpn *fp;
struct fpn *fp;
struct fpn *fp;
struct fpn *fp;
struct fpn *fp;
static int fpround(struct fpemu *, struct fpn *);
fpround(struct fpemu *fe, struct fpn *fp)
struct fpn *
struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
struct fpn *r;
struct fpn *r; \
struct fpn *
struct fpn *x = &fe->fe_f1;
__fpu_norm(struct fpn *fp)
struct fpn *
struct fpn *fp;
__fpu_shr(struct fpn *fp, int rsh)
fpu_dumpfpn(struct fpn *fp)
struct fpn *fp;
struct fpn *fp;
struct fpn *fp;
struct fpn *fp;
struct fpn *fp;
struct fpn *fp;
struct fpn *
struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2, *r;
struct fpn *a, *b;
struct fpn *
struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
struct fpn *swap; \
struct fpn fe_f1; /* operand 1 */
struct fpn fe_f2; /* operand 2, if required */
struct fpn fe_f3; /* available storage for result */
struct fpn *fpu_add(struct fpemu *);
struct fpn *fpu_mul(struct fpemu *);
struct fpn *fpu_div(struct fpemu *);
struct fpn *fpu_sqrt(struct fpemu *);
struct fpn *fpu_newnan(struct fpemu *);
int fpu_shr(struct fpn *, int);
void fpu_explode(struct fpemu *, struct fpn *, int, int);
void fpu_implode(struct fpemu *, struct fpn *, int, u_int *);
void fpu_dumpfpn(struct fpn *);
fpu_xtof(struct fpn *fp, u_int64_t i)
fpu_stof(struct fpn *fp, u_int i)
fpu_dtof(struct fpn *fp, u_int i, u_int j)
fpu_qtof(struct fpn *fp, u_int i, u_int j, u_int k, u_int l)
fpu_explode(struct fpemu *fe, struct fpn *fp, int type, int reg)
fpu_itof(struct fpn *fp, u_int i)
struct fpn;
struct fpn *fpu_add(struct fpemu *);
struct fpn *fpu_div(struct fpemu *);
int fpu_itof(struct fpn *, u_int);
int fpu_xtof(struct fpn *, u_int64_t);
int fpu_stof(struct fpn *, u_int);
int fpu_dtof(struct fpn *, u_int, u_int );
int fpu_qtof(struct fpn *, u_int, u_int , u_int , u_int );
void fpu_explode(struct fpemu *, struct fpn *, int, int );
u_int fpu_ftoi(struct fpemu *, struct fpn *);
u_int fpu_ftox(struct fpemu *, struct fpn *, u_int *);
u_int fpu_ftos(struct fpemu *, struct fpn *);
u_int fpu_ftod(struct fpemu *, struct fpn *, u_int *);
u_int fpu_ftoq(struct fpemu *, struct fpn *, u_int *);
struct fpn *fpu_mul(struct fpemu *);
struct fpn *fpu_sqrt(struct fpemu *);
int fpu_shr(struct fpn *, int);
void fpu_norm(struct fpn *);
struct fpn *fpu_newnan(struct fpemu *);
fpu_ftoi(struct fpemu *fe, struct fpn *fp)
fpu_ftox(struct fpemu *fe, struct fpn *fp, u_int *res)
fpu_ftos(struct fpemu *fe, struct fpn *fp)
fpu_ftod(struct fpemu *fe, struct fpn *fp, u_int *res)
fpu_ftoq(struct fpemu *fe, struct fpn *fp, u_int *res)
fpu_implode(struct fpemu *fe, struct fpn *fp, int type, u_int *space)
static int fpu_round(struct fpemu *, struct fpn *);
fpu_round(struct fpemu *fe, struct fpn *fp)
struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
struct fpn *
struct fpn *
struct fpn *x = &fe->fe_f1;
fpu_norm(struct fpn *fp)
struct fpn *
struct fpn *fp;
fpu_shr(struct fpn *fp, int rsh)