|
inlineconstexpr |
Parameters
x: argument.c: Conditional expression masking the operation.m: Logical value masking the operation.Return value
bitofsign does NOT return a logical valuemzero(as(x)) if x is negative and zero(as(x)) if x is positive, which both satisfy the eve::is_eqz predicate.is_negative is the right function to call.