Home
last modified time | relevance | path

Searched refs:test_prod (Results 1 – 25 of 62) sorted by relevance

123

/dports/math/viennacl/ViennaCL-1.7.1/tests/src/
H A Dscheduler_matrix_matrix.cpp112 int test_prod(Epsilon const& epsilon, in test_prod() function
581 ret = test_prod<NumericT>(epsilon, in test_prod()
593 ret = test_prod<NumericT>(epsilon, in test_prod()
604 ret = test_prod<NumericT>(epsilon, in test_prod()
617 ret = test_prod<NumericT>(epsilon, in test_prod()
629 ret = test_prod<NumericT>(epsilon, in test_prod()
640 ret = test_prod<NumericT>(epsilon, in test_prod()
652 ret = test_prod<NumericT>(epsilon, in test_prod()
664 ret = test_prod<NumericT>(epsilon, in test_prod()
675 ret = test_prod<NumericT>(epsilon, in test_prod()
[all …]
/dports/math/fxt/fxt/demo/arith/
H A Dzero-divisors-pairs-demo.cc23 test_prod(ulong i0, ulong i1, ulong j0, ulong j1) in test_prod() function
98 if ( test_prod(i0, i1, j0, j1) ) in test_all()
111 if ( test_prod(j0, j1, i0, i1) ) in test_all()
H A Dzero-divisors-demo.cc32 test_prod(ulong i0, ulong i1, ulong j0, ulong j1) in test_prod() function
94 bool q = test_prod(i0, i1, j0, j1); in test_all()
99 jjassert( q==test_prod(j0, j1, i0, i1) ); in test_all()
/dports/devel/libslang2/slang-2.3.2/src/test/
H A Darray.sl1758 private define test_prod (a) function
1784 test_prod ([1]);
1785 test_prod ([1:5]);
1786 test_prod ([1.0]);
1787 test_prod ([1.0f]);
1788 test_prod ([1:5]*1.0);
1789 test_prod ([1:5]*1.0f);
1790 test_prod ([1h, 2h]);
1792 test_prod ([1LL]);
1793 test_prod ([1:5]*1LL);
[all …]
/dports/math/e-antic/flint2-ae7ec89/flintxx/test/
H A Dt-fmpz_poly_matxx.cpp250 test_prod() in test_prod() function
279 test_prod(); in main()
/dports/math/flint2/flint-2.8.4/flintxx/test/
H A Dt-fmpz_poly_matxx.cpp250 test_prod() in test_prod() function
279 test_prod(); in main()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/flintxx/test/
H A Dt-fmpz_poly_matxx.cpp250 test_prod() in test_prod() function
279 test_prod(); in main()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/unit_test/
H A DTestReducers.hpp380 static void test_prod(int N) { in test_prod() function
1013 test_prod(35); in execute_float()
1031 test_prod(sizeof(Scalar) > 4 ? 35 : 19); // avoid int overflow (see above) in execute_integer()
1050 test_prod(35); in execute_basic()
/dports/devel/kokkos/kokkos-3.4.01/core/unit_test/
H A DTestReducers.hpp380 static void test_prod(int N) { in test_prod() function
1013 test_prod(35); in execute_float()
1031 test_prod(sizeof(Scalar) > 4 ? 35 : 19); // avoid int overflow (see above) in execute_integer()
1050 test_prod(35); in execute_basic()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/unit_test/
H A DTestReducers.hpp380 static void test_prod(int N) { in test_prod() function
1013 test_prod(35); in execute_float()
1031 test_prod(sizeof(Scalar) > 4 ? 35 : 19); // avoid int overflow (see above) in execute_integer()
1050 test_prod(35); in execute_basic()
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/reductions/
H A Dtest_stat_reductions.py165 def test_prod(self): member in TestSeriesStatReductions
/dports/devel/py-cycler/cycler-0.11.0/
H A Dtest_cycler.py53 def test_prod(): function
/dports/science/py-quantities/quantities-0.12.5/quantities/tests/
H A Dtest_umath.py16 def test_prod(self): member in TestUmath
H A Dtest_methods.py271 def test_prod(self): member in TestQuantityMethods
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/vdb/
H A Dprod-cmn.c1502 const VProduction *test_prod = VectorGet(&self->parms, 1); in VFunctionProdCallCompare1() local
1516 rc = VProductionReadBlob(test_prod, &test, &i, 1, NULL); in VFunctionProdCallCompare1()
1612 const VProduction *test_prod = VectorGet(&self->parms, 1); in VFunctionProdCallCompare() local
1614 rc = VProductionReadBlob(test_prod, &test, &id, cnt, NULL); in VFunctionProdCallCompare()
1707 rc = VProductionReadBlob(test_prod, &temp, &row, orig->stop_id - row, NULL); in VFunctionProdCallCompare()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/vdb/
H A Dprod-cmn.c1502 const VProduction *test_prod = VectorGet(&self->parms, 1); in VFunctionProdCallCompare1() local
1516 rc = VProductionReadBlob(test_prod, &test, &i, 1, NULL); in VFunctionProdCallCompare1()
1612 const VProduction *test_prod = VectorGet(&self->parms, 1); in VFunctionProdCallCompare() local
1614 rc = VProductionReadBlob(test_prod, &test, &id, cnt, NULL); in VFunctionProdCallCompare()
1707 rc = VProductionReadBlob(test_prod, &temp, &row, orig->stop_id - row, NULL); in VFunctionProdCallCompare()
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/tests/unit/
H A Dtest_derivs.py36 def test_prod(self): member in TestDerivs
/dports/math/reduce/Reduce-svn5758-src/packages/defint/
H A Ddefint0.red198 %% lst := test_prod(lst,var);
259 symbolic procedure test_prod(lst,var);
/dports/math/py-numpy/numpy-1.20.3/numpy/matrixlib/tests/
H A Dtest_defmatrix.py79 def test_prod(self): member in TestProperties
/dports/astro/py-astropy/astropy-5.0/astropy/units/tests/
H A Dtest_quantity_array_methods.py330 def test_prod(self): member in TestQuantityStatsFuncs
/dports/misc/mxnet/incubator-mxnet-1.9.0/julia/test/unittest/
H A Dndarray.jl1221 function test_prod() function
1588 test_prod()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/julia/test/unittest/
H A Dndarray.jl1221 function test_prod() function
1588 test_prod()
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/tests/
H A Dtest_dgp2dcp.py103 def test_prod(self) -> None: member in TestDgp2Dcp
/dports/math/py-algopy/algopy-0.5.7/algopy/tracer/tests/
H A Dtest_tracer.py149 def test_prod(self): member in Test_Function_on_UTPM
230 def test_prod(self): member in Test_Function_on_UTPM
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/pynumero/sparse/tests/
H A Dtest_block_vector.py346 def test_prod(self): member in TestBlockVector

123