Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/debase/
DdeFloat16.c185 const deUint32 headBit = val & (1 << (numBitsToDiscard - 1)); in roundToNearestEven() local
190 if (headBit == 0) in roundToNearestEven()
194 else if (headBit == lastBits) in roundToNearestEven()
342 const deUint64 headBit = val & ((deUint64)1 << (numBitsToDiscard - 1)); in roundToNearestEven64() local
347 if (headBit == 0) in roundToNearestEven64()
351 else if (headBit == lastBits) in roundToNearestEven64()