Searched refs:L_adjusted (Results 1 – 1 of 1) sorted by relevance
129 uint64_t L_adjusted = L >> ScaleDiff; in compareImpl() local130 if (L_adjusted < R) in compareImpl()132 if (L_adjusted > R) in compareImpl()135 return L > L_adjusted << ScaleDiff ? 1 : 0; in compareImpl()