Home
last modified time | relevance | path

Searched refs:packs (Results 1 – 25 of 28) sorted by relevance

12

/external/python/cpython2/Lib/test/
Dtest_audioop.py17 packs = { variable
27 2: packs[2](0, 0x1234, 0x4567, -0x4567, 0x7fff, -0x8000, -1),
28 4: packs[4](0, 0x12345678, 0x456789ab, -0x456789ab,
44 p = packs[w]
55 p = packs[w]
68 self.assertEqual(audioop.maxpp(packs[w](*range(100)), w), 0)
69 self.assertEqual(audioop.maxpp(packs[w](9, 10, 5, 5, 0, 1), w), 10)
76 p = packs[w]
84 self.assertEqual(audioop.avg(packs[4](0x50000000, 0x70000000), 4),
86 self.assertEqual(audioop.avg(packs[4](-0x50000000, -0x70000000), 4),
[all …]
/external/python/cpython3/Lib/test/
Dtest_audioop.py12 packs = {w: (lambda *data, width=w: pack(width, data)) for w in (1, 2, 3, 4)} variable
18 2: packs[2](0, 0x1234, 0x4567, -0x4567, 0x7fff, -0x8000, -1),
19 3: packs[3](0, 0x123456, 0x456789, -0x456789, 0x7fffff, -0x800000, -1),
20 4: packs[4](0, 0x12345678, 0x456789ab, -0x456789ab,
39 p = packs[w]
54 p = packs[w]
69 self.assertEqual(audioop.maxpp(packs[w](*range(100)), w), 0)
70 self.assertEqual(audioop.maxpp(packs[w](9, 10, 5, 5, 0, 1), w), 10)
79 p = packs[w]
87 self.assertEqual(audioop.avg(packs[4](0x50000000, 0x70000000), 4),
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dvec-move-17.ll41 ; a chain of packs.
72 ; a chain of packs.
84 ; a chain of packs.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dvec-move-17.ll41 ; a chain of packs.
80 ; a chain of packs.
92 ; a chain of packs.
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dblocks.mm124 ... // expected-error{{pack expansion does not contain any unexpanded parameter packs}}
/external/gemmlowp/meta/
DREADME17 packs (the kernel 'shape' is 3x3x8 compared to the previous 12x4x2). By using
/external/mesa3d/src/intel/genxml/
DREADME19 lower 5 bits of the offset are always zero, so the hw packs in a
/external/google-breakpad/src/testing/gtest/
DCHANGES83 * New feature: a script that packs Google Test into one .h and one
/external/libvpx/libvpx/third_party/googletest/src/
DCHANGES110 * New feature: a script that packs Google Test into one .h and one
/external/libaom/libaom/third_party/googletest/src/googletest/
DCHANGES110 * New feature: a script that packs Google Test into one .h and one
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp835 OpRef packs(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results,
1047 OpRef HvxSelector::packs(ShuffleMask SM, OpRef Va, OpRef Vb, in packs() function in HvxSelector
1245 OpRef P = packs(SM, Va, Vb, Results, NewMask); in shuffs2()
1275 OpRef P = packs(SM, OpRef::lo(Va), OpRef::hi(Va), Results, PackedMask); in shuffp1()
/external/autotest/client/tests/ltp/patches/
Dgetdents.patch11 the tests uses. The kernel packs the results, so we need to expand
/external/skqp/src/gpu/mtl/
DGrMtlCaps.mm365 // RGB_565 uses B5G6R5Unorm, even though written opposite this format packs how we want
/external/catch2/docs/
Dtest-cases-and-sections.md182 You can also have different arities in the _template-arg_ packs:
/external/skia/src/gpu/mtl/
DGrMtlCaps.mm367 // RGB_565 uses B5G6R5Unorm, even though written opposite this format packs how we want
/external/python/cpython3/Mac/
DREADME284 installs it, creates the installer package files and then packs this in a
/external/python/cpython2/Mac/
DREADME295 installs it, creates the installer package files and then packs this in a
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DLangImpl03.rst280 This code packs a lot of power into a few lines. Note first that this
DOCamlLangImpl3.rst230 This code packs a lot of power into a few lines. Note first that this
/external/llvm/docs/tutorial/
DLangImpl03.rst280 This code packs a lot of power into a few lines. Note first that this
DOCamlLangImpl3.rst230 This code packs a lot of power into a few lines. Note first that this
/external/clang/docs/
DBlock-ABI-Apple.rst909 packs one field into the byref structure but in principle there could be
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst929 filtering operation and packs them into a single register. Only works with
2424 packs them into a single register. Only works with 2D, 2D array, cubemaps,
/external/clang/include/clang/Basic/
DDiagnosticSemaKinds.td4172 "pack expansion does not contain any unexpanded parameter packs">;
4174 "pack expansion contains parameter packs %0 and %1 that have different "
4178 "length (%1 vs. %2) from outer parameter packs">;
4184 "parameter packs">;
4186 "only function and template parameters can be parameter packs">;
4192 "binary fold expression has unexpanded parameter packs in both operands">;
/external/ltp/doc/
Dtest-writing-guidelines.txt38 paste a syscall wrapper that packs arguments accordingly to machine

12