ComplexF64 division: combine four if-statements into two if-elseif-statements (#29042)
* ComplexF64 division: combine four if-statements into two if-elseif-statements
* add @fastmath to magnitude check; NaN handling not needed
* don't use @fastmath; use explicit route instead
* remove unnecessary two & half variables