Searched refs:L_adjusted (Results 1 – 1 of 1) sorted by relevance
128 uint64_t L_adjusted = L >> ScaleDiff; in compareImpl() local129 if (L_adjusted < R) in compareImpl()131 if (L_adjusted > R) in compareImpl()134 return L > L_adjusted << ScaleDiff ? 1 : 0; in compareImpl()