Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A DNormalFloat.h117 const StorageType halfway_value = in T() local
122 if (shift_out_value > halfway_value) { in T()
124 } else if (shift_out_value == halfway_value) { in T()
236 const StorageType halfway_value = StorageType(1) << (shift - 1); variable
240 if (shift_out_value > halfway_value) {
242 } else if (shift_out_value == halfway_value) {