Searched refs:lastBits (Results 1 – 2 of 2) sorted by relevance
317 deUint64 lastBits = (static_cast<deUint64>(m) & lastBitsMask); in convert() local328 if (lastBits != 0ull && other.sign() < 0) in convert()336 if (lastBits != 0ull && other.sign() > 0) in convert()362 deUint64 lastBits = (static_cast<deUint64>(m) & lastBitsMask); in convert() local374 if (lastBits != 0ull && other.sign() < 0) in convert()382 if (lastBits != 0ull && other.sign() > 0) in convert()
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()