Searched refs:rep_int (Results 1 – 1 of 1) sorted by relevance
313 int rep_int = static_cast<int>(rep); in GetAliases() local315 if (rep_int > other_rep_int) { in GetAliases()316 int shift = rep_int - other_rep_int; in GetAliases()325 int shift = other_rep_int - rep_int; in GetAliases()338 int rep_int = static_cast<int>(rep); in AreAliases() local340 if (rep_int > other_rep_int) { in AreAliases()341 int shift = rep_int - other_rep_int; in AreAliases()344 int shift = other_rep_int - rep_int; in AreAliases()