Lines Matching refs:conj
194 template<class T> complex<T> conj(const complex<T>&);
195 complex<long double> conj(long double);
196 complex<double> conj(double);
197 template<Integral T> complex<double> conj(T);
198 complex<float> conj(float);
978 // conj
983 conj(const complex<_Tp>& __c)
990 conj(long double __re)
997 conj(double __re)
1009 conj(_Tp __re)
1016 conj(float __re)