Home
last modified time | relevance | path

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

/linux-6.14.4/lib/math/tests/
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()
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()