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