Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Ddtoa_engine.c51 #define SIGN_BIT ((uint64_t) 1 << (64 - 1)) macro
95 fract |= SIGN_BIT; in __dtoa_engine()