Searched defs:fpn (Results 1 – 2 of 2) sorted by relevance
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 */
312 spe_to_int(struct fpemu *fpemu, struct fpn *fpn, uint32_t *val, int sign) in spe_to_int()