Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/numeric/interval/test/
Dtest_float.cpp21 void test_unary() { in test_unary() function
83 BOOST_TEST_CHECKPOINT("pos"); test_unary<T, bunch_pos<T> >(); in test_all_unaries()
84 BOOST_TEST_CHECKPOINT("neg"); test_unary<T, bunch_neg<T> >(); in test_all_unaries()
85 BOOST_TEST_CHECKPOINT("sqrt"); test_unary<T, bunch_sqrt<T> >(); in test_all_unaries()
86 BOOST_TEST_CHECKPOINT("abs"); test_unary<T, bunch_abs<T> >(); in test_all_unaries()
/external/pytorch/aten/src/ATen/test/
Dvec_test_all_types.cpp176 test_unary<vec>( in TYPED_TEST()
185 test_unary<vec>( in TYPED_TEST()
258 test_unary<vec>( in TYPED_TEST()
266 test_unary<vec>( in TYPED_TEST()
274 test_unary<vec>( in TYPED_TEST()
282 test_unary<vec>( in TYPED_TEST()
290 test_unary<vec>( in TYPED_TEST()
298 test_unary<vec>( in TYPED_TEST()
307 test_unary<vec>( in TYPED_TEST()
316 test_unary<vec>( in TYPED_TEST()
[all …]
Dvec_test_all_types.h919 void test_unary(
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c418 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()
/external/pigweed/pw_rpc/py/tests/
Dpython_client_cpp_server_test.py42 def test_unary(self) -> None: member in RpcIntegrationTest
/external/python/cpython3/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))
/external/pytorch/test/jit/
Dtest_dtype_analysis.py174 def test_unary(self): member in TestDtypeAnalysis
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/tests/
Dtest_ensure.rs171 fn test_unary() { in test_unary() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/tests/
Dtest_ensure.rs171 fn test_unary() { in test_unary() function
/external/rust/android-crates-io/crates/anyhow/tests/
Dtest_ensure.rs172 fn test_unary() { in test_unary() function
/external/tensorflow/tensorflow/python/ops/
Dspecial_math_ops_test.py659 def test_unary(self): member in EinsumTest
964 def test_unary(self): member in EinsumGradTest
/external/python/jinja/tests/
Dtest_lexnparse.py349 def test_unary(self, env): member in TestSyntax
/external/pytorch/test/
Dtest_maskedtensor.py435 def test_unary(self, fn): member in TestUnary
Dtest_proxy_tensor.py1063 def test_unary(self): member in TestSymbolicTracing
/external/python/cpython3/Lib/test/
Dtest_collections.py2329 def test_unary(self): member in TestCounter