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

/freebsd-10.3-release/sys/boot/ficl/
H A Dmath64.c365 carry = ((x.lo | y.lo) & CELL_HI_BIT) && !(result.lo & CELL_HI_BIT);
366 carry |= ((x.lo & y.lo) & CELL_HI_BIT);
406 if (x.lo & CELL_HI_BIT)
428 result.lo |= CELL_HI_BIT;
538 (subtrahend.hi & CELL_HI_BIT) == 0)
H A Dmath64.h81 #define CELL_HI_BIT (1L << (BITS_PER_CELL-1)) macro

Completed in 47 milliseconds