Tests if x is denormal (subnormal)
The output is different on every architecture.
x
The number to test
true if denormal, false otherwise.
Flush to zero if the number is denormal (subnormal).
x
The number to flush
0 if x is denormal, x otherwise.