28#ifndef DOUBLE_CONVERSION_FAST_DTOA_H_
29#define DOUBLE_CONVERSION_FAST_DTOA_H_
static const int kFastDtoaMaximalSingleLength
Definition fast-dtoa.h:51
FastDtoaMode
Definition fast-dtoa.h:35
@ FAST_DTOA_SHORTEST
Definition fast-dtoa.h:39
@ FAST_DTOA_SHORTEST_SINGLE
Definition fast-dtoa.h:41
@ FAST_DTOA_PRECISION
Definition fast-dtoa.h:44
bool FastDtoa(double d, FastDtoaMode mode, int requested_digits, Vector< char > buffer, int *length, int *decimal_point)
static const int kFastDtoaMaximalLength
Definition fast-dtoa.h:49