OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:complow
(Results
1 - 1
of
1
) sorted by null
/external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp
116
uint64_t
complow
= 1ULL << (63 - at);
local
118
//cerr << x << ":" <<
complow
<< ":" << comphigh << "\n";
119
if (abs64(
complow
- x) <= abs64(comphigh - x))
120
return
complow
;
Completed in 198 milliseconds