reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
25 __real__ z = ac - bd; 26 __imag__ z = ad + bc; 27 if (crt_isnan(__real__ z) && crt_isnan(__imag__ z)) { 27 if (crt_isnan(__real__ z) && crt_isnan(__imag__ z)) { 60 __real__ z = CRT_INFINITY * (a * c - b * d); 61 __imag__ z = CRT_INFINITY * (a * d + b * c); 64 return z;