Home | History | Annotate | Download | only in fpe

Lines Matching defs:sfpn

36  * sfpn = shoftened fp number; the idea is from fpu_log.c but not the same.
40 struct sfpn {
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 *s)