Searched refs:DOUBLE_E (Results 1 – 1 of 1) sorted by relevance
53 #define DOUBLE_E(n) (n & 0xfffe) /* More significant word of double. */ macro54 #define DOUBLE_F(n) (1+DOUBLE_E(n)) /* Less significant word of double. */