Searched refs:DTOA_MINUS (Results 1 – 15 of 15) sorted by relevance
59 *sign = !!(dtoa.flags & DTOA_MINUS); in ecvtf_r()
73 *sign = !!(dtoa.flags & DTOA_MINUS); in ecvt_r()
71 *sign = !!(dtoa.flags & DTOA_MINUS); in fcvtf_r()
73 *sign = !!(dtoa.flags & DTOA_MINUS); in fcvt_r()
79 *sign = !!(dtoa.flags & DTOA_MINUS); in ecvtl_r()
79 *sign = !!(dtoa.flags & DTOA_MINUS); in fcvtl_r()
60 dtoa->flags |= DTOA_MINUS; in __ldtoa_engine()
116 dtoa->flags = DTOA_MINUS; in __dtox_engine()
35 #define DTOA_MINUS 1 macro
75 flags |= DTOA_MINUS; in __dtoa_engine()
101 dtoa->flags = DTOA_MINUS; in __ldtox_engine()
109 flags = DTOA_MINUS; in __ftoa_engine()
312 flags |= DTOA_MINUS; in __ftoa_engine()
385 flags |= DTOA_MINUS; in __dtoa_engine()
815 if (dtoa.flags & DTOA_MINUS) in vfprintf()