Searched refs:_Q_cplx_div_ix (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libc/sparc/fp/ |
H A D | _Q_cplx_div_ix.c | 30 * On SPARC V8, _Q_cplx_div_ix(v, b, w) sets *v = (I * *b / *w) with 33 * On SPARC V9, _Q_cplx_div_ix(b, w) returns (I * *b) / *w with in- 36 * If b and w are both finite and w is nonzero, _Q_cplx_div_ix de- 43 * and w is finite and nonzero, _Q_cplx_div_ix delivers an infinite 44 * result. If b is finite and w is infinite, _Q_cplx_div_ix delivers 48 * NaN, _Q_cplx_div_ix delivers NaN + I * NaN. C99 doesn't specify 81 _Q_cplx_div_ix(const long double *pb, const long double _Complex *w) function 86 _Q_cplx_div_ix(long double _Complex *v, const long double *pb, function
|
/osnet-11/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 71 _Q_cplx_div_ix.o \
|
/osnet-11/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 68 _Q_cplx_div_ix.o \
|
Completed in 34 milliseconds