Lines Matching refs:fpn
63 static int fpu_itof(struct fpn *, u_int);
64 static int fpu_xtof(struct fpn *, uint64_t);
65 static int fpu_stof(struct fpn *, u_int);
66 static int fpu_dtof(struct fpn *, u_int, u_int);
88 * int -> fpn.
91 fpu_itof(struct fpn *fp, u_int lo)
112 * 64-bit int -> fpn.
115 fpu_xtof(struct fpn *fp, uint64_t i)
169 * 32-bit single precision -> fpn.
174 fpu_stof(struct fpn *fp, u_int hi)
188 * 64-bit double -> fpn.
192 fpu_dtof(struct fpn *fp, u_int hi, u_int lo)
214 fpu_explode(struct fpemu *fe, struct fpn *fp, int type, uint64_t i)