Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
cached-powers.h File Reference
#include "diy-fp.h"

Go to the source code of this file.

Namespaces

namespace  double_conversion
 
namespace  double_conversion::PowersOfTenCache
 

Functions

void double_conversion::PowersOfTenCache::GetCachedPowerForBinaryExponentRange (int min_exponent, int max_exponent, DiyFp *power, int *decimal_exponent)
 
void double_conversion::PowersOfTenCache::GetCachedPowerForDecimalExponent (int requested_exponent, DiyFp *power, int *found_exponent)
 

Variables

static const int double_conversion::PowersOfTenCache::kDecimalExponentDistance = 8
 
static const int double_conversion::PowersOfTenCache::kMinDecimalExponent = -348
 
static const int double_conversion::PowersOfTenCache::kMaxDecimalExponent = 340