Searched refs:diff (Results 1 – 1 of 1) sorted by relevance
215 uint64_t diff = is32 ? abs_int32(a - b) : abs_int64(a - b); in test_time_conversion_check_result() local216 if (diff <= limit) in test_time_conversion_check_result()217 LTRACEF("ROUNDED by %llu (up to %llu allowed)\n", diff, limit); in test_time_conversion_check_result()219 TRACEF("FAIL, off by %llu\n", diff); in test_time_conversion_check_result()
Completed in 9 milliseconds