Searched defs:lastBits (Results 1 – 2 of 2) sorted by relevance
184 const deUint32 lastBits = val & ((1 << numBitsToDiscard) - 1); in roundToNearestEven() local341 const deUint64 lastBits = val & (((deUint64)1 << numBitsToDiscard) - 1); in roundToNearestEven64() local
316 deUint64 lastBits = (static_cast<deUint64>(m) & lastBitsMask); in convert() local358 deUint64 lastBits = (static_cast<deUint64>(m) & lastBitsMask); in convert() local