Home
last modified time | relevance | path

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

/external/llvm-libc/src/__support/FPUtil/
DNormalFloat.h114 const StorageType shift_out_value = mantissa & shift_out_mask; in T() local
231 const StorageType shift_out_value = mantissa & shift_out_mask; variable