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

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dcomplex5.C6 inline cdouble to_complex(double r) { function
12 cdouble a = to_complex(0.0);
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.h2679 to_complex(mpc_t* val) const;
H A Dexpressions.cc451 if (!val->to_complex(&cval))
4551 if (!left_nc->to_complex(&left_val))
4554 if (!right_nc->to_complex(&right_val))
4847 if (!left_nc->to_complex(&left_val))
4850 if (!right_nc->to_complex(&right_val))
7498 if (!argnc.to_complex(&val))
15581 Numeric_constant::to_complex(mpc_t* val) const function in class:Numeric_constant

Completed in 226 milliseconds