Home
last modified time | relevance | path

Searched +defs:kernel +defs:function +defs:self (Results 1 – 19 of 19) sorted by relevance

/dports/science/py-scipy/scipy-1.7.1/benchmarks/benchmarks/
H A Dinterpolate.py15 def track_leaks(self): argument
56 def setup(self): argument
66 def time_evaluation(self): argument
77 def setup(self, n_grids, method): argument
94 def setup(self, n_samples, method): argument
134 def setup(self, n_samples, function): argument
142 def time_rbf_1d(self, n_samples, function): argument
145 def time_rbf_2d(self, n_samples, function): argument
158 def setup(self, neighbors, n_samples, kernel): argument
164 def time_rbf_interpolator(self, neighbors, n_samples, kernel): argument
[all …]
/dports/math/py-pymc3/pymc-3.11.4/pymc3/smc/
H A Dsmc.py39 self, argument
41 kernel="metropolis", argument
108 def setup_kernel(self): argument
137 def initialize_logp(self): argument
183 def resample(self): argument
207 def tune(self): argument
218 def mutate(self): argument
324 self, argument
327 function, argument
381 def get_data(self): argument
[all …]
/dports/graphics/py-wand/Wand-0.6.7/wand/
H A Dimage.py1085 def manipulative(function): argument
1095 def trap_exception(function): argument
1746 def font(self): argument
1876 def fuzz(self): argument
2046 def loop(self): argument
2100 def mean(self): argument
2153 def page(self): argument
2426 def seed(self): argument
2463 def size(self): argument
5119 def function(self, function, arguments, channel=None): argument
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dposixmodule.c563 win32_error(char* function, char* filename) in win32_error()
578 win32_error_unicode(char* function, Py_UNICODE* filename) in win32_error_unicode()
1637 posix_chdir(PyObject *self, PyObject *args) in posix_chdir()
1669 posix_chmod(PyObject *self, PyObject *args) in posix_chmod()
2078 posix_link(PyObject *self, PyObject *args) in posix_link()
2543 posix_nice(PyObject *self, PyObject *args) in posix_nice()
2639 posix_stat(PyObject *self, PyObject *args) in posix_stat()
4106 posix_kill(PyObject *self, PyObject *args) in posix_kill()
4163 win32_kill(PyObject *self, PyObject *args) in win32_kill()
6263 FILETIME create, exit, kernel, user; in posix_times() local
[all …]
/dports/lang/python27/Python-2.7.18/Modules/
H A Dposixmodule.c735 win32_error(char* function, char* filename) in win32_error()
750 win32_error_unicode(char* function, Py_UNICODE* filename) in win32_error_unicode()
1822 posix_chdir(PyObject *self, PyObject *args) in posix_chdir()
1854 posix_chmod(PyObject *self, PyObject *args) in posix_chmod()
2271 posix_link(PyObject *self, PyObject *args) in posix_link()
2731 posix_nice(PyObject *self, PyObject *args) in posix_nice()
2827 posix_stat(PyObject *self, PyObject *args) in posix_stat()
4350 posix_kill(PyObject *self, PyObject *args) in posix_kill()
4407 win32_kill(PyObject *self, PyObject *args) in win32_kill()
6476 FILETIME create, exit, kernel, user; in posix_times() local
[all …]
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dposixmodule.c735 win32_error(char* function, char* filename) in win32_error()
750 win32_error_unicode(char* function, Py_UNICODE* filename) in win32_error_unicode()
1822 posix_chdir(PyObject *self, PyObject *args) in posix_chdir()
1854 posix_chmod(PyObject *self, PyObject *args) in posix_chmod()
2271 posix_link(PyObject *self, PyObject *args) in posix_link()
2731 posix_nice(PyObject *self, PyObject *args) in posix_nice()
2827 posix_stat(PyObject *self, PyObject *args) in posix_stat()
4350 posix_kill(PyObject *self, PyObject *args) in posix_kill()
4407 win32_kill(PyObject *self, PyObject *args) in win32_kill()
6476 FILETIME create, exit, kernel, user; in posix_times() local
[all …]
/dports/science/py-dipy/dipy-1.4.1/dipy/denoise/
H A Denhancement_kernel.c553 …#define __Pyx_PyMethod_New(func, self, klass) ((self) ? ((void)(klass), PyMethod_New(func, self)) … argument
555 #define __Pyx_PyMethod_New(func, self, klass) PyMethod_New(func, self, klass) argument
1362 …double (*kernel)(struct __pyx_obj_4dipy_7denoise_18enhancement_kernel_EnhancementKernel *, __Pyx_m… member
3422 PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_6); in __pyx_pf_4dipy_7denoise_18enhancement_kernel_17EnhancementKernel___init__() local
3518 PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_2); in __pyx_pf_4dipy_7denoise_18enhancement_kernel_17EnhancementKernel___init__() local
3591 PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_2); in __pyx_pf_4dipy_7denoise_18enhancement_kernel_17EnhancementKernel___init__() local
4328 PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_4); in __pyx_f_4dipy_7denoise_18enhancement_kernel_17EnhancementKernel_create_lookup_table() local
4436 PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_3); in __pyx_f_4dipy_7denoise_18enhancement_kernel_17EnhancementKernel_create_lookup_table() local
4503 PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_3); in __pyx_f_4dipy_7denoise_18enhancement_kernel_17EnhancementKernel_create_lookup_table() local
24326 PyObject *self = PyCFunction_GET_SELF(func); in __Pyx_PyCFunction_FastCall() local
[all …]
/dports/lang/python37/Python-3.7.12/Modules/
H A Dposixmodule.c1405 win32_error(const char* function, const char* filename) in win32_error()
1420 win32_error_object(const char* function, PyObject* filename) in win32_error_object()
6143 posix_getgrouplist(PyObject *self, PyObject *args) in posix_getgrouplist()
6351 posix_initgroups(PyObject *self, PyObject *args) in posix_initgroups()
7573 FILETIME create, exit, kernel, user; in os_times_impl() local
11411 get_terminal_size(PyObject *self, PyObject *args) in get_terminal_size()
11722 os_DirEntry_is_symlink_impl(DirEntry *self) in os_DirEntry_is_symlink_impl()
11780 DirEntry_get_lstat(DirEntry *self) in DirEntry_get_lstat()
11938 os_DirEntry_inode_impl(DirEntry *self) in os_DirEntry_inode_impl()
11969 DirEntry_repr(DirEntry *self) in DirEntry_repr()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dposixmodule.c1461 win32_error(const char* function, const char* filename) in win32_error()
1476 win32_error_object_err(const char* function, PyObject* filename, DWORD err) in win32_error_object_err()
1489 win32_error_object(const char* function, PyObject* filename) in win32_error_object()
7161 posix_initgroups(PyObject *self, PyObject *args) in posix_initgroups()
8378 FILETIME create, exit, kernel, user; in os_times_impl() local
12378 get_terminal_size(PyObject *self, PyObject *args) in get_terminal_size()
12678 os_DirEntry_is_symlink_impl(DirEntry *self) in os_DirEntry_is_symlink_impl()
12736 DirEntry_get_lstat(DirEntry *self) in DirEntry_get_lstat()
12894 os_DirEntry_inode_impl(DirEntry *self) in os_DirEntry_inode_impl()
12925 DirEntry_repr(DirEntry *self) in DirEntry_repr()
[all …]
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Dposixmodule.c1461 win32_error(const char* function, const char* filename) in win32_error()
1476 win32_error_object_err(const char* function, PyObject* filename, DWORD err) in win32_error_object_err()
1489 win32_error_object(const char* function, PyObject* filename) in win32_error_object()
7161 posix_initgroups(PyObject *self, PyObject *args) in posix_initgroups()
8378 FILETIME create, exit, kernel, user; in os_times_impl() local
12378 get_terminal_size(PyObject *self, PyObject *args) in get_terminal_size()
12678 os_DirEntry_is_symlink_impl(DirEntry *self) in os_DirEntry_is_symlink_impl()
12736 DirEntry_get_lstat(DirEntry *self) in DirEntry_get_lstat()
12894 os_DirEntry_inode_impl(DirEntry *self) in os_DirEntry_inode_impl()
12925 DirEntry_repr(DirEntry *self) in DirEntry_repr()
[all …]
/dports/lang/python38/Python-3.8.12/Modules/
H A Dposixmodule.c1461 win32_error(const char* function, const char* filename) in win32_error()
1476 win32_error_object_err(const char* function, PyObject* filename, DWORD err) in win32_error_object_err()
1489 win32_error_object(const char* function, PyObject* filename) in win32_error_object()
7161 posix_initgroups(PyObject *self, PyObject *args) in posix_initgroups()
8378 FILETIME create, exit, kernel, user; in os_times_impl() local
12421 get_terminal_size(PyObject *self, PyObject *args) in get_terminal_size()
12721 os_DirEntry_is_symlink_impl(DirEntry *self) in os_DirEntry_is_symlink_impl()
12779 DirEntry_get_lstat(DirEntry *self) in DirEntry_get_lstat()
12937 os_DirEntry_inode_impl(DirEntry *self) in os_DirEntry_inode_impl()
12968 DirEntry_repr(DirEntry *self) in DirEntry_repr()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dposixmodule.c1461 win32_error(const char* function, const char* filename) in win32_error()
1476 win32_error_object_err(const char* function, PyObject* filename, DWORD err) in win32_error_object_err()
1489 win32_error_object(const char* function, PyObject* filename) in win32_error_object()
7161 posix_initgroups(PyObject *self, PyObject *args) in posix_initgroups()
8378 FILETIME create, exit, kernel, user; in os_times_impl() local
12378 get_terminal_size(PyObject *self, PyObject *args) in get_terminal_size()
12678 os_DirEntry_is_symlink_impl(DirEntry *self) in os_DirEntry_is_symlink_impl()
12736 DirEntry_get_lstat(DirEntry *self) in DirEntry_get_lstat()
12894 os_DirEntry_inode_impl(DirEntry *self) in os_DirEntry_inode_impl()
12925 DirEntry_repr(DirEntry *self) in DirEntry_repr()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A Dposixmodule.c1461 win32_error(const char* function, const char* filename) in win32_error()
1476 win32_error_object_err(const char* function, PyObject* filename, DWORD err) in win32_error_object_err()
1489 win32_error_object(const char* function, PyObject* filename) in win32_error_object()
7161 posix_initgroups(PyObject *self, PyObject *args) in posix_initgroups()
8378 FILETIME create, exit, kernel, user; in os_times_impl() local
12378 get_terminal_size(PyObject *self, PyObject *args) in get_terminal_size()
12678 os_DirEntry_is_symlink_impl(DirEntry *self) in os_DirEntry_is_symlink_impl()
12736 DirEntry_get_lstat(DirEntry *self) in DirEntry_get_lstat()
12894 os_DirEntry_inode_impl(DirEntry *self) in os_DirEntry_inode_impl()
12925 DirEntry_repr(DirEntry *self) in DirEntry_repr()
[all …]
/dports/lang/python310/Python-3.10.1/Modules/
H A Dposixmodule.c1673 win32_error(const char* function, const char* filename) in win32_error()
1688 win32_error_object_err(const char* function, PyObject* filename, DWORD err) in win32_error_object_err()
1701 win32_error_object(const char* function, PyObject* filename) in win32_error_object()
8945 FILETIME create, exit, kernel, user; in os_times_impl() local
13530 DirEntry_get_lstat(PyTypeObject *defining_class, DirEntry *self) in DirEntry_get_lstat()
13704 os_DirEntry_inode_impl(DirEntry *self) in os_DirEntry_inode_impl()
13744 DirEntry_repr(DirEntry *self) in DirEntry_repr()
13756 os_DirEntry___fspath___impl(DirEntry *self) in os_DirEntry___fspath___impl()
14151 ScandirIterator_close(ScandirIterator *self, PyObject *args) in ScandirIterator_close()
14158 ScandirIterator_enter(PyObject *self, PyObject *args) in ScandirIterator_enter()
[all …]
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dposixmodule.c1657 win32_error(const char* function, const char* filename) in win32_error()
1672 win32_error_object_err(const char* function, PyObject* filename, DWORD err) in win32_error_object_err()
1685 win32_error_object(const char* function, PyObject* filename) in win32_error_object()
8956 FILETIME create, exit, kernel, user; in os_times_impl() local
13547 DirEntry_get_lstat(PyTypeObject *defining_class, DirEntry *self) in DirEntry_get_lstat()
13721 os_DirEntry_inode_impl(DirEntry *self) in os_DirEntry_inode_impl()
13761 DirEntry_repr(DirEntry *self) in DirEntry_repr()
13773 os_DirEntry___fspath___impl(DirEntry *self) in os_DirEntry___fspath___impl()
14168 ScandirIterator_close(ScandirIterator *self, PyObject *args) in ScandirIterator_close()
14175 ScandirIterator_enter(PyObject *self, PyObject *args) in ScandirIterator_enter()
[all …]
/dports/lang/python39/Python-3.9.9/Modules/
H A Dposixmodule.c1609 win32_error(const char* function, const char* filename) in win32_error()
1624 win32_error_object_err(const char* function, PyObject* filename, DWORD err) in win32_error_object_err()
1637 win32_error_object(const char* function, PyObject* filename) in win32_error_object()
8890 FILETIME create, exit, kernel, user; in os_times_impl() local
13388 DirEntry_get_lstat(PyTypeObject *defining_class, DirEntry *self) in DirEntry_get_lstat()
13562 os_DirEntry_inode_impl(DirEntry *self) in os_DirEntry_inode_impl()
13596 DirEntry_repr(DirEntry *self) in DirEntry_repr()
13608 os_DirEntry___fspath___impl(DirEntry *self) in os_DirEntry___fspath___impl()
14004 ScandirIterator_close(ScandirIterator *self, PyObject *args) in ScandirIterator_close()
14011 ScandirIterator_enter(PyObject *self, PyObject *args) in ScandirIterator_enter()
[all …]
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Dpixelization_routines.cpp589 …#define __Pyx_PyMethod_New(func, self, klass) ((self) ? PyMethod_New(func, self) : (Py_INCREF(func… argument
591 #define __Pyx_PyMethod_New(func, self, klass) PyMethod_New(func, self, klass) argument
2468 __pyx_t_2yt_8geometry_16particle_deposit_kernel_func kernel; member
8608 PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_6); in __pyx_pf_2yt_9utilities_3lib_21pixelization_routines_4pixelize_off_axis_cartesian() local
9420 PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_4); in __pyx_pf_2yt_9utilities_3lib_21pixelization_routines_6pixelize_cylinder() local
9439 PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_4); in __pyx_pf_2yt_9utilities_3lib_21pixelization_routines_6pixelize_cylinder() local
13236 PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_2); in __pyx_pf_2yt_9utilities_3lib_21pixelization_routines_27SPHKernelInterpolationTable___init__() local
13892 PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_3); in __pyx_pf_2yt_9utilities_3lib_21pixelization_routines_27SPHKernelInterpolationTable_4interpolate_array() local
13971 PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_2); in __pyx_pf_2yt_9utilities_3lib_21pixelization_routines_27SPHKernelInterpolationTable_4interpolate_array() local
48753 PyObject *self = PyCFunction_GET_SELF(func); in __Pyx_PyCFunction_FastCall() local
[all …]
H A Dcyoctree.c556 #define __Pyx_PyMethod_New(func, self, klass) PyMethod_New(func, self, klass) argument
2151 __pyx_t_2yt_8geometry_16particle_deposit_kernel_func kernel; member
5808 PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_1); in __pyx_pf_2yt_9utilities_3lib_8cyoctree_8CyOctree___init__() local
5859 PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_1); in __pyx_pf_2yt_9utilities_3lib_8cyoctree_8CyOctree___init__() local
6249 PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_3); in __pyx_pf_2yt_9utilities_3lib_8cyoctree_8CyOctree_14node_positions___get__() local
6356 PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_4); in __pyx_pf_2yt_9utilities_3lib_8cyoctree_8CyOctree_12node_refined___get__() local
6379 PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_4); in __pyx_pf_2yt_9utilities_3lib_8cyoctree_8CyOctree_12node_refined___get__() local
6487 PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_3); in __pyx_pf_2yt_9utilities_3lib_8cyoctree_8CyOctree_10node_depth___get__() local
26558 PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_3); in __pyx_memoryview_err_dim() local
31147 PyObject *self, *result; local
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/bjeavons/zxcvbn-php/src/Matchers/
H A Dranked_frequency_lists.json1 …n":8,"margaret":9,"dorothy":10,"lisa":11,"nancy":12,"karen":13,"betty":14,"helen":15,"sandra":16,"…