Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h204 UIntType half_value = (UIntType(1) << (trim_size - 1)); in round_using_current_rounding_mode() local
218 if (trim_value > half_value) { in round_using_current_rounding_mode()
220 } else if (trim_value == half_value) { in round_using_current_rounding_mode()