Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dryu_divpow2.c40 uint32_t bits1Lo = (uint32_t)(bits1); in mulShift32() local
42 bits1Lo += bits0Hi; in mulShift32()
43 bits1Hi += (bits1Lo < bits0Hi); in mulShift32()
50 return (bits1Hi << (32 - s)) | (bits1Lo >> s); in mulShift32()