Searched defs:fpn (Results 1 – 5 of 5) sorted by relevance
82 struct fpn { struct83 int fp_class; /* see below */84 int fp_sign; /* 0 => positive, 1 => negative */85 int fp_exp; /* exponent (unbiased) */86 int fp_sticky; /* nonzero bits lost at right end */87 u_int fp_mant[4]; /* 115-bit mantissa */
78 struct fpn { struct79 int fp_class; /* see below */80 int fp_sign; /* 0 => positive, 1 => negative */81 int fp_exp; /* exponent (unbiased) */82 int fp_sticky; /* nonzero bits lost at right end */83 u_int fp_mant[4]; /* 115-bit mantissa */
79 struct fpn { struct94 static inline void CPYFPN(struct fpn *, const struct fpn *); argument
129 struct ftp_proxy_nat *fpn; in ftp_proxy_entry_remove() local156 struct ftp_proxy_nat *fpn; in ftp_proxy_entry_add_nat() local287 struct ftp_proxy_nat *fpn; in ipf_do_commit() local
2131 struct puffs_node *fpn = ap->a_fvp->v_data; in puffs_vnop_rename() local