Searched refs:n_lo (Results 1 – 1 of 1) sorted by relevance
164 uint32_t n_lo = n; in __arch_xprod_64() local169 res = ((uint64_t)m_lo * n_lo) >> 32; in __arch_xprod_64()172 res = (m + (uint64_t)m_lo * n_lo) >> 32; in __arch_xprod_64()174 res = m + (uint64_t)m_lo * n_lo; in __arch_xprod_64()182 res += (uint64_t)m_hi * n_lo; in __arch_xprod_64()186 res += (uint64_t)m_hi * n_lo; in __arch_xprod_64()