repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-cov
/
Inputs
/
multithreaded_report
/
bytes.h
blob
c239bb6480660458286f281921c0c5fa35689f57
1
#include <cmath>
2
#include <cstdint>
3
4
inline
double
logarithm
(
uint8_t
v
) {
5
return
log
(
v
);
6
}
7
8
bool
loopBytes
();