Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sparc/sys/fpu/
H A Dglobals.h53 #define DOUBLE_E(n) (n & 0xfffe) /* More significant word of double. */ macro
54 #define DOUBLE_F(n) (1+DOUBLE_E(n)) /* Less significant word of double. */