Home
last modified time | relevance | path

Searched refs:test_unary (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c416 test_unary(unsigned verbose, FILE *fp, const struct unary_test_t *test, unsigned length) in test_unary() function
534 if (!test_unary(verbose, fp, &unary_tests[i], length)) { in test_all()
/third_party/python/Modules/_decimal/tests/
Ddeccheck.py963 def test_unary(method, prec, exp_range, restricted_range, itr, stat): function
1251 do_single(method, lambda: test_method(method, testspecs, test_unary))
1267 do_single(method, lambda: test_method(method, testspecs, test_unary))
/third_party/python/Lib/test/
Dtest_collections.py2281 def test_unary(self): member in TestCounter