Searched refs:IS_NEGATIVE (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libc/stdlib/
H A Dstrfmon.c56 #define IS_NEGATIVE 0x80 /* is argument value negative ? */ macro
252 flags |= IS_NEGATIVE;
258 pad_size = __calc_left_pad((flags ^ IS_NEGATIVE),
313 if (sign_posn == 0 && (flags & IS_NEGATIVE))
370 if (sign_posn == 0 && (flags & IS_NEGATIVE))
439 if ((flags & IS_NEGATIVE) && (flags & USE_INTL_CURRENCY)) {
450 } else if (flags & IS_NEGATIVE) {

Completed in 33 milliseconds