Home
last modified time | relevance | path

Searched refs:signedinteger (Results 1 – 25 of 51) sorted by relevance

123

/dports/math/py-numpy/numpy-1.20.3/numpy/typing/
H A D_callable.py29 signedinteger,
158 self, __other: Union[int, signedinteger[Any]]
175 def __call__(self, __other: signedinteger[Any]) -> signedinteger[Any]: ...
186 self, __other: Union[int, signedinteger[Any]]
220 self, __other: signedinteger[_NBit]
221 ) -> signedinteger[Union[_NBit_co, _NBit]]: ...
230 self, __other: signedinteger[_NBit]
231 ) -> signedinteger[Union[_NBit_co, _NBit]]: ...
242 self, __other: signedinteger[_NBit]
243 ) -> signedinteger[Union[_NBit_co, _NBit]]: ...
[all …]
/dports/math/py-numpy/numpy-1.20.3/numpy/core/
H A D_type_aliases.pyi4 from numpy import generic, signedinteger, unsignedinteger, floating, complexfloating
12 int: List[Type[signedinteger]]
H A Dfromnumeric.pyi7 signedinteger,
129 ) -> signedinteger[Any]: ...
142 ) -> signedinteger[Any]: ...
156 ) -> signedinteger[Any]: ...
H A Dnumeric.pyi15 from numpy import ndarray, generic, dtype, bool_, signedinteger, _OrderKACF, _OrderCF
/dports/graphics/gracula/gracula-3.0/
H A Dgcl.c2198 switch (signedinteger){ in statement()
2201 switch (signedinteger){ in statement()
2245 switch (signedinteger) { in statement()
2305 switch (signedinteger) { in statement()
2483 switch (signedinteger) { in statement()
2528 switch (signedinteger) { in statement()
2561 switch (signedinteger) { in statement()
2643 switch(signedinteger) { in statement()
2915 switch (signedinteger) { in statement()
3145 switch (signedinteger) { in statement()
[all …]
H A Dgcl.h493 #define signedinteger l=expression() macro
/dports/archivers/vbz-compression/vbz_compression-1.0.1/python/pyvbz/vbz/
H A D__init__.py25 zigzag = np.issubdtype(data.dtype, np.signedinteger)
51 zigzag = np.issubdtype(dtype, np.signedinteger)
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/util/
H A D_invert.py67 elif np.issubdtype(image.dtype, np.signedinteger):
/dports/math/py-numpy/numpy-1.20.3/numpy/core/tests/
H A Dtest_abc.py17 assert_(issubclass(np.signedinteger, numbers.Integral))
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/csgraph/
H A D_laplacian.py70 if normed and (np.issubdtype(csgraph.dtype, np.signedinteger)
/dports/archivers/vbz-compression/vbz_compression-1.0.1/python/pyvbz/tests/
H A Dunit17 zigzag = np.issubdtype(self.data.dtype, np.signedinteger)
/dports/math/vtk9/VTK-9.1.0/Common/Core/Testing/Python/
H A DTestNumpySupport.py148 self.assertTrue(isinstance(s, numpy.signedinteger))
/dports/math/vtk8/VTK-8.2.0/Common/Core/Testing/Python/
H A DTestNumpySupport.py149 self.assertTrue(isinstance(s, numpy.signedinteger))
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/python-skeletons/numpy/core/
H A D__init__.py1105 class signedinteger(__numpy.integer): class
1111 class int8(__numpy.signedinteger):
2472 class long(signedinteger):
2659 class short(signedinteger):
2837 class intc(signedinteger):
3015 class longlong(signedinteger):
3417 class timedelta64(signedinteger):
/dports/math/py-jax/jax-0.2.9/jax/numpy/
H A D__init__.py59 signedinteger, sin, sinc, single, sinh, size, sometrue, sort, sort_complex, split, sqrt,
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/externals/
H A D_pilutil.py493 if issubdtype(ts, numpy.signedinteger):
/dports/science/py-molmod/molmod-1.4.8/molmod/
H A Dmolecules.py85 npdtype=np.signedinteger, doc="the atomic numbers")
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/feature/
H A Dtexture.py125 if np.issubdtype(image.dtype, np.signedinteger) and np.any(image < 0):
/dports/math/py-numpy/numpy-1.20.3/numpy/
H A D__init__.pyi1101 ) -> signedinteger[Any]: ...
1120 ) -> signedinteger[Any]: ...
1796 class signedinteger(integer[_NBit_co]):
1823 int8 = signedinteger[_8Bit]
1824 int16 = signedinteger[_16Bit]
1825 int32 = signedinteger[_32Bit]
1826 int64 = signedinteger[_64Bit]
1856 # NOTE: `uint64 + signedinteger -> float64`
/dports/devel/py-cclib/cclib-1.7.1/test/data/
H A DtestSPun.py31 self.assertTrue(numpy.alltrue([numpy.issubdtype(atomno, numpy.signedinteger)
H A DtestGeoOpt.py52 atomnos_types = [numpy.issubdtype(atomno, numpy.signedinteger)
H A DtestSP.py53 self.assertTrue(numpy.alltrue([numpy.issubdtype(atomno, numpy.signedinteger)
/dports/misc/py-xgboost/xgboost-1.5.1/tests/python/
H A Dtest_predict.py248 np.signedinteger,
/dports/misc/xgboost/xgboost-1.5.1/tests/python/
H A Dtest_predict.py248 np.signedinteger,
/dports/science/py-pydicom/pydicom-2.2.2/pydicom/encoders/
H A Dbase.py592 np.issubdtype(dtype, np.signedinteger)

123