Searched refs:_getf (Results 1 – 10 of 10) sorted by relevance
/dports/math/py-pygsl/pygsl-2.3.0/pygsl/ |
H A D | multiroots.py | 24 _getf = _callback.gsl_multiroot_function_getf variable in _fsolver 60 return self._getf(self._ptr) 71 _getf = _callback.gsl_multiroot_function_fdf_getf variable in _fdfsolver
|
H A D | multifit_nlin.py | 25 _getf = _callback.gsl_multifit_fsolver_getf variable in _fsolver 55 return self._getf(self._ptr) 69 _getf = _callback.gsl_multifit_fdfsolver_getf variable in _fdfsolver
|
H A D | multiminimize.py | 24 _getf = _callback.gsl_multimin_fminimizer_f 72 return self._getf(self._ptr) 86 _getf = _callback.gsl_multimin_fdfminimizer_f
|
/dports/net/py-suds-community/suds-community-1.0.0/suds/ |
H A D | cache.py | 154 f = self._getf(id) 182 def _getf(self, id): member in FileCache 287 fp = self._getf(id) 321 fp = self._getf(id)
|
/dports/graphics/aloadimage/arcan-0.6.1/src/tools/vrbridge/OpenHMD/drv_3glasses/ |
H A D | xgvr.c | 157 static int _getf(ohmd_device* device, ohmd_float_value type, float* out) in _getf() function 233 priv->device.getf = _getf; in _open_device()
|
/dports/sysutils/acfgfs/arcan-0.6.1/src/tools/vrbridge/OpenHMD/drv_3glasses/ |
H A D | xgvr.c | 157 static int _getf(ohmd_device* device, ohmd_float_value type, float* out) in _getf() function 233 priv->device.getf = _getf; in _open_device()
|
/dports/misc/openhmd/OpenHMD-0.3.0/src/drv_3glasses/ |
H A D | xgvr.c | 157 static int _getf(ohmd_device* device, ohmd_float_value type, float* out) in _getf() function 233 priv->device.getf = _getf; in _open_device()
|
/dports/x11/aclip/arcan-0.6.1/src/tools/vrbridge/OpenHMD/drv_3glasses/ |
H A D | xgvr.c | 157 static int _getf(ohmd_device* device, ohmd_float_value type, float* out) in _getf() function 233 priv->device.getf = _getf; in _open_device()
|
/dports/x11/arcan-trayicon/arcan-0.6.1/src/tools/vrbridge/OpenHMD/drv_3glasses/ |
H A D | xgvr.c | 157 static int _getf(ohmd_device* device, ohmd_float_value type, float* out) in _getf() function 233 priv->device.getf = _getf; in _open_device()
|
/dports/net/py-suds-community/suds-community-1.0.0/tests/ |
H A D | test_cache.py | 587 assert (cache._getf(id) is None) == expect_remove 737 assert cache._getf("unga2") is None 742 cache._getf("unga3").close() 748 assert cache._getf("unga1") is None 753 assert cache._getf("unga3") is None
|