Searched refs:hiNegationMask (Results 1 – 1 of 1) sorted by relevance
28 const int64_t hiNegationMask = ((int64_t)(hibits.x)) >> 63; in __fixtfdi() local39 const int64_t negationMask = loNegationMask ^ hiNegationMask; in __fixtfdi()57 result = (result ^ hiNegationMask) - hiNegationMask; in __fixtfdi()