Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h140 bool half_bit_set = bits.get_mantissa() & (UIntType(1) << (trim_size - 1)); in round() local
148 if (!half_bit_set) { in round()