Home
last modified time | relevance | path

Searched refs:EXTENDED_E (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/sparc/sys/fpu/
H A Dglobals.h55 #define EXTENDED_E(n) (n & 0xfffc) /* Sign/exponent/significand of extended. */ macro
56 #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. */