Home
last modified time | relevance | path

Searched refs:unpacking (Results 1 – 25 of 144) sorted by relevance

123456

/external/python/pybind11/docs/advanced/pycpp/
Dobject.rst152 // * unpacking
156 // ** unpacking
160 // mixed keywords, * and ** unpacking
165 Generalized unpacking according to PEP448_ is also supported:
178 Python functions from C++, including keywords arguments and unpacking.
/external/flatbuffers/CMake/
DDESCRIPTION.txt3 data without parsing/unpacking it first, while still having great
/external/libevent/test/
Dregress.rpc1 /* tests data packing and unpacking */
/external/yapf/yapf/yapflib/
Dsubtype_assigner.py83 unpacking = False
99 if not unpacking or pytree_utils.FirstLeafNode(child).value == '**':
105 unpacking = True
107 unpacking = False
/external/flatbuffers/swift/
DFlatBuffers.podspec8 data without parsing/unpacking it first, while still having great
/external/llvm-project/llvm/docs/
DGettingStartedTutorials.rst18 Everything from unpacking and compilation of the distribution to execution
/external/python/cpython2/Doc/library/
Dstruct.rst22 alignment is taken into account when unpacking. This behavior is chosen so
85 packing and unpacking data. They are built up from :ref:`format-characters`,
262 unpacking, the resulting string always has exactly the specified number of
287 any non-zero value will be ``True`` when unpacking.
300 A basic example of packing/unpacking three integers::
349 Packing and unpacking of XDR data.
Dxdrlib.rst21 representation, and another for unpacking from XDR representation. There are
227 The following methods support unpacking arrays and lists:
233 element at a time by first unpacking an unsigned integer flag. If the flag is
Daepack.rst13 variables to AppleEvent descriptors and back (unpacking). Within Python the
/external/gemmlowp/meta/
DREADME48 Additionally packing and unpacking code for different row/column counts and
52 Using those multiplication and packing/unpacking primitives 144 gemm function
/external/fft2d/
DREADME.android35 Downloading and unpacking history:
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dintegration-shuffle-vector.ll5 ; and unpacking them in registers for the call to @bar gets selected as just
/external/mesa3d/src/mesa/main/
Dpack.h38 const struct gl_pixelstore_attrib *unpacking);
/external/python/cpython3/Doc/library/
Dxdrlib.rst20 representation, and another for unpacking from XDR representation. There are
226 The following methods support unpacking arrays and lists:
232 element at a time by first unpacking an unsigned integer flag. If the flag is
Dstruct.rst25 alignment is taken into account when unpacking. This behavior is chosen so
106 packing and unpacking data. They are built up from :ref:`format-characters`,
305 unpacking, the resulting bytes object always has exactly the specified number
334 any non-zero value will be ``True`` when unpacking.
347 A basic example of packing/unpacking three integers::
396 Packing and unpacking of XDR data.
Darray.rst254 Packing and unpacking of heterogeneous binary data.
257 Packing and unpacking of External Data Representation (XDR) data as used in some
/external/libvpx/libvpx/vp8/common/x86/
Didctllm_sse2.asm43 ; Zero out xmm5, for use unpacking
124 ; Zero out xmm7, for use unpacking
379 ; Zero out xmm5, for use unpacking
456 ; Zero out xmm7, for use unpacking
/external/tensorflow/tensorflow/lite/g3doc/r1/convert/
Dindex.md28 not need a parsing/unpacking step to a secondary representation before data can
/external/flatbuffers/
Dreadme.md12 …iency. It allows you to directly access serialized data without parsing/unpacking it first, while …
/external/flatbuffers/docs/source/
DFlatBuffers.md16 - **Access to serialized data without parsing/unpacking** - What sets
19 without parsing/unpacking, while also still supporting data
65 unpacking step to a secondary representation before you can
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dknownbits-intrinsics-unpack.ll349 ; Test that signed unpacking of positive elements gives known zeros in high part.
361 ; Test that signed unpacking of negative elements gives known ones in high part.
374 ; Test that logical unpacking of negative elements gives known zeros in high part.
/external/gemmlowp/doc/
Dless-than-8-bit.md56 long run; what is on the way out is requantization and packing/unpacking-stage
97 [design.md](design.md), namely: packing, computation kernel, unpacking.
104 achieving higher arithmetic throughput. Finally, at the unpacking stage, it only
178 At the unpacking stage, it only remains to scale the result values to compensate
/external/python/cpython2/Doc/tutorial/
Ddatastructures.rst381 See :ref:`tut-unpacking-arguments` for details on the asterisk in this line.
456 elements that are accessed via unpacking (see later in this section) or indexing
482 This is called, appropriately enough, *sequence unpacking* and works for any
483 sequence on the right-hand side. Sequence unpacking requires the list of
486 packing and sequence unpacking.
/external/python/cpython3/Doc/tutorial/
Ddatastructures.rst336 See :ref:`tut-unpacking-arguments` for details on the asterisk in this line.
411 elements that are accessed via unpacking (see later in this section) or indexing
437 This is called, appropriately enough, *sequence unpacking* and works for any
438 sequence on the right-hand side. Sequence unpacking requires that there are as
441 packing and sequence unpacking.
/external/mesa3d/docs/relnotes/
D17.1.5.rst91 - ac/nir: implement 64-bit packing and unpacking

123456