abs_s64 - Compute the absolute value and sign of the input signal
loadrt abs_s64 [count=N|names=name1[,name2...]] |
abs-s64.N
abs-s64.N.in s64 in
input value
abs-s64.N.out s64 out
output value, always non-negative
abs-s64.N.sign bit out
Sign of input, false for positive, true for negative
abs-s64.N.is-positive bit out
true if input is positive, false if input is 0 or negative
abs-s64.N.is-negative bit out
true if input is negative, false if input is 0 or positive
ArcEye based on code from Sebastian Kuzminsky
GPL