Redundant instruction
This is a redundant instruction. It is replaced by: FP_ZONE
The function adds an offset value to the input value at input s3_In. The offset value for the negative and positive area are entered at inputs s1_NegBias and s2_PosBias.
Input
area where negative bias value is stored or negative bias value data
area where positive bias value is stored or positive bias value data
area where input value is stored or input value data
Output
area where output value is stored
Instead of using this F instruction, we recommend using the corresponding FP7 instruction: FP_ZONE
The result of the function is returned at output d as follows:
If the input value at input s3_In < 0, the negative offset value at input s1_NegBias is added to the input value at s3_In, and the result is stored as the output value at d.
If the input value at input s3_In = 0, 0 is returned at the output value to output d.
If the input value at input s3_In > 0, the positive offset value at input s2_PosBias is added to the input value at s3_In, and the result is stored as the output value at d.
if the calculation results in an overflow or an underflow of output d.
if the input value s3_In is 0.