Searched refs:_D_cplx_mul (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libc/i386/fp/ |
H A D | _D_cplx_mul.c | 30 * _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
|
/illumos-gate/usr/src/lib/libc/sparc/fp/ |
H A D | _D_cplx_mul.c | 30 * _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
|
/illumos-gate/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 58 _D_cplx_mul.o \
|
/illumos-gate/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 65 _D_cplx_mul.o \
|
/illumos-gate/usr/src/lib/libc/amd64/ |
H A D | Makefile | 64 _D_cplx_mul.o \
|
/illumos-gate/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 67 _D_cplx_mul.o \
|
Completed in 474 milliseconds