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

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

Completed in 824 milliseconds