Home
last modified time | relevance | path

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

/external/llvm-project/libc/utils/FPUtil/
DNearestIntegerOperations.h136 bool halfBitSet = bits.mantissa & (UIntType(1) << (trimSize - 1)); in round() local
144 if (!halfBitSet) { in round()