Searched defs:_F_cplx_mul (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/i386/fp/
H A D_F_cplx_mul.c30 * _F_cplx_mul(z, w) returns z * w with infinities handled according
33 * If z and w are both finite, _F_cplx_mul(z, w) delivers the complex
35 * c = Re(w), and d = Im(w); then _F_cplx_mul(z, w) delivers x + I * y
41 * or infinite, _F_cplx_mul delivers an infinite result. If one factor
42 * is infinite and the other is zero, _F_cplx_mul delivers NaN + I * NaN.
80 _F_cplx_mul(float _Complex z, float _Complex w) function
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_F_cplx_mul.c30 * _F_cplx_mul(z, w) returns z * w with infinities handled according
33 * If z and w are both finite, _F_cplx_mul(z, w) delivers the complex
35 * c = Re(w), and d = Im(w); then _F_cplx_mul(z, w) delivers x + I * y
41 * or infinite, _F_cplx_mul delivers an infinite result. If one factor
42 * is infinite and the other is zero, _F_cplx_mul delivers NaN + I * NaN.
80 _F_cplx_mul(float _Complex z, float _Complex w) function

Completed in 75 milliseconds