Map bits of floating point number \p a to unsigned integer that can be radix sorted.
Also finds \em sign of \p a.
- if it's 1 (negative float), it flips all bits. - if it's 0 (positive float), it flips the sign only.
See Implementation
Map bits of floating point number \p a to unsigned integer that can be radix sorted.
Also finds \em sign of \p a.
- if it's 1 (negative float), it flips all bits. - if it's 0 (positive float), it flips the sign only.