Searched defs:headBit (Results 1 – 1 of 1) sorted by relevance
185 const uint32_t headBit = val & (1 << (numBitsToDiscard - 1)); in roundToNearestEven() local342 const uint64_t headBit = val & ((uint64_t)1 << (numBitsToDiscard - 1)); in roundToNearestEven64() local