Searched refs:Packs (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Doc/library/ |
D | xdrlib.rst | 73 Packs the single-precision floating point number *value*. 78 Packs the double-precision floating point number *value*. 85 Packs a fixed length string, *s*. *n* is the length of the string but it is 92 Packs a fixed length opaque data stream, similarly to :meth:`pack_fstring`. 97 Packs a variable length string, *s*. The length of the string is first packed 104 Packs a variable length opaque data string, similarly to :meth:`pack_string`. 109 Packs a variable length byte stream, similarly to :meth:`pack_string`. 116 Packs a *list* of homogeneous items. This method is useful for lists with an 132 Packs a fixed length list (*array*) of homogeneous items. *n* is the length of 140 Packs a variable length *list* of homogeneous items. First, the length of the
|
/external/python/cpython3/Doc/library/ |
D | xdrlib.rst | 72 Packs the single-precision floating point number *value*. 77 Packs the double-precision floating point number *value*. 84 Packs a fixed length string, *s*. *n* is the length of the string but it is 91 Packs a fixed length opaque data stream, similarly to :meth:`pack_fstring`. 96 Packs a variable length string, *s*. The length of the string is first packed 103 Packs a variable length opaque data string, similarly to :meth:`pack_string`. 108 Packs a variable length byte stream, similarly to :meth:`pack_string`. 115 Packs a *list* of homogeneous items. This method is useful for lists with an 131 Packs a fixed length list (*array*) of homogeneous items. *n* is the length of 139 Packs a variable length *list* of homogeneous items. First, the length of the
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Pack.pbtxt | 25 summary: "Packs a list of `N` rank-`R` tensors into one rank-`(R+1)` tensor." 27 Packs the `N` tensors in `values` into a tensor with rank one higher than each
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 601 Packs.push_back(Pack); in PackDeductionScope() 605 assert(!Packs.empty() && "Pack expansion without unexpanded packs?"); in PackDeductionScope() 607 for (auto &Pack : Packs) { in PackDeductionScope() 630 for (auto &Pack : Packs) in ~PackDeductionScope() 639 for (auto &Pack : Packs) { in nextPackElement() 654 for (auto &Pack : Packs) { in finish() 728 SmallVector<DeducedPack, 2> Packs; member in __anona625d1720111::PackDeductionScope
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | IntrinsicsPowerPC.td | 360 // Packs.
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicsPowerPC.td | 476 // Packs.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IntrinsicsPowerPC.td | 550 // Packs.
|