Lines Matching refs:fpn
60 static struct fpn *fpu_gain1_cordic(struct fpemu *);
61 static struct fpn *fpu_atan_taylor(struct fpemu *);
62 static void printf_fpn(const struct fpn *);
64 static void fpn_to_sfpn(struct sfpn *, const struct fpn *);
67 static struct fpn inv_gain1;
74 struct fpn fp;
88 printf("const struct fpn fpu_cordic_inv_gain1 =\n\t");
100 struct fpn t;
101 struct fpn x;
102 struct fpn *r;
125 static struct fpn *
128 struct fpn x;
129 struct fpn y;
130 struct fpn z;
131 struct fpn v;
151 static struct fpn *
154 struct fpn res;
155 struct fpn x2;
156 struct fpn s0;
157 struct fpn *s1;
158 struct fpn *r;
215 printf_fpn(const struct fpn *fp)
230 fpn_to_sfpn(struct sfpn *sp, const struct fpn *fp)
306 const struct fpn fpu_cordic_inv_gain1 =
312 sfpn_to_fpn(struct fpn *fp, const struct sfpn *s)
327 fpu_cordit1(struct fpemu *fe, struct fpn *x0, struct fpn *y0, struct fpn *z0,
328 const struct fpn *vecmode)
330 struct fpn t;
331 struct fpn x;
332 struct fpn y;
333 struct fpn z;
334 struct fpn *r;
344 struct fpn x1;