Searched refs:test_s_data (Results 1 – 1 of 1) sorted by relevance
28 static const Test test_s_data[] = { variable54 for (i = 0; i < ARRAY_SIZE(test_s_data); ++i) { in test_s()56 muls64(&rl, &rh, test_s_data[i].a, test_s_data[i].b); in test_s()57 g_assert_cmpuint(rl, ==, test_s_data[i].rl); in test_s()58 g_assert_cmpint(rh, ==, test_s_data[i].rh); in test_s()