Searched refs:ths (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/std/
H A Dcomplext.cc156 __doadv (complex<FLOAT>* ths, const complex<FLOAT>& y) argument
166 nr = (ths->re * t + ths->im) / d;
167 ni = (ths->im * t - ths->re) / d;
173 nr = (ths->re + ths->im * t) / d;
174 ni = (ths->im - ths->re * t) / d;
176 ths
[all...]
H A Dcomplext.h46 __doapl (complex<_FLT>* ths, const complex<_FLT>& r);
48 __doami (complex<_FLT>* ths, const complex<_FLT>& r);
50 __doaml (complex<_FLT>* ths, const complex<_FLT>& r);
52 __doadv (complex<_FLT>* ths, const complex<_FLT>& r);
81 __doapl (complex<_FLT>* ths, const complex<_FLT>& r) argument
83 ths->re += r.re;
84 ths->im += r.im;
85 return *ths;
96 __doami (complex<_FLT>* ths, const complex<_FLT>& r) argument
98 ths
111 __doaml(complex<_FLT>* ths, const complex<_FLT>& r) argument
[all...]

Completed in 30 milliseconds