|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
#include <cached-powers.h>
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 |
| 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] |
const int double_conversion::PowersOfTenCache::kDecimalExponentDistance = 8 [static] |
const int double_conversion::PowersOfTenCache::kMaxDecimalExponent = 340 [static] |
const int double_conversion::PowersOfTenCache::kMinDecimalExponent = -348 [static] |