Home
last modified time | relevance | path

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

/linux-6.15/lib/math/tests/
H A Dint_log_kunit.c5 struct test_case_params { struct
13 static const struct test_case_params intlog2_params[] = { argument
25 static const struct test_case_params intlog10_params[] = {
36 static void get_desc(const struct test_case_params *tc, char *desc) in get_desc()
46 const struct test_case_params *tc = (const struct test_case_params *)test->param_value; in intlog2_test()
55 const struct test_case_params *tc = (const struct test_case_params *)test->param_value; in intlog10_test()
H A Dint_sqrt_kunit.c9 struct test_case_params { struct
15 static const struct test_case_params params[] = { argument
39 static void get_desc(const struct test_case_params *tc, char *desc) in get_desc()
48 const struct test_case_params *tc = (const struct test_case_params *)test->param_value; in int_sqrt_test()
H A Dint_pow_kunit.c6 struct test_case_params { struct
13 static const struct test_case_params params[] = { argument
25 static void get_desc(const struct test_case_params *tc, char *desc) in get_desc()
34 const struct test_case_params *tc = (const struct test_case_params *)test->param_value; in int_pow_test()
H A Dgcd_kunit.c7 struct test_case_params { struct
14 static const struct test_case_params params[] = { argument
28 static void get_desc(const struct test_case_params *tc, char *desc) in get_desc()
37 const struct test_case_params *tc = (const struct test_case_params *)test->param_value; in gcd_test()