Searched refs:test_unary (Results 1 – 8 of 8) 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 513 if (!test_unary(verbose, fp, &unary_tests[i], length)) { in test_all()
|
/external/pigweed/pw_rpc/py/tests/ |
D | python_client_cpp_server_test.py | 42 def test_unary(self) -> None: member in RpcIntegrationTest
|
/external/python/cpython2/Lib/test/ |
D | test_tokenize.py | 434 def test_unary(self): member in TokenizeTest
|
/external/python/cpython3/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))
|
/external/rust/crates/anyhow/tests/ |
D | test_ensure.rs | 150 fn test_unary() { in test_unary() function
|
/external/tensorflow/tensorflow/python/ops/ |
D | special_math_ops_test.py | 659 def test_unary(self): member in EinsumTest 964 def test_unary(self): member in EinsumGradTest
|
/external/python/jinja/tests/ |
D | test_lexnparse.py | 349 def test_unary(self, env): member in TestSyntax
|
/external/python/cpython3/Lib/test/ |
D | test_collections.py | 2281 def test_unary(self): member in TestCounter
|