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
[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-cov
/
Inputs
/
multithreaded_report
/
words.h
blob
855f7b32e0bb721efbb8e2049afc26e0f3c609b3
1
#include <cmath>
2
#include <cstdint>
3
4
inline
double
logarithm
(
uint16_t
v
) {
5
return
log
(
v
);
6
}
7
8
bool
loopWords
();