Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Namespaces | |
namespace | dart |
Functions | |
void | dart::DoubleToCString (double d, char *buffer, int buffer_size) |
StringPtr | dart::DoubleToStringAsFixed (double d, int fraction_digits) |
StringPtr | dart::DoubleToStringAsExponential (double d, int fraction_digits) |
StringPtr | dart::DoubleToStringAsPrecision (double d, int precision) |
bool | dart::CStringToDouble (const char *str, intptr_t length, double *result) |
IntegerPtr | dart::DoubleToInteger (Zone *zone, double val) |