conjugate 72 test/correctness/side_effects.cpp Complex conjugate(const Complex &a) { conjugate 30 test/generator/mandelbrot_generator.cpp Complex conjugate(const Complex &a) { return Complex(a.real(), -a.imag()); } conjugate 30 test/generator/memory_profiler_mandelbrot_generator.cpp Complex conjugate(const Complex &a) { return Complex(a.real(), -a.imag()); }