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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dfixunstfdi.c33 const int64_t negationMask = ((int64_t)(lobits.x)) >> 63; local
34 tailMantissa = (tailMantissa ^ negationMask) - negationMask;
H A Dfixtfdi.c39 const int64_t negationMask = loNegationMask ^ hiNegationMask; local
40 tailMantissa = (tailMantissa ^ negationMask) - negationMask;

Completed in 130 milliseconds