Home
last modified time | relevance | path

Searched refs:fpemu (Results 1 – 10 of 10) sorted by relevance

/original-bsd/sys/sparc/fpu/
H A Dfpu_emu.h114 struct fpemu { struct
128 struct fpn *fpu_add(struct fpemu *); argument
130 struct fpn *fpu_mul(struct fpemu *);
131 struct fpn *fpu_div(struct fpemu *);
132 struct fpn *fpu_sqrt(struct fpemu *);
139 void fpu_compare(struct fpemu *, int);
142 struct fpn *fpu_newnan(struct fpemu *);
157 u_int fpu_fpntoi(struct fpemu *, struct fpn *);
158 u_int fpu_fpntos(struct fpemu *, struct fpn *);
159 u_int fpu_fpntod(struct fpemu *, struct fpn *);
[all …]
H A Dfpu_implode.c48 round(register struct fpemu *fe, register struct fpn *fp) in round()
134 toinf(struct fpemu *fe, int sign) in toinf()
169 struct fpemu *fe; in fpu_ftoi()
216 struct fpemu *fe; in fpu_ftos()
300 struct fpemu *fe; in fpu_ftod()
361 struct fpemu *fe; in fpu_ftox()
421 struct fpemu *fe; in fpu_implode()
H A Dfpu_compare.c51 fpu_compare(struct fpemu *fe, int cmpe) in fpu_compare()
H A Dfpu_mul.c78 register struct fpemu *fe; in fpu_mul()
H A Dfpu.c76 struct fpemu fe;
204 register struct fpemu *fe; in fpu_execute()
H A Dfpu_div.c129 register struct fpemu *fe; in fpu_div()
H A Dfpu_add.c36 register struct fpemu *fe; in fpu_add()
H A Dfpu_subr.c181 fpu_newnan(register struct fpemu *fe) in fpu_newnan()
H A Dfpu_explode.c190 register struct fpemu *fe; in fpu_explode()
H A Dfpu_sqrt.c165 struct fpemu *fe; in fpu_sqrt()