Searched refs:fpu_xtof (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/powerpc/fpu/
H A Dfpu_explode.c64 static int fpu_xtof(struct fpn *, uint64_t);
115 fpu_xtof(struct fpn *fp, uint64_t i) function
226 class = fpu_xtof(fp, i);
/netbsd-current/sys/arch/sparc/fpu/
H A Dfpu_extern.h70 int fpu_xtof(struct fpn *, uint64_t);
H A Dfpu_explode.c114 fpu_xtof(struct fpn *fp, uint64_t i) function
253 s = fpu_xtof(fp, l);
/netbsd-current/sys/arch/m68k/fpe/
H A Dfpu_explode.c65 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) function
246 s = fpu_xtof(fp, s, space[1], space[2]);

Completed in 104 milliseconds