Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/fixed_point/
H A Dfx_bits.h59 static constexpr StorageType TOTAL_MASK = SIGN_MASK | VALUE_MASK; member
88 return (value & TOTAL_MASK) >> FRACTION_OFFSET; in get_bits()