Searched refs:hiNegationMask (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/ppc/
H A Dfixtfdi.c30 const int64_t hiNegationMask = ((int64_t)(hibits.x)) >> 63; local
42 const int64_t negationMask = loNegationMask ^ hiNegationMask;
60 result = (result ^ hiNegationMask) - hiNegationMask;

Completed in 102 milliseconds