res_abs           159 include/drm/drm_fixed.h 	u64 res_abs  = div64_u64_rem(a_abs, b_abs, &rem);
res_abs           167 include/drm/drm_fixed.h 			res_abs <<= 1;
res_abs           169 include/drm/drm_fixed.h 				res_abs |= 1;
res_abs           179 include/drm/drm_fixed.h 		res_abs += summand;
res_abs           182 include/drm/drm_fixed.h 	res = (s64) res_abs;