Searched refs:ths (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/cpp/std/ |
H A D | complext.cc | 156 __doadv (complex<FLOAT>* ths, const complex<FLOAT>& y) in __doadv() argument 166 nr = (ths->re * t + ths->im) / d; in __doadv() 167 ni = (ths->im * t - ths->re) / d; in __doadv() 173 nr = (ths->re + ths->im * t) / d; in __doadv() 174 ni = (ths->im - ths->re * t) / d; in __doadv() 176 ths->re = nr; in __doadv() 177 ths->im = ni; in __doadv() 178 return *ths; in __doadv()
|
H A D | complext.h | 46 __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) in __doapl() argument 83 ths->re += r.re; in __doapl() 84 ths->im += r.im; in __doapl() 85 return *ths; in __doapl() 96 __doami (complex<_FLT>* ths, const complex<_FLT>& r) in __doami() argument 98 ths->re -= r.re; in __doami() [all …]
|
/haiku/data/system/data/fortunes/ |
H A D | Education | 159 F u cn rd ths u cnt spl wrth a drn! 161 f u cn rd ths, itn tyg h myxbl cd. 163 f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng. 165 f u cn rd ths, u r prbbly a lsy spllr.
|
H A D | One Liners | 377 f u cn rd ths, itn tyg h myxbl cd. 379 f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng.
|