| 401 | |
| 402 | word GetWhole() const {return m_whole;} |
| 403 | hword GetLowHalf() const {return hword(m_whole);} |
| 404 | hword GetHighHalf() const {return hword(m_whole>>(WORD_BITS/2));} |
| 405 | hword GetHighHalfAsBorrow() const {return 0-hword(m_whole>>(WORD_BITS/2));} |
| 406 |
no outgoing calls
no test coverage detected