mirror of
https://github.com/google/benchmark.git
synced 2024-11-26 16:31:54 +00:00
remove forward declarations
This commit is contained in:
parent
60e26b7022
commit
75686a8f22
|
@ -7,14 +7,6 @@
|
|||
|
||||
namespace benchmark {
|
||||
|
||||
void ToExponentAndMantissa(double val, double thresh, int precision,
|
||||
double one_k, std::string* mantissa, int* exponent);
|
||||
|
||||
std::string ExponentToPrefix(int exponent, bool iec);
|
||||
|
||||
std::string ToBinaryStringFullySpecified(double value, double threshold,
|
||||
int precision);
|
||||
|
||||
void AppendHumanReadable(int n, std::string* str);
|
||||
|
||||
std::string HumanReadableNumber(double n);
|
||||
|
|
Loading…
Reference in a new issue