Home
last modified time | relevance | path

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

/openbmc/linux/lib/math/
H A Drational-test.c10 unsigned long exp_num, exp_den; member
40 KUNIT_EXPECT_EQ(test, n, param->exp_num); in rational_test()
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond_options.sh261 local active_slave exp_num real_num i
281 exp_num=$(echo "${param}" | cut -f6 -d ' ')
282 sleep $((exp_num + 2))
288 if [ "${real_num}" -ne "${exp_num}" ]; then