Searched refs:fpu_xtof (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/arch/powerpc/fpu/ |
H A D | fpu_explode.c | 64 static int fpu_xtof(struct fpn *, uint64_t); 115 fpu_xtof(struct fpn *fp, uint64_t i) in fpu_xtof() function 226 class = fpu_xtof(fp, i); in fpu_explode()
|
/netbsd-src/sys/arch/m68k/fpe/ |
H A D | fpu_explode.c | 65 static int fpu_xtof(struct fpn *fp, uint32_t i, uint32_t j, uint32_t k); 183 fpu_xtof(struct fpn *fp, uint32_t i, uint32_t j, uint32_t k) in fpu_xtof() function 246 s = fpu_xtof(fp, s, space[1], space[2]); in fpu_explode()
|
/netbsd-src/sys/arch/sparc/fpu/ |
H A D | fpu_explode.c | 114 fpu_xtof(struct fpn *fp, uint64_t i) in fpu_xtof() function 253 s = fpu_xtof(fp, l); in fpu_explode()
|
H A D | fpu_extern.h | 70 int fpu_xtof(struct fpn *, uint64_t);
|