reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
746 static_assert(B > 0, "Bit width can't be 0."); 747 static_assert(B <= 32, "Bit width out of range."); 748 return int32_t(X << (32 - B)) >> (32 - B); 748 return int32_t(X << (32 - B)) >> (32 - B);