|
inlineconstexpr |
Computes the value in the input type of the bit of sign.
Defined in Header
Parameters
x : argument.Return value
The value of the bit of sign is returned.
mzero(as(x)) if x is negative and zero(as(x)) if x is positive, which both satisfy the eve::is_eqz predicate.