Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DNormalFloat.h111 const UIntType shift_out_value = mantissa & shift_out_mask; in T() local
116 if (shift_out_value > halfway_value) { in T()
118 } else if (shift_out_value == halfway_value) { in T()
227 const UIntType shift_out_value = mantissa & shift_out_mask; variable
232 if (shift_out_value > halfway_value) {
234 } else if (shift_out_value == halfway_value) {