Home
last modified time | relevance | path

Searched refs:uxy (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Doverflow.h32 const uint64 uxy = ux * uy; in MultiplyWithoutOverflow() local
41 if (ux != 0 && uxy / ux != uy) return -1; in MultiplyWithoutOverflow()
45 return static_cast<int64>(uxy); in MultiplyWithoutOverflow()
/external/tensorflow/tensorflow/compiler/xla/
Doverflow_util.h32 const uint64 uxy = ux * uy; in MultiplyWithoutOverflow() local
41 if (ux != 0 && uxy / ux != uy) return -1; in MultiplyWithoutOverflow()
45 return static_cast<int64>(uxy); in MultiplyWithoutOverflow()