b_neg             153 include/drm/drm_fixed.h 	bool b_neg = b < 0;
b_neg             155 include/drm/drm_fixed.h 	u64 b_abs = b_neg ? -b : b;
b_neg             183 include/drm/drm_fixed.h 	if (a_neg ^ b_neg)