Searched refs:sfpn (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/m68k/fpe/
H A Dfpu_cordic.c36 * sfpn = shoftened fp number; the idea is from fpu_log.c but not the same.
40 struct sfpn { struct
63 static void printf_sfpn(const struct sfpn *);
64 static void fpn_to_sfpn(struct sfpn *, const struct fpn *);
66 static struct sfpn atan_table[EXT_FRACBITS];
80 printf("static const struct sfpn atan_table[] = {\n");
223 printf_sfpn(const struct sfpn *sp)
230 fpn_to_sfpn(struct sfpn *sp, const struct fpn *fp)
239 static const struct sfpn atan_table[] = {
312 sfpn_to_fpn(struct fpn *fp, const struct sfpn *
[all...]
H A Dfpu_log.c55 /* sfpn = shortened fp number; can represent only positive numbers */
56 static struct sfpn { struct

Completed in 183 milliseconds