Searched refs:_Q_cplx_mul (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libc/sparc/fp/
H A D_Q_cplx_mul.c30 * On SPARC V8, _Q_cplx_mul(v, z, w) sets *v = *z * *w with infinities
33 * On SPARC V9, _Q_cplx_mul(z, w) returns *z * *w with infinities
36 * If z and w are both finite, _Q_cplx_mul delivers the complex
38 * c = Re(w), and d = Im(w); then _Q_cplx_mul delivers x + I * y
46 * or infinite, _Q_cplx_mul delivers an infinite result. If one factor
47 * is infinite and the other is zero, _Q_cplx_mul delivers NaN + I * NaN.
87 _Q_cplx_mul(const long double _Complex *z, const long double _Complex *w) function
92 _Q_cplx_mul(long double _Complex *v, const long double _Complex *z, function
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com77 _Q_cplx_mul.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com74 _Q_cplx_mul.o \

Completed in 24 milliseconds