Searched refs:complex_code (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc5712 Runtime::Function complex_code; local
5716 complex_code = Runtime::COMPLEX64_DIV;
5719 complex_code = Runtime::COMPLEX128_DIV;
5725 Runtime::make_call(complex_code, loc, 2, this->left_, this->right_);

Completed in 116 milliseconds