Searched refs:_D_cplx_mul (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libc/i386/fp/
H A D_D_cplx_mul.c30 * _D_cplx_mul(z, w) returns z * w with infinities handled according
33 * If z and w are both finite, _D_cplx_mul(z, w) delivers the complex
35 * c = Re(w), and d = Im(w); then _D_cplx_mul(z, w) delivers x + I * y
41 * or infinite, _D_cplx_mul delivers an infinite result. If one factor
42 * is infinite and the other is zero, _D_cplx_mul delivers NaN + I * NaN.
81 _D_cplx_mul(double _Complex z, double _Complex w) function
/osnet-11/usr/src/lib/libc/sparc/fp/
H A D_D_cplx_mul.c30 * _D_cplx_mul(z, w) returns z * w with infinities handled according
33 * If z and w are both finite, _D_cplx_mul(z, w) delivers the complex
35 * c = Re(w), and d = Im(w); then _D_cplx_mul(z, w) delivers x + I * y
43 * or infinite, _D_cplx_mul delivers an infinite result. If one factor
44 * is infinite and the other is zero, _D_cplx_mul delivers NaN + I * NaN.
83 _D_cplx_mul(double _Complex z, double _Complex w) function
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com52 _D_cplx_mul.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com62 _D_cplx_mul.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com59 _D_cplx_mul.o \
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile61 _D_cplx_mul.o \

Completed in 139 milliseconds