Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h210 StorageType half_value = in round_using_specific_rounding_mode() local
226 if (trim_value >= half_value) in round_using_specific_rounding_mode()
231 if (trim_value > half_value) { in round_using_specific_rounding_mode()
233 } else if (trim_value == half_value) { in round_using_specific_rounding_mode()