Searched refs:fpn (Results 1 – 11 of 11) sorted by relevance
/haiku/src/system/libroot/os/arch/sparc/ |
H A D | fpu_extern.h | 42 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 D | fpu_emu.h | 83 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 D | fpu_explode.c | 94 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 D | fpu_implode.c | 64 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 D | fpu_subr.c | 64 __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 D | fpu_mul.c | 98 struct fpn * 102 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
|
H A D | fpu_div.c | 151 struct fpn * 155 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
|
H A D | fpu_add.c | 62 struct fpn * 66 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2, *r;
|
H A D | fpu_sqrt.c | 185 struct fpn * 189 struct fpn *x = &fe->fe_f1;
|
H A D | fpu_compare.c | 94 struct fpn *a, *b; in __fpu_compare()
|
H A D | softfloat.c | 43 struct fpn *r; \ 126 struct fpn *r; in _Qp_sqrt()
|