Home
last modified time | relevance | path

Searched refs:lastBits (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuFloat.hpp317 deUint64 lastBits = (static_cast<deUint64>(m) & lastBitsMask); in convert() local
328 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() local
374 if (lastBits != 0ull && other.sign() < 0) in convert()
382 if (lastBits != 0ull && other.sign() > 0) in convert()
/third_party/vk-gl-cts/framework/delibs/debase/
DdeFloat16.c184 const deUint32 lastBits = val & ((1 << numBitsToDiscard) - 1); in roundToNearestEven() local
194 else if (headBit == lastBits) in roundToNearestEven()
341 const deUint64 lastBits = val & (((deUint64)1 << numBitsToDiscard) - 1); in roundToNearestEven64() local
351 else if (headBit == lastBits) in roundToNearestEven64()