Home
last modified time | relevance | path

Searched refs:L_adjusted (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Support/
DScaledNumber.cpp129 uint64_t L_adjusted = L >> ScaleDiff; in compareImpl() local
130 if (L_adjusted < R) in compareImpl()
132 if (L_adjusted > R) in compareImpl()
135 return L > L_adjusted << ScaleDiff ? 1 : 0; in compareImpl()