Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkSafeMath.h87 uint64_t lx_hy = lo(x) * hi(y); in mul64() local
91 result = this->add(result, (lx_hy << 32)); in mul64()
92 fOK &= (hx_hy + (hx_ly >> 32) + (lx_hy >> 32)) == 0; in mul64()