Searched refs:IS_NEGATIVE (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c50 #define IS_NEGATIVE 0x80 /* is argument value negative ? */ macro
267 flags |= IS_NEGATIVE;
273 pad_size = __calc_left_pad((flags ^ IS_NEGATIVE), lc,
326 if (sign_posn == 0 && (flags & IS_NEGATIVE))
383 if (sign_posn == 0 && (flags & IS_NEGATIVE))
428 if ((flags & IS_NEGATIVE) && (flags & USE_INTL_CURRENCY)) {
438 } else if (flags & IS_NEGATIVE) {

Completed in 36 milliseconds