Home | History | Annotate | Download | only in common

Lines Matching full:isneg

348 	const bool isNeg = (src & (1<<2)) != 0;
349 return (deInt8)((isNeg ? ~((1<<3)-1) : 0) | src);