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

/illumos-gate/usr/src/common/ficl/
H A Ddouble.c67 #define FICL_CELL_HIGH_BIT ((uintmax_t)1 << (FICL_BITS_PER_CELL-1)) macro
228 if (x.low & FICL_CELL_HIGH_BIT) {
248 result.low |= FICL_CELL_HIGH_BIT;
316 (subtrahend.high & FICL_CELL_HIGH_BIT) == 0) {

Completed in 55 milliseconds