Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/delibs/debase/
H A DdeFloat16.c185 const uint32_t headBit = val & (1 << (numBitsToDiscard - 1)); in roundToNearestEven() local
342 const uint64_t headBit = val & ((uint64_t)1 << (numBitsToDiscard - 1)); in roundToNearestEven64() local