Sign in
rust
/
rust-lang
/
llvm-project
/
35c537490f7804c0a68fcabcd20ecf96357b74ff
/
.
/
llvm
/
test
/
tools
/
llvm-cov
/
Inputs
/
multithreaded_report
/
bytes.h
blob: c239bb6480660458286f281921c0c5fa35689f57 [
file
] [
log
] [
blame
]
#include
<cmath>
#include
<cstdint>
inline
double
logarithm
(
uint8_t
v
)
{
return
log
(
v
);
}
bool
loopBytes
();