Return a new register consisting of the magnitudes from src_magnitude and the signs of src_sign.
- Template Parameters
-
| t_all_mag_positive | If true, the function expects all values of src_magnitude to be positive. This allows for some minor performance gain. The default value is false |
- Parameters
-
| [in] | src_magnitude | The register that provides the magnitudes for the returned register |
| [in] | src_sign | The register that provides the signs for the returned register |
- Returns
- New register with the magnitudes from
src_magnitude and the signs of src_sign.