word for bringing a number to its absolute value
Solution 1:
|n| is called taking its magnitude. That is the value without the sign, if you would.
Solution 2:
It’s hard to say without having a context, but you might be able to use unsigned, as in Compute the absolute difference between unsigned integers using sse.
You can also just talk about ignoring the sign.