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

/illumos-gate/usr/src/lib/libc/i386/fp/
H A D_X_cplx_div_ix.c30 * _X_cplx_div_ix(b, w) returns (I * b) / w with infinities handled
33 * If b and w are both finite and w is nonzero, _X_cplx_div_ix de-
40 * and w is finite and nonzero, _X_cplx_div_ix delivers an infinite
41 * result. If b is finite and w is infinite, _X_cplx_div_ix delivers
45 * NaN, _X_cplx_div_ix delivers NaN + I * NaN. C99 doesn't specify
93 _X_cplx_div_ix(long double b, long double _Complex w) function

Completed in 56 milliseconds