Home
last modified time | relevance | path

Searched refs:fpn (Results 1 – 11 of 11) sorted by relevance

/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_extern.h42 struct fpn;
48 struct fpn *__fpu_add(struct fpemu *);
54 struct fpn *__fpu_div(struct fpemu *);
57 int __fpu_itof(struct fpn *, uint32_t);
58 int __fpu_xtof(struct fpn *, uint64_t);
59 int __fpu_stof(struct fpn *, uint32_t);
60 int __fpu_dtof(struct fpn *, uint32_t, uint32_t);
61 int __fpu_qtof(struct fpn *, uint32_t, uint32_t, uint32_t, uint32_t);
62 void __fpu_explode(struct fpemu *, struct fpn *, int, int);
65 uint32_t __fpu_ftoi(struct fpemu *, struct fpn *);
[all …]
H A Dfpu_emu.h83 struct fpn { struct
135 register struct fpn *swap; \
156 struct fpn fe_f1; /* operand 1 */
157 struct fpn fe_f2; /* operand 2, if required */
158 struct fpn fe_f3; /* available storage for result */
173 void __fpu_dumpfpn(struct fpn *);
H A Dfpu_explode.c94 struct fpn *fp; in __fpu_itof()
127 struct fpn *fp; in __fpu_xtof()
195 struct fpn *fp; in __fpu_stof()
215 struct fpn *fp; in __fpu_dtof()
236 struct fpn *fp; in __fpu_qtof()
265 struct fpn *fp;
H A Dfpu_implode.c64 static int fpround(struct fpemu *, struct fpn *);
86 fpround(struct fpemu *fe, struct fpn *fp) in fpround()
201 struct fpn *fp;
249 struct fpn *fp;
303 struct fpn *fp;
390 struct fpn *fp;
452 struct fpn *fp;
513 struct fpn *fp;
H A Dfpu_subr.c64 __fpu_shr(struct fpn *fp, int rsh) in __fpu_shr()
138 __fpu_norm(struct fpn *fp) in __fpu_norm()
205 struct fpn *
208 struct fpn *fp; in __fpu_newnan()
H A Dfpu_mul.c98 struct fpn *
102 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
H A Dfpu_div.c151 struct fpn *
155 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
H A Dfpu_add.c62 struct fpn *
66 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2, *r;
H A Dfpu_sqrt.c185 struct fpn *
189 struct fpn *x = &fe->fe_f1;
H A Dfpu_compare.c94 struct fpn *a, *b; in __fpu_compare()
H A Dsoftfloat.c43 struct fpn *r; \
126 struct fpn *r; in _Qp_sqrt()