logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

abs_s32 - Compute the absolute value and sign of the input signal

Author

       Sebastian Kuzminsky

Functions

abs-s32.N

License

       GPL

LinuxCNC Documentation                             2025-08-07                                         ABS_S32(9)

Name

       abs_s32 - Compute the absolute value and sign of the input signal

Pins

abs-s32.N.in s32 in
              input value

       abs-s32.N.out s32 out
              output value, always non-negative

       abs-s32.N.sign bit out
              Sign of input, false for positive, true for negative

       abs-s32.N.is-positive bit out
              TRUE if input is positive, FALSE if input is 0 or negative

       abs-s32.N.is-negative bit out
              TRUE if input is negative, FALSE if input is 0 or positive

Synopsis

loadrtabs_s32[count=N|names=name1[,name2...]]

See Also