Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Ddtoa_engine.c59 high_bit_set(uint64_t fract) in high_bit_set() function
74 if (high_bit_set(v)) in __dtoa_engine()
141 } while (!high_bit_set(fract)); in __dtoa_engine()