Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/FPUtil/
H A DNormalFloat.h113 const StorageType shift_out_mask = T() local
233 const StorageType shift_out_mask = (StorageType(1) << shift) - 1; global() variable