Searched refs:rep_int (Results 1 – 1 of 1) sorted by relevance
395 int rep_int = static_cast<int>(rep); in GetAliases() local397 if (rep_int > other_rep_int) { in GetAliases()398 int shift = rep_int - other_rep_int; in GetAliases()407 int shift = other_rep_int - rep_int; in GetAliases()420 int rep_int = static_cast<int>(rep); in AreAliases() local422 if (rep_int > other_rep_int) { in AreAliases()423 int shift = rep_int - other_rep_int; in AreAliases()426 int shift = other_rep_int - rep_int; in AreAliases()