Searched refs:complex_sqrt (Results 1 – 3 of 3) sorted by relevance
111 EIGEN_DEVICE_FUNC std::complex<T> complex_sqrt(const std::complex<T>& z) { in complex_sqrt() function
332 template<typename T> EIGEN_DEVICE_FUNC std::complex<T> complex_sqrt(const std::complex<T>& a_x);342 return complex_sqrt<T>(x);
57 struct complex_sqrt { struct449 CALL_SUBTEST( test_with_infs_nans(complex_sqrt<Vector3cf>(), nthreads, cfin, cfout) ); in EIGEN_DECLARE_TEST()