Searched refs:test_unary (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_arit.c | 399 test_unary(unsigned verbose, FILE *fp, const struct unary_test_t *test, unsigned length) in test_unary() function 510 if (!test_unary(verbose, fp, &unary_tests[i], length)) { in test_all()
|
/external/python/cpython3/Modules/_decimal/tests/ |
D | deccheck.py | 815 def test_unary(method, prec, exp_range, restricted_range, itr, stat): function 1074 test_method(method, testspecs, test_unary) 1089 test_method(method, testspecs, test_unary)
|
/external/python/cpython2/Lib/test/ |
D | test_tokenize.py | 434 def test_unary(self): member in TokenizeTest
|
/external/python/cpython3/Lib/test/ |
D | test_collections.py | 1968 def test_unary(self): member in TestCounter
|