Home
last modified time | relevance | path

Searched refs:test_impl2 (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_parfors.py804 def test_impl2(s, n): function
1010 def test_impl2(A): function
1022 self.check(test_impl2, A)
1023 self.check(test_impl2, B)
1024 self.check(test_impl2, C)
1025 self.check(test_impl2, D)
1041 def test_impl2(A): function
1053 self.check(test_impl2, A)
1054 self.check(test_impl2, B)
1086 def test_impl2(A): function
[all …]
H A Dtest_operators.py1485 def test_impl2(): function
1490 cfunc2 = jit(nopython=True)(test_impl2)
1492 self.assertEqual(test_impl2(), cfunc2())
1499 def test_impl2(): function
1504 cfunc2 = jit(nopython=True)(test_impl2)
1506 self.assertEqual(test_impl2(), cfunc2())
H A Dtest_array_analysis.py987 def test_impl2(A, a): function
994 njit(test_impl2, parallel=True)(A, a), test_impl2(A, a))
H A Dtest_stencils.py374 def test_impl2(n): function
394 self.check(test_impl_seq, test_impl2, n)
430 def test_impl2(n): function
468 cpfunc2 = self.compile_parallel(test_impl2, (types.intp,))