Searched refs:headBit (Results 1 – 1 of 1) sorted by relevance
185 const deUint32 headBit = val & (1 << (numBitsToDiscard - 1)); in roundToNearestEven() local190 if (headBit == 0) in roundToNearestEven()194 else if (headBit == lastBits) in roundToNearestEven()342 const deUint64 headBit = val & ((deUint64)1 << (numBitsToDiscard - 1)); in roundToNearestEven64() local347 if (headBit == 0) in roundToNearestEven64()351 else if (headBit == lastBits) in roundToNearestEven64()