Flutter Engine
The Flutter Engine
|
#include "utils.h"
Go to the source code of this file.
Namespaces | |
namespace | double_conversion |
Enumerations | |
enum | double_conversion::FastDtoaMode { double_conversion::FAST_DTOA_SHORTEST , double_conversion::FAST_DTOA_SHORTEST_SINGLE , double_conversion::FAST_DTOA_PRECISION } |
Functions | |
bool | double_conversion::FastDtoa (double v, FastDtoaMode mode, int requested_digits, Vector< char > buffer, int *length, int *decimal_point) |
Variables | |
static const int | double_conversion::kFastDtoaMaximalLength = 17 |
static const int | double_conversion::kFastDtoaMaximalSingleLength = 9 |