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

/haiku-buildtools/legacy/gcc/libchill/
H A Dformat.c327 make_float( int dexp, int sign ) function
414 *valptr = make_float( expo, sign);
535 *valptr = make_float( expo, sign );
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.h244 make_float(const mpfr_t*, Type*, Location);
H A Dparse.cc2518 ret = Expression::make_float(token->float_value(), NULL,
H A Dexpressions.cc2068 Expression* ret = Expression::make_float(&val, NULL, imp->location());
2214 { return Expression::make_float(&this->val_, this->type_,
2344 Expression::make_float(const mpfr_t* val, Type* type, Location location) function in class:Expression
15913 return Expression::make_float(&this->u_.float_val, this->type_, loc);

Completed in 231 milliseconds