complex_type     2198 modules/core/test/test_math.cpp     bool operator() (const complex_type& lhs, const complex_type& rhs) const
complex_type     2236 modules/core/test/test_math.cpp         std::vector<complex_type> r(n), ar(n), c(n + 1, 0);
complex_type     2246 modules/core/test/test_math.cpp                 r[j] = complex_type(cvtest::randReal(rng) * range,
complex_type     2256 modules/core/test/test_math.cpp             complex_type v(1);
complex_type     2283 modules/core/test/test_math.cpp                 ar[j] = complex_type(u[j * 2], u[j * 2 + 1]);