Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
double_conversion.h File Reference
#include "vm/allocation.h"
#include "vm/globals.h"
#include "vm/object.h"

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)