Searched defs:conj (Results 1 – 8 of 8) sorted by relevance
23 conj(double complex z) in conj() function
15 C conj (const C& z) in conj() function
14 inline C conj (const C& x) in conj() function
118 conj (double _Complex z) in conj() function
68 template <class _Tp> std::complex<_Tp> conj(const std::complex<_Tp> &__c) { in conj() function
165 #define conj(x) __tg_simple(x, conj) macro
1303 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
139 Node conj(Node Pos) { in conj() function