Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/
Ddtoa_engine.c55 high_bit_set(uint64_t fract) in high_bit_set() function
70 if (high_bit_set(v)) in __dtoa_engine()
137 } while (!high_bit_set(fract)); in __dtoa_engine()