Home
last modified time | relevance | path

Searched defs:typecode (Results 1 – 25 of 65) sorted by relevance

123

/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_dtypes.py85 typecode = "b" variable in int8
91 typecode = "h" variable in int16
97 typecode = "i" variable in int32
103 typecode = "l" variable in int64
112 typecode = "B" variable in uint8
118 typecode = "H" variable in uint16
124 typecode = "I" variable in uint32
130 typecode = "L" variable in uint64
139 typecode = "e" variable in float16
145 typecode = "f" variable in float32
[all …]
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_array.py17 def __init__(self, typecode, newarg=None): argument
823 typecode = 'c' variable in CharacterTest
863 typecode = 'u' variable in UnicodeTest
974 def __new__(cls, typecode, data, offset): argument
977 def __init__(self, typecode, data, offset): argument
1027 typecode = 'b' variable in ByteTest
1032 typecode = 'B' variable in UnsignedByteTest
1037 typecode = 'h' variable in ShortTest
1042 typecode = 'H' variable in UnsignedShortTest
1047 typecode = 'i' variable in IntTest
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_array.py27 def __init__(self, typecode, newarg=None): argument
1169 typecode = 'u' variable in UnicodeTest
1287 def __new__(cls, typecode, data, offset): argument
1290 def __init__(self, typecode, data, offset): argument
1372 typecode = 'b' variable in ByteTest
1376 typecode = 'B' variable in UnsignedByteTest
1380 typecode = 'h' variable in ShortTest
1384 typecode = 'H' variable in UnsignedShortTest
1388 typecode = 'i' variable in IntTest
1392 typecode = 'I' variable in UnsignedIntTest
[all …]
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/dummy/
D__init__.py97 def Array(typecode, sequence, lock=True): argument
101 def __init__(self, typecode, value, lock=True): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/dummy/
D__init__.py97 def Array(typecode, sequence, lock=True): argument
101 def __init__(self, typecode, value, lock=True): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/dummy/
D__init__.py97 def Array(typecode, sequence, lock=True): argument
101 def __init__(self, typecode, value, lock=True): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/dummy/
D__init__.py97 def Array(typecode, sequence, lock=True): argument
101 def __init__(self, typecode, value, lock=True): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/dummy/
D__init__.py97 def Array(typecode, sequence, lock=True): argument
101 def __init__(self, typecode, value, lock=True): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/dummy/
H A D__init__.py97 def Array(typecode, sequence, lock=True): argument
101 def __init__(self, typecode, value, lock=True): argument
/aosp_15_r20/external/python/cpython3/Modules/
Darraymodule.c31 char typecode; member
1826 typecode_to_mformat_code(char typecode) in typecode_to_mformat_code()
1931 make_array(PyTypeObject *arraytype, char typecode, PyObject *items) in make_array()
1979 int typecode, in array__array_reconstructor_impl()
2193 int typecode = self->ob_descr->typecode; in array_array___reduce_ex___impl() local
2271 char typecode = a->ob_descr->typecode; in array_get_typecode() local
2318 char typecode; in array_repr() local
/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/dummy/
D__init__.py128 def Array(typecode, sequence, lock=True): argument
132 def __init__(self, typecode, value, lock=True): argument
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotBase.py288 def readValue(self, typecode, staticSize): argument
295 def readArray(self, typecode, staticSize, count): argument
721 def writeValue(self, typecode, value): argument
724 def writeArray(self, typecode, values): argument
/aosp_15_r20/external/libconfig/lib/
H A Dlibconfigcpp.c++84 int typecode; in __toTypeCode() local
1113 int typecode = __toTypeCode(type); in add() local
1151 int typecode = __toTypeCode(type); in add() local
/aosp_15_r20/external/python/cpython2/Modules/
Darraymodule.c25 int typecode; member
1657 char buf[256], typecode; in array_repr() local
1960 PyObject *initial = NULL, *it = NULL, *typecode = NULL; in array_new() local
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/
Daepack.py362 def mktype(typecode, modulename=None): argument
/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py949 def __init__(self, typecode, value, lock=True): argument
960 def Array(typecode, sequence, lock=True): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dmanagers.py1016 def __init__(self, typecode, value, lock=True): argument
1027 def Array(typecode, sequence, lock=True): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/
Dmanagers.py1016 def __init__(self, typecode, value, lock=True): argument
1027 def Array(typecode, sequence, lock=True): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dmanagers.py1016 def __init__(self, typecode, value, lock=True): argument
1027 def Array(typecode, sequence, lock=True): argument
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/
Dmanagers.py1016 def __init__(self, typecode, value, lock=True): argument
1027 def Array(typecode, sequence, lock=True): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
H A Dmanagers.py1016 def __init__(self, typecode, value, lock=True): argument
1027 def Array(typecode, sequence, lock=True): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dmanagers.py1016 def __init__(self, typecode, value, lock=True): argument
1027 def Array(typecode, sequence, lock=True): argument
/aosp_15_r20/external/python/cpython3/Modules/clinic/
Darraymodule.c.h539 int typecode; in array__array_reconstructor() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/
Dfallback.py917 def pack_ext_type(self, typecode, data): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/
Dfallback.py917 def pack_ext_type(self, typecode, data): argument

123