Searched refs:BIT_SIGN (Results 1 – 1 of 1) sorted by relevance
51 #define BIT_SIGN 0x80000000UL macro66 if (word & BIT_SIGN) in floatToUint64()93 bool neg = (word & BIT_SIGN); in floatToInt64()98 word &=~ BIT_SIGN; in floatToInt64()