Lines Matching refs:negate
5507 bool negate = pop > nbits / 2;5511 char printed[(negate ? nbits - pop : pop) * 16];5532 unsigned int w = negate ? ~*i : *i;5552 negate ? "~<%s>" : "<%s>", printed);