Searched refs:lastBits (Results 1 – 1 of 1) sorted by relevance
184 const deUint32 lastBits = val & ((1 << numBitsToDiscard) - 1); in roundToNearestEven() local194 else if (headBit == lastBits) in roundToNearestEven()341 const deUint64 lastBits = val & (((deUint64)1 << numBitsToDiscard) - 1); in roundToNearestEven64() local351 else if (headBit == lastBits) in roundToNearestEven64()