Lines Matching refs:fpn
62 static int fpu_itof(struct fpn *fp, uint32_t i);
63 static int fpu_stof(struct fpn *fp, uint32_t i);
64 static int fpu_dtof(struct fpn *fp, uint32_t i, uint32_t j);
65 static int fpu_xtof(struct fpn *fp, uint32_t i, uint32_t j, uint32_t k);
87 * int -> fpn.
90 fpu_itof(struct fpn *fp, uint32_t i)
141 * 32-bit single precision -> fpn.
146 fpu_stof(struct fpn *fp, uint32_t i)
160 * 64-bit double -> fpn.
164 fpu_dtof(struct fpn *fp, uint32_t i, uint32_t j)
180 * 96-bit extended -> fpn.
183 fpu_xtof(struct fpn *fp, uint32_t i, uint32_t j, uint32_t k)
225 fpu_explode(struct fpemu *fe, struct fpn *fp, int type, const uint32_t *space)