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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h475 make_float_type(const char* name, int bits, int runtime_type_kind);
H A Dgogo.cc79 this->add_named_type(Type::make_float_type("float32", 32,
81 this->add_named_type(Type::make_float_type("float64", 64,
H A Dtypes.cc3062 Type::make_float_type(const char* name, int bits, int runtime_type_kind) function in class:Type

Completed in 90 milliseconds