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

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

Completed in 29 milliseconds