Home | History | Annotate | Download | only in fpe

Lines Matching defs:fpn

79 struct fpn {
94 static inline void CPYFPN(struct fpn *, const struct fpn *);
97 CPYFPN(struct fpn *dst, const struct fpn *src)
120 * ORDER(x,y) `sorts' a pair of `fpn *'s so that the right operand (y) points
139 struct fpn *swap; \
151 struct fpn fe_f1; /* operand 1 */
152 struct fpn fe_f2; /* operand 2, if required */
153 struct fpn fe_f3; /* available storage for result */
216 struct fpn *fpu_newnan(struct fpemu *);
223 int fpu_shr(struct fpn *, int);
227 int fpu_round(struct fpemu *, struct fpn *);
230 void fpu_explode(struct fpemu *, struct fpn *, int t, const uint32_t *);
231 void fpu_implode(struct fpemu *, struct fpn *, int t, uint32_t *);
247 struct fpn *fpu_cmp(struct fpemu *);
250 extern const struct fpn fpu_cordic_inv_gain1;
252 struct fpn *, struct fpn *, struct fpn *, const struct fpn *);
258 struct fpn *fpu_const(struct fpn *, uint32_t);
267 uint32_t fpu_upd_fpsr(struct fpemu *, struct fpn *);
278 void fpu_norm(struct fpn *);