Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dryu_divpow2.c39 const uint32_t bits0Hi = (uint32_t)(bits0 >> 32); in mulShift32() local
42 bits1Lo += bits0Hi; in mulShift32()
43 bits1Hi += (bits1Lo < bits0Hi); in mulShift32()