Searched refs:CELL_HI_BIT (Results 1 – 2 of 2) sorted by relevance
364 carry = ((x.lo | y.lo) & CELL_HI_BIT) && !(result.lo & CELL_HI_BIT); in m64Add()365 carry |= ((x.lo & y.lo) & CELL_HI_BIT); in m64Add()405 if (x.lo & CELL_HI_BIT) in m64ASL()427 result.lo |= CELL_HI_BIT; in m64ASR()537 (subtrahend.hi & CELL_HI_BIT) == 0) in ficlLongDiv()
80 #define CELL_HI_BIT (1L << (BITS_PER_CELL-1)) macro