Searched defs:absdiff (Results 1 – 4 of 4) sorted by relevance
488 guint32 absdiff = current > old ? current - old : old - current; in check_system_frame_number_too_old() local
621 guint32 absdiff = current > old ? current - old : old - current; in check_system_frame_number_too_old() local
1206 static unsigned absdiff(uint32_t a, uint32_t b) in absdiff() function
3048 const double absdiff = diff >= 0.0 ? diff : -diff; in _check_long_mult_overflow() local