Searched refs:packs (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_audioop.py | 15 packs = {w: (lambda *data, width=w: pack(width, data)) for w in (1, 2, 3, 4)} variable 21 2: packs[2](0, 0x1234, 0x4567, -0x4567, 0x7fff, -0x8000, -1), 22 3: packs[3](0, 0x123456, 0x456789, -0x456789, 0x7fffff, -0x800000, -1), 23 4: packs[4](0, 0x12345678, 0x456789ab, -0x456789ab, 42 p = packs[w] 57 p = packs[w] 72 self.assertEqual(audioop.maxpp(packs[w](*range(100)), w), 0) 73 self.assertEqual(audioop.maxpp(packs[w](9, 10, 5, 5, 0, 1), w), 10) 82 p = packs[w] 90 self.assertEqual(audioop.avg(packs[ [all...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_packer.c.py | 306 packs = [pack_variant(e, instructions[e]) for e in instructions] variable 307 for p in packs:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 840 OpRef packs(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results, 1052 OpRef HvxSelector::packs(ShuffleMask SM, OpRef Va, OpRef Vb, 1250 OpRef P = packs(SM, Va, Vb, Results, NewMask); 1280 OpRef P = packs(SM, OpRef::lo(Va), OpRef::hi(Va), Results, PackedMask);
|
Completed in 6 milliseconds