Searched refs:unpacking (Results 1 – 25 of 144) sorted by relevance
123456
/external/python/pybind11/docs/advanced/pycpp/ |
D | object.rst | 152 // * 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/ |
D | DESCRIPTION.txt | 3 data without parsing/unpacking it first, while still having great
|
/external/libevent/test/ |
D | regress.rpc | 1 /* tests data packing and unpacking */
|
/external/yapf/yapf/yapflib/ |
D | subtype_assigner.py | 83 unpacking = False 99 if not unpacking or pytree_utils.FirstLeafNode(child).value == '**': 105 unpacking = True 107 unpacking = False
|
/external/flatbuffers/swift/ |
D | FlatBuffers.podspec | 8 data without parsing/unpacking it first, while still having great
|
/external/llvm-project/llvm/docs/ |
D | GettingStartedTutorials.rst | 18 Everything from unpacking and compilation of the distribution to execution
|
/external/python/cpython2/Doc/library/ |
D | struct.rst | 22 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.
|
D | xdrlib.rst | 21 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
|
D | aepack.rst | 13 variables to AppleEvent descriptors and back (unpacking). Within Python the
|
/external/gemmlowp/meta/ |
D | README | 48 Additionally packing and unpacking code for different row/column counts and 52 Using those multiplication and packing/unpacking primitives 144 gemm function
|
/external/fft2d/ |
D | README.android | 35 Downloading and unpacking history:
|
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | integration-shuffle-vector.ll | 5 ; and unpacking them in registers for the call to @bar gets selected as just
|
/external/mesa3d/src/mesa/main/ |
D | pack.h | 38 const struct gl_pixelstore_attrib *unpacking);
|
/external/python/cpython3/Doc/library/ |
D | xdrlib.rst | 20 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
|
D | struct.rst | 25 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.
|
D | array.rst | 254 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/ |
D | idctllm_sse2.asm | 43 ; 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/ |
D | index.md | 28 not need a parsing/unpacking step to a secondary representation before data can
|
/external/flatbuffers/ |
D | readme.md | 12 …iency. It allows you to directly access serialized data without parsing/unpacking it first, while …
|
/external/flatbuffers/docs/source/ |
D | FlatBuffers.md | 16 - **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/ |
D | knownbits-intrinsics-unpack.ll | 349 ; 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/ |
D | less-than-8-bit.md | 56 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/ |
D | datastructures.rst | 381 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/ |
D | datastructures.rst | 336 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/ |
D | 17.1.5.rst | 91 - ac/nir: implement 64-bit packing and unpacking
|
123456