Home
last modified time | relevance | path

Searched refs:result_up (Results 1 – 1 of 1) sorted by relevance

/linux/lib/math/
H A Dtest_mul_u64_u64_div_u64.c96 u64 result, result_up; in test_run() local
101 result_up = mul_u64_u64_div_u64_roundup(a, b, d); in test_run()
105 result_up = test_mul_u64_add_u64_div_u64(a, b, d - 1, d); in test_run()
110 result_up = test_mul_u64_add_u64_div_u64_32bit(a, b, d - 1, d); in test_run()
124 if (result_up != expected_result) { in test_run()
127 pr_err("ERROR: obtained result: %016llx\n", result_up); in test_run()