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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.h2674 to_float(mpfr_t* val) const;
H A Dexpressions.cc440 if (!val->to_float(&fval))
4515 if (!left_nc->to_float(&left_val))
4518 if (!right_nc->to_float(&right_val))
4781 if (!left_nc->to_float(&left_val))
4784 if (!right_nc->to_float(&right_val))
7530 if (!rnc.to_float(&r))
7533 if (!inc.to_float(&i))
15557 Numeric_constant::to_float(mpfr_t* val) const function in class:Numeric_constant

Completed in 129 milliseconds