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

/osnet-11/usr/src/lib/libc/i386/fp/
H A D_F_cplx_div_ix.c30 * _F_cplx_div_ix(b, w) returns (I * b) / w with infinities handled
33 * If b and w are both finite and w is nonzero, _F_cplx_div_ix(b, w)
41 * and w is finite and nonzero, _F_cplx_div_ix delivers an infinite
42 * result. If b is finite and w is infinite, _F_cplx_div_ix delivers
46 * NaN, _F_cplx_div_ix delivers NaN + I * NaN. C99 doesn't specify
76 _F_cplx_div_ix(float b, float _Complex w) function
/osnet-11/usr/src/lib/libc/sparc/fp/
H A D_F_cplx_div_ix.c30 * _F_cplx_div_ix(b, w) returns (I * b) / w with infinities handled
33 * If b and w are both finite and w is nonzero, _F_cplx_div_ix(b, w)
41 * and w is finite and nonzero, _F_cplx_div_ix delivers an infinite
42 * result. If b is finite and w is infinite, _F_cplx_div_ix delivers
46 * NaN, _F_cplx_div_ix delivers NaN + I * NaN. C99 doesn't specify
76 _F_cplx_div_ix(float b, float _Complex w) function

Completed in 29 milliseconds