Lines Matching defs:fpn
82 struct fpn {
115 * ORDER(x,y) `sorts' a pair of `fpn *'s so that the right operand (y) points
134 struct fpn *swap; \
149 struct fpn fe_f1; /* operand 1 */
150 struct fpn fe_f2; /* operand 2, if required */
151 struct fpn fe_f3; /* available storage for result */
159 struct fpn *fpu_add(struct fpemu *);
161 struct fpn *fpu_mul(struct fpemu *);
162 struct fpn *fpu_div(struct fpemu *);
163 struct fpn *fpu_sqrt(struct fpemu *);
173 struct fpn *fpu_newnan(struct fpemu *);
180 int fpu_shr(struct fpn *, int);
182 void fpu_explode(struct fpemu *, struct fpn *, int, int);
183 void fpu_implode(struct fpemu *, struct fpn *, int, u_int *);
189 void fpu_dumpfpn(struct fpn *);