%function FixPt_Fix2FixAlwaysOutput(yLabel,yDT,uLabel,uDT,roundMode,satMode) Output
%<FixPt_WordLengthLimitationCheck(uDT)>/
%<FixPt_WordLengthLimitationCheck(yDT)>/
%assign vecCGIR = FixPt_UnaryOp("Fix2Fix", yLabel, yDT, uLabel, uDT, ...
roundMode, satMode)
%
%endfunction
%function FixPt_Fix2Fix(yLabel,yDT,uLabel,uDT,roundMode,satMode) Output
%assign uLabel = SLibProcessSafeExpression(Name, uLabel, 1)
%<FixPt_WordLengthLimitationCheck(uDT)>/
%<FixPt_WordLengthLimitationCheck(yDT)>/
%assign vecCGIR = FixPt_UnaryOp("Fix2Fix", yLabel, yDT, uLabel, uDT, ...
roundMode, satMode)
%if !ISEMPTY(vecCGIR[1])
%return ["%", "%", "%"]
%else
%
%return ""
%endif
%endfunction