xref: /llvm-project/llvm/test/tools/llvm-cov/Inputs/multithreaded_report/bytes.h (revision cc254ba4a7ed7287bf2fcdd2b482089240c4cd2b)
1 #include <cmath>
2 #include <cstdint>
3 
logarithm(uint8_t v)4 inline double logarithm(uint8_t v) {
5   return log(v);
6 }
7 
8 bool loopBytes();
9