Searched defs:conj (Results 1 – 4 of 4) sorted by relevance
166 inline CvComplex32f conj(CvComplex32f a) in conj() function256 inline CvComplex64f conj(CvComplex64f a) in conj() function
74 ScalarWithExceptions conj(const ScalarWithExceptions &x) { return x; } in conj() function
1310 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro