Searched refs:other_rep_int (Results 1 – 1 of 1) sorted by relevance
396 int other_rep_int = static_cast<int>(other_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()421 int other_rep_int = static_cast<int>(other_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()