Searched refs:uxy (Results 1 – 2 of 2) sorted by relevance
32 const uint64 uxy = ux * uy; in MultiplyWithoutOverflow() local41 if (ux != 0 && uxy / ux != uy) return -1; in MultiplyWithoutOverflow()45 return static_cast<int64>(uxy); in MultiplyWithoutOverflow()
36 const uint64 uxy = ux * uy; in MultiplyWithoutOverflow() local45 if (ux != 0 && uxy / ux != uy) return -1; in MultiplyWithoutOverflow()49 return static_cast<int64>(uxy); in MultiplyWithoutOverflow()