b_abs             155 include/drm/drm_fixed.h 	u64 b_abs = b_neg ? -b : b;
b_abs             159 include/drm/drm_fixed.h 	u64 res_abs  = div64_u64_rem(a_abs, b_abs, &rem);
b_abs             168 include/drm/drm_fixed.h 			if (rem >= b_abs) {
b_abs             170 include/drm/drm_fixed.h 				rem -= b_abs;
b_abs             177 include/drm/drm_fixed.h 		u64 summand = (rem << 1) >= b_abs;