Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/fixed_point/
H A Dfx_bits.h56 static constexpr StorageType VALUE_MASK = INTEGRAL_MASK | FRACTION_MASK; member
59 static constexpr StorageType TOTAL_MASK = SIGN_MASK | VALUE_MASK;