Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkSafeMath.h90 uint64_t hx_hy = hi(x) * hi(y); in mul64() local
94 fOK &= (hx_hy + (hx_ly >> 32) + (lx_hy >> 32)) == 0; in mul64()
/external/skqp/src/core/
DSkSafeMath.h90 uint64_t hx_hy = hi(x) * hi(y); in mul64() local
94 fOK &= (hx_hy + (hx_ly >> 32) + (lx_hy >> 32)) == 0; in mul64()