Home
last modified time | relevance | path

Searched defs:py_x (Results 1 – 14 of 14) sorted by relevance

/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dcpp_nested_classes.pyx47 def test_nested_typedef(py_x): argument
54 def test_typedef_for_nested(py_x): argument
61 def test_typedef_for_nested_deep(py_x): argument
H A Dslice_ptr.pyx31 def void_ptr_slice(py_x, L, int a, int b): argument
/dports/science/py-scimath/scimath-4.2.0/scimath/interpolate/
H A D_interpolate.cpp17 PyObject *py_x, *py_y, *py_new_x, *py_new_y; in linear_method() local
76 PyObject *py_x, *py_y, *py_new_x, *py_new_y; in loginterp_method() local
135 PyObject *py_x, *py_y, *py_new_x, *py_new_y; in window_average_method() local
195 PyObject *py_x, *py_y, *py_new_x, *py_new_y; in block_average_above_method() local
/dports/math/hpipm/hpipm-0.1.1/interfaces/archive/matlab/hpipm_matlab/+hpipm_matlab/
H A Dhpipm_ocp_qp_sol.m46 py_x = obj.py_qp_sol.get_x(); variable
54 py_x = obj.py_qp_sol.get_x(int32(idx)); variable
/dports/math/xtensor/xtensor-0.24.0/test/
H A Dtest_extended_xmath_interp.cpp49 xarray<double> py_x = {-1. ,-0.9591836734693877,-0.9183673469387755, in TEST() local
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dslice_ptr.pyx31 def void_ptr_slice(py_x, L, int a, int b): argument
H A Dcpp_nested_classes.pyx43 def test_nested_typedef(py_x): argument
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/tnc/
H A DmoduleTNC.c57 PyArrayObject *py_x, *arr_grad=NULL; in function() local
118 PyArrayObject *py_x; in callback() local
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/
H A Dpygimp-tile.c800 PyObject *py_x, *py_y; in pf_subscript() local
832 PyObject *py_x, *py_y; in pf_ass_sub() local
/dports/math/cppad/CppAD-20210000.8/include/cppad/local/
H A Dload_op.hpp575 Base* py_x = partial + i_load * nc_partial; in reverse_load_op() local
/dports/math/SCIP/scip-7.0.3/src/cppad/local/
H A Dload_op.hpp567 Base* py_x = partial + i_load * nc_partial; in reverse_load_op() local
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dc.py1997 def an_tally(py_counts, py_x, py_y): argument
H A Dutil.py1997 def an_tally(py_counts, py_x, py_y): argument
H A Dutil_wrap.c5138 static int an_tally(PyObject* py_counts, PyObject* py_x, PyObject* py_y) { in an_tally()