Searched refs:test_unary (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_arit.c | 416 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/ |
D | deccheck.py | 963 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/ |
D | test_collections.py | 2281 def test_unary(self): member in TestCounter
|