Searched refs:EXTENDED_E (Results 1 – 1 of 1) sorted by relevance
55 #define EXTENDED_E(n) (n & 0xfffc) /* Sign/exponent/significand of extended. */ macro56 #define EXTENDED_F(n) (1+EXTENDED_E(n)) /* 2nd word of extended significand. */57 #define EXTENDED_G(n) (2+EXTENDED_E(n)) /* 3rd word of extended significand. */58 #define EXTENDED_H(n) (3+EXTENDED_E(n)) /* 4th word of extended significand. */