#include "absl/strings/internal/str_format/float_conversion.h"
#include <string.h>
#include <algorithm>
#include <cassert>
#include <cmath>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | absl |
namespace | absl::str_format_internal |
Enumerations | |
enum | FormatStyle |
Functions | |
bool | absl::str_format_internal::ConvertFloatImpl (long double v, const ConversionSpec &conv, FormatSinkImpl *sink) |
bool | absl::str_format_internal::ConvertFloatImpl (float v, const ConversionSpec &conv, FormatSinkImpl *sink) |
bool | absl::str_format_internal::ConvertFloatImpl (double v, const ConversionSpec &conv, FormatSinkImpl *sink) |
char* begin |
Definition at line 86 of file float_conversion.cc.
char data[kBufferLength] |
Definition at line 85 of file float_conversion.cc.
char* end |
Definition at line 87 of file float_conversion.cc.
int exponent |
Definition at line 169 of file float_conversion.cc.
Float mantissa |
Definition at line 168 of file float_conversion.cc.