Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DfloatRt.c51 #define BIT_SIGN 0x80000000UL macro
66 if (word & BIT_SIGN) in floatToUint64()
93 bool neg = (word & BIT_SIGN); in floatToInt64()
98 word &=~ BIT_SIGN; in floatToInt64()