Searched refs:low0 (Results 1 – 1 of 1) sorted by relevance
153 const uint64_t low0 = umul128(m, mul[0], &high0); in __double_computePow5() local160 result[0] = shiftright128(low0, sum, delta) + ((POW5_OFFSETS[i / 16] >> ((i % 16) << 1)) & 3); in __double_computePow5()179 const uint64_t low0 = umul128(m, mul[0] - 1, &high0); in __double_computeInvPow5() local186 …result[0] = shiftright128(low0, sum, delta) + 1 + ((POW5_INV_OFFSETS[i / 16] >> ((i % 16) << 1)) &… in __double_computeInvPow5()