OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abs64
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Support/
MathExtras.h
439
///
abs64
- absolute value of a 64-bit int. Not all environments support
442
inline int64_t
abs64
(int64_t x) {
function in namespace:llvm
/external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp
119
if (
abs64
(complow - x) <=
abs64
(comphigh - x))
AlphaInstrInfo.td
72
abs64
(N->getZExtValue() - getNearPower2((uint64_t)N->getZExtValue()));
127
int64_t d =
abs64
((int64_t)N->getZExtValue() -
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
[
all
...]
Completed in 61 milliseconds