double_conversion::PowersOfTenCache Class Reference

#include <cached-powers.h>

List of all members.

Static Public Member Functions

static void GetCachedPowerForBinaryExponentRange (int min_exponent, int max_exponent, DiyFp *power, int *decimal_exponent)
static void GetCachedPowerForDecimalExponent (int requested_exponent, DiyFp *power, int *found_exponent)

Static Public Attributes

static const int kDecimalExponentDistance = 8
static const int kMinDecimalExponent = -348
static const int kMaxDecimalExponent = 340


Detailed Description

Definition at line 35 of file cached-powers.h.


Member Function Documentation

void double_conversion::PowersOfTenCache::GetCachedPowerForBinaryExponentRange ( int  min_exponent,
int  max_exponent,
DiyFp power,
int *  decimal_exponent 
) [static]

void double_conversion::PowersOfTenCache::GetCachedPowerForDecimalExponent ( int  requested_exponent,
DiyFp power,
int *  found_exponent 
) [static]


Member Data Documentation

Definition at line 43 of file cached-powers.h.

Referenced by GetCachedPowerForDecimalExponent().

Definition at line 42 of file cached-powers.h.

Referenced by GetCachedPowerForDecimalExponent().


The documentation for this class was generated from the following files:

Generated on Thu Jul 6 00:32:38 2017 for Moses by  doxygen 1.5.9