Home
last modified time | relevance | path

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

/external/llvm-project/flang/test/Semantics/
Dresolve63.f9084 subroutine test_unary() subroutine
130 subroutine test_unary() subroutine
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c399 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/python/cpython2/Lib/test/
Dtest_tokenize.py434 def test_unary(self): member in TokenizeTest
/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py959 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/tensorflow/tensorflow/python/ops/
Dspecial_math_ops_test.py664 def test_unary(self): member in EinsumTest
970 def test_unary(self): member in EinsumGradTest
/external/python/jinja/tests/
Dtest_lexnparse.py349 def test_unary(self, env): member in TestSyntax
/external/python/cpython3/Lib/test/
Dtest_collections.py2262 def test_unary(self): member in TestCounter