Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceUtils.h72 inline bool add_overflow(uint32_t x, uint32_t y, uint32_t *sum) { in add_overflow() function
DIceOperand.h585 if (Utils::add_overflow(Weight, Delta, &Weight) || Weight == Inf) in addWeight()