Go to the source code of this file.
|
bool | isDigit (int x, int radix) |
|
double | SignedZero (bool negative) |
|
int | FastD2I (double x) |
|
unsigned int | FastD2UI (double x) |
|
double | FastI2D (int x) |
|
double | FastUI2D (unsigned x) |
|
double | DoubleToInteger (double x) |
|
int32_t | DoubleToInt32 (double x) |
|
uint32_t | DoubleToUint32 (double x) |
|
double | StringToDouble (UnicodeCache *unicode_cache, Vector< const char > str, int flags, double empty_string_val) |
|
double | StringToDouble (UnicodeCache *unicode_cache, Vector< const uc16 > str, int flags, double empty_string_val) |
|
double | StringToDouble (UnicodeCache *unicode_cache, const char *str, int flags, double empty_string_val) |
|
const char * | DoubleToCString (double v, Vector< char > buffer) |
|
const char * | IntToCString (int n, Vector< char > buffer) |
|
char * | DoubleToFixedCString (double value, int f) |
|
char * | DoubleToExponentialCString (double value, int f) |
|
char * | DoubleToPrecisionCString (double value, int p) |
|
char * | DoubleToRadixCString (double value, int radix) |
|