Lines Matching defs:fpn
78 struct fpn {
113 * ORDER(x,y) `sorts' a pair of `fpn *'s so that the right operand (y) points
132 struct fpn *swap; \
154 struct fpn fe_f1; /* operand 1 */
155 struct fpn fe_f2; /* operand 2, if required */
156 struct fpn fe_f3; /* available storage for result */
165 struct fpn *fpu_add(struct fpemu *);
166 struct fpn *fpu_mul(struct fpemu *);
167 struct fpn *fpu_div(struct fpemu *);
168 struct fpn *fpu_sqrt(struct fpemu *);
170 static inline struct fpn *
173 struct fpn *fp = &fe->fe_f2;
188 struct fpn *fpu_newnan(struct fpemu *);
195 int fpu_shr(struct fpn *, int);
197 void fpu_norm(struct fpn *);
199 void fpu_explode(struct fpemu *, struct fpn *, int, uint64_t);
200 void fpu_implode(struct fpemu *, struct fpn *, int, uint64_t *);
208 void fpu_dumpfpn(struct fpn *);