Searched refs:test_vals (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/lib/libm/
H A Dt_scalbn.c52 static struct testcase test_vals[] = { variable in typeref:struct:testcase
80 const struct testcase *tests = test_vals;
81 const size_t tcnt = __arraycount(test_vals);
234 const struct testcase *tests = test_vals;
235 const size_t tcnt = __arraycount(test_vals);
382 const struct testcase *tests = test_vals;
383 const size_t tcnt = __arraycount(test_vals);
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc4926 static const int test_vals[] = {2, 1, 8, 5}; local
4928 TypeParam test_set(test_vals, test_vals + 4);
4938 static const int test_vals[] = {1, 2, 3, 5, 8, 46}; local
4940 TypeParam test_set(test_vals, test_vals + 6);
4949 static const int test_vals[] = {1, 2, 3, 8, 46}; local
4951 TypeParam test_set(test_vals, test_vals + 5);
4962 static const int test_vals[] local
4976 static const int test_vals[] = {2, 1, 5}; local
4989 static const int test_vals[] = {1, 2, 92, 3, 5, 8, 46}; local
5001 static const int test_vals[] = {1, 2, 3, 92, 46}; local
5015 static const int test_vals[] = {1, 2, 3, 5, 8}; local
[all...]

Completed in 65 milliseconds