Searched refs:low1 (Results 1 – 2 of 2) sorted by relevance
151 const uint64_t low1 = umul128(m, mul[1], &high1); in __double_computePow5() local154 const uint64_t sum = high0 + low1; in __double_computePow5()177 const uint64_t low1 = umul128(m, mul[1], &high1); in __double_computeInvPow5() local180 const uint64_t sum = high0 + low1; in __double_computeInvPow5()
245 const uint64_t low1 = umul128(m, mul[1], &high1); // 64 in mulShift64() local248 const uint64_t sum = high0 + low1; in mulShift64()267 const uint64_t low1 = umul128(m, mul[1], &high1); // 64 in mulShift64() local270 const uint64_t sum = high0 + low1; in mulShift64()