Searched refs:lx_hy (Results 1 – 1 of 1) sorted by relevance
87 uint64_t lx_hy = lo(x) * hi(y); in mul64() local91 result = this->add(result, (lx_hy << 32)); in mul64()92 fOK &= (hx_hy + (hx_ly >> 32) + (lx_hy >> 32)) == 0; in mul64()