Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/FPUtil/
H A DNormalFloat.h115 const StorageType shift_out_value = mantissa & shift_out_mask; T() local
234 const StorageType shift_out_value = mantissa & shift_out_mask; global() variable