Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/
Dryu_table.c153 const uint64_t low0 = umul128(m, mul[0], &high0); in __double_computePow5() local
160 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() local
186 …result[0] = shiftright128(low0, sum, delta) + 1 + ((POW5_INV_OFFSETS[i / 16] >> ((i % 16) << 1)) &… in __double_computeInvPow5()