HomeSort by: relevance | last modified time | path
    Searched refs:fpn (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/sys/arch/m68k/fpe/
fpu_arith_proto.h 44 struct fpn * fpu_add(struct fpemu *fe);
47 struct fpn * fpu_div(struct fpemu *fe);
50 struct fpn * fpu_etox(struct fpemu *fe);
51 struct fpn * fpu_etoxm1(struct fpemu *fe);
52 struct fpn * fpu_tentox(struct fpemu *fe);
53 struct fpn * fpu_twotox(struct fpemu *fe);
56 struct fpn * fpu_getexp(struct fpemu *fe);
57 struct fpn * fpu_getman(struct fpemu *fe);
60 struct fpn * fpu_atanh(struct fpemu *fe);
61 struct fpn * fpu_cosh(struct fpemu *fe)
    [all...]
fpu_emulate.h 79 struct fpn { struct
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 *
    [all...]
fpu_getexp.c 41 struct fpn *
44 struct fpn *fp = &fe->fe_f2;
60 struct fpn *
63 struct fpn *fp = &fe->fe_f2;
fpu_exp.c 53 static struct fpn *
56 struct fpn res;
57 struct fpn x;
58 struct fpn s0;
59 struct fpn *s1;
60 struct fpn *r;
108 struct fpn *
111 struct fpn x, *fp;
150 /* extract k as integer format from fpn format */
175 struct fpn *
    [all...]
fpu_trig.c 67 struct fpn *
70 struct fpn *r;
94 struct fpn *
97 struct fpn x;
98 struct fpn *r;
146 struct fpn *
149 struct fpn a;
150 struct fpn x;
151 struct fpn v;
183 __fpu_sincos_cordic(struct fpemu *fe, const struct fpn *in
    [all...]
fpu_cordic.c 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
    [all...]
fpu_hyperb.c 77 struct fpn *
80 struct fpn x;
81 struct fpn t;
82 struct fpn *r;
141 struct fpn *
144 struct fpn x, *fp;
181 struct fpn *
184 struct fpn x, *fp;
217 struct fpn *
220 struct fpn x
    [all...]
fpu_int.c 42 struct fpn *
45 struct fpn *x = &fe->fe_f2;
77 struct fpn *
80 struct fpn *x = &fe->fe_f2;
fpu_rem.c 77 static struct fpn * __fpu_modrem(struct fpemu *fe, int is_mod);
78 static int abscmp3(const struct fpn *a, const struct fpn *b);
82 abscmp3(const struct fpn *a, const struct fpn *b)
101 static struct fpn *
104 static struct fpn X, Y;
105 struct fpn *x, *y, *r;
217 struct fpn *
223 struct fpn *
    [all...]
fpu_fmovecr.c 48 static struct fpn constrom[] = {
74 struct fpn *
75 fpu_const(struct fpn *fp, uint32_t offset)
77 struct fpn *r;
fpu_explode.c 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
    [all...]
fpu_implode.c 61 static uint32_t fpu_ftoi(struct fpemu *fe, struct fpn *fp);
62 static uint32_t fpu_ftos(struct fpemu *fe, struct fpn *fp);
63 static uint32_t fpu_ftod(struct fpemu *fe, struct fpn *fp, uint32_t *);
64 static uint32_t fpu_ftox(struct fpemu *fe, struct fpn *fp, uint32_t *);
79 fpu_round(struct fpemu *fe, struct fpn *fp)
184 * fpn -> int (int value returned as return value).
190 fpu_ftoi(struct fpemu *fe, struct fpn *fp)
236 * fpn -> single (32 bit single returned as return value).
240 fpu_ftos(struct fpemu *fe, struct fpn *fp)
318 * fpn -> double (32 bit high-order result returned; 32-bit low order resul
    [all...]
fpu_subr.c 84 fpu_shr(struct fpn *fp, int rsh)
151 fpu_norm(struct fpn *fp)
218 struct fpn *
221 struct fpn *fp;
fpu_mul.c 99 struct fpn *
102 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
fpu_add.c 60 struct fpn *
63 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2, *r;
  /src/sys/arch/sparc/fpu/
fpu_extern.h 46 struct fpn;
59 struct fpn *fpu_add(struct fpemu *);
65 struct fpn *fpu_div(struct fpemu *);
68 int fpu_itof(struct fpn *, u_int);
70 int fpu_xtof(struct fpn *, uint64_t);
72 int fpu_stof(struct fpn *, u_int);
73 int fpu_dtof(struct fpn *, u_int, u_int );
74 int fpu_qtof(struct fpn *, u_int, u_int , u_int , u_int );
75 void fpu_explode(struct fpemu *, struct fpn *, int, int );
78 u_int fpu_ftoi(struct fpemu *, struct fpn *);
    [all...]
fpu_emu.h 82 struct fpn { struct
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 *)
    [all...]
fpu_subr.c 69 fpu_shr(struct fpn *fp, int rsh)
143 fpu_norm(struct fpn *fp)
210 struct fpn *
213 struct fpn *fp;
fpu_implode.c 66 static int round(struct fpemu *, struct fpn *);
82 round(struct fpemu *fe, struct fpn *fp)
191 * fpn -> int (int value returned as return value).
197 fpu_ftoi(struct fpemu *fe, struct fpn *fp)
239 * fpn -> extended int (high bits of int value returned as return value).
245 fpu_ftox(struct fpemu *fe, struct fpn *fp, u_int *res)
290 * fpn -> single (32 bit single returned as return value).
294 fpu_ftos(struct fpemu *fe, struct fpn *fp)
370 * fpn -> double (32 bit high-order result returned; 32-bit low order result
376 fpu_ftod(struct fpemu *fe, struct fpn *fp, u_int *res
    [all...]
fpu_explode.c 86 * int -> fpn.
89 fpu_itof(struct fpn *fp, u_int i)
111 * 64-bit int -> fpn.
114 fpu_xtof(struct fpn *fp, uint64_t i)
169 * 32-bit single precision -> fpn.
174 fpu_stof(struct fpn *fp, u_int i)
188 * 64-bit double -> fpn.
192 fpu_dtof(struct fpn *fp, u_int i, u_int j)
208 * 128-bit extended -> fpn.
211 fpu_qtof(struct fpn *fp, u_int i, u_int j, u_int k, u_int l
    [all...]
  /src/sys/arch/powerpc/fpu/
fpu_emu.h 78 struct fpn { struct
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 *)
    [all...]
fpu_explode.c 63 static int fpu_itof(struct fpn *, u_int);
64 static int fpu_xtof(struct fpn *, uint64_t);
65 static int fpu_stof(struct fpn *, u_int);
66 static int fpu_dtof(struct fpn *, u_int, u_int);
88 * int -> fpn.
91 fpu_itof(struct fpn *fp, u_int lo)
112 * 64-bit int -> fpn.
115 fpu_xtof(struct fpn *fp, uint64_t i)
169 * 32-bit single precision -> fpn.
174 fpu_stof(struct fpn *fp, u_int hi
    [all...]
fpu_implode.c 63 static int round(struct fpemu *, struct fpn *, int *);
65 static int round_int(struct fpn *, int *, int, int, int);
67 static u_int fpu_ftoi(struct fpemu *, struct fpn *, int *, int);
68 static uint64_t fpu_ftox(struct fpemu *, struct fpn *, int *, int);
69 static u_int fpu_ftos(struct fpemu *, struct fpn *, int *);
70 static uint64_t fpu_ftod(struct fpemu *, struct fpn *, int *);
85 round(struct fpemu *fe, struct fpn *fp, int *cx)
197 round_int(struct fpn *fp, int *cx, int rn, int sign, int odd)
231 * fpn -> int (int value returned as return value).
234 fpu_ftoi(struct fpemu *fe, struct fpn *fp, int *cx, int rn
    [all...]
fpu_subr.c 68 fpu_shr(struct fpn *fp, int rsh)
137 fpu_norm(struct fpn *fp)
204 struct fpn *
207 struct fpn *fp;
  /src/dist/pf/usr.sbin/ftp-proxy/
ipf.c 129 struct ftp_proxy_nat *fpn; local in function:ftp_proxy_entry_remove
131 while ((fpn = LIST_FIRST(&fpe->nat_entries)) != NULL) {
132 LIST_REMOVE(fpn, link);
133 free(fpn);
156 struct ftp_proxy_nat *fpn; local in function:ftp_proxy_entry_add_nat
158 fpn = malloc(sizeof(*fpn));
159 if (fpn == NULL)
162 memcpy(&fpn->ipn, ipn, sizeof(fpn->ipn))
287 struct ftp_proxy_nat *fpn; local in function:ipf_do_commit
    [all...]

Completed in 24 milliseconds

1 2