Functions | |
static void | append (SmallVectorImpl< char > &Buffer, unsigned N, const char *Str) |
template<unsigned N> | |
void | append (SmallVectorImpl< char > &Buffer, const char(&Str)[N]) |
void | AdjustToPrecision (APInt &significand, int &exp, unsigned FormatPrecision) |
Removes data from the given significand until it is no more precise than is required for the desired precision. | |
void | AdjustToPrecision (SmallVectorImpl< char > &buffer, int &exp, unsigned FormatPrecision) |
void anonymous_namespace{APFloat.cpp}::AdjustToPrecision | ( | SmallVectorImpl< char > & | buffer, | |
int & | exp, | |||
unsigned | FormatPrecision | |||
) |
void anonymous_namespace{APFloat.cpp}::AdjustToPrecision | ( | APInt & | significand, | |
int & | exp, | |||
unsigned | FormatPrecision | |||
) |
Removes data from the given significand until it is no more precise than is required for the desired precision.
void anonymous_namespace{APFloat.cpp}::append | ( | SmallVectorImpl< char > & | Buffer, | |
const char(&) | Str[N] | |||
) | [inline] |
static void anonymous_namespace{APFloat.cpp}::append | ( | SmallVectorImpl< char > & | Buffer, | |
unsigned | N, | |||
const char * | Str | |||
) | [static] |