Search | Google it | Results 1 - 1 of 1 for fundef:word0 (0.01 seconds) |
280: #if defined(IEEE_8087) && _BYTE_ORDER != _BIG_ENDIAN 281: #define word0(x) (x)->L[1] 282: #define word1(x) (x)->L[0] 283: #else 284: #define word0(x) (x)->L[0] 285: #define word1(x) (x)->L[1]