Home
last modified time | relevance | path

Searched refs:unsignedinteger (Results 1 – 25 of 35) sorted by relevance

12

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DVariant.cpp138 m_data.unsignedinteger = 0; in CVariant()
181 m_data.unsignedinteger = unsignedinteger; in CVariant()
184 CVariant::CVariant(uint64_t unsignedinteger) in CVariant() argument
187 m_data.unsignedinteger = unsignedinteger; in CVariant()
390 return (int64_t)m_data.unsignedinteger; in asInteger()
414 return m_data.unsignedinteger; in asUnsignedInteger()
444 return (double)m_data.unsignedinteger; in asDouble()
465 return (float)m_data.unsignedinteger; in asFloat()
486 return (m_data.unsignedinteger != 0); in asBoolean()
600 m_data.unsignedinteger = rhs.m_data.unsignedinteger; in operator =()
[all …]
H A DVariant.h50 CVariant(unsigned int unsignedinteger);
51 CVariant(uint64_t unsignedinteger);
151 uint64_t unsignedinteger; member
/dports/math/py-numpy/numpy-1.20.3/numpy/typing/
H A D_callable.py28 unsignedinteger,
155 def __call__(self, __other: bool) -> unsignedinteger[_NBit_co]: ...
166 self, __other: unsignedinteger[_NBit]
167 ) -> unsignedinteger[Union[_NBit_co, _NBit]]: ...
171 def __call__(self, __other: bool) -> unsignedinteger[_NBit_co]: ...
178 self, __other: unsignedinteger[_NBit]
179 ) -> unsignedinteger[Union[_NBit_co, _NBit]]: ...
192 self, __other: unsignedinteger[_NBit]
193 ) -> unsignedinteger[Union[_NBit_co, _NBit]]: ...
206 self, __other: unsignedinteger[_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
13 uint: List[Type[unsignedinteger]]
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/util/
H A D_invert.py64 elif np.issubdtype(image.dtype, np.unsignedinteger):
/dports/math/py-numpy/numpy-1.20.3/numpy/core/tests/
H A Dtest_abc.py18 assert_(issubclass(np.unsignedinteger, numbers.Integral))
H A Dtest_deprecations.py581 np.integer, np.unsignedinteger, np.signedinteger,
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/utils/tests/
H A Dtest_validation.py1438 ("ubyte", "uint8", np.unsignedinteger),
1439 ("uint16", "ushort", np.unsignedinteger),
1440 ("uintc", "uint32", np.unsignedinteger),
1441 ("uint", "uint64", np.unsignedinteger),
1442 ("uintp", "ulonglong", np.unsignedinteger),
/dports/math/py-jax/jax-0.2.9/jax/numpy/
H A D__init__.py63 unpackbits, unravel_index, unsignedinteger, unwrap, vander, var, vdot, vsplit,
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/python-skeletons/numpy/core/
H A D__init__.py3464 class unsignedinteger(integer): class
3470 class uint8(unsignedinteger):
4247 class uintp(unsignedinteger):
4431 class ushort(unsignedinteger):
4609 class uintc(unsignedinteger):
4787 class ulonglong(unsignedinteger):
/dports/misc/py-xgboost/xgboost-1.5.1/tests/python/
H A Dtest_predict.py254 np.unsignedinteger,
/dports/misc/xgboost/xgboost-1.5.1/tests/python/
H A Dtest_predict.py254 np.unsignedinteger,
/dports/science/py-pydicom/pydicom-2.2.2/pydicom/encoders/
H A Dbase.py591 np.issubdtype(dtype, np.unsignedinteger),
/dports/math/py-pandas/pandas-1.2.5/pandas/core/dtypes/
H A Dcommon.py858 arr_or_dtype, classes_and_not_datetimelike(np.unsignedinteger)
/dports/math/py-numpy/numpy-1.20.3/numpy/
H A D__init__.pyi1855 class unsignedinteger(integer[_NBit_co]):
1883 uint8 = unsignedinteger[_8Bit]
1884 uint16 = unsignedinteger[_16Bit]
1885 uint32 = unsignedinteger[_32Bit]
1886 uint64 = unsignedinteger[_64Bit]
H A D__init__.pxd779 ctypedef class numpy.unsignedinteger [object PyObject]:
H A D__init__.cython-30.pxd821 ctypedef class numpy.unsignedinteger [object PyObject]:
/dports/science/py-scipy/scipy-1.7.1/scipy/ndimage/
H A Dmeasurements.py465 (np.issubdtype(dt, np.unsignedinteger) and dt.itemsize < int_size))
/dports/misc/py-xgboost/xgboost-1.5.1/tests/python-gpu/
H A Dtest_gpu_prediction.py425 cp.unsignedinteger,
/dports/misc/xgboost/xgboost-1.5.1/tests/python-gpu/
H A Dtest_gpu_prediction.py425 cp.unsignedinteger,
/dports/math/reduce/Reduce-svn5758-src/contrib/LuFy/
H A Dp2l.ypp751 { $$ = symbol("unsignedinteger",yytext); }
/dports/math/py-pandas/pandas-1.2.5/doc/source/user_guide/
H A Dgotchas.rst282 ``numpy.unsignedinteger`` | ``uint8, uint16, uint32, uint64``
/dports/math/py-numpy/numpy-1.20.3/doc/source/reference/
H A Darrays.scalars.rst132 .. autoclass:: numpy.unsignedinteger
H A Darrays.dtypes.rst162 :class:`unsignedinteger` :class:`uint`
/dports/math/py-numpy/numpy-1.20.3/numpy/random/
H A Dbit_generator.pyx80 if isinstance(n, np.unsignedinteger):

12