Searched refs:Cells (Results 1 – 6 of 6) sorted by relevance
/external/gemmlowp/internal/ |
D | pack_neon.h | 29 template <int Cells> 30 using DepthMajorSideFormatNCells4x2 = KernelSideFormat<CellFormat<4, 2>, Cells>; 32 template <int Cells> 35 PackedSideBlock<DepthMajorSideFormatNCells4x2<Cells>>> 38 PackedSideBlock<DepthMajorSideFormatNCells4x2<Cells>>> { 40 typedef DepthMajorSideFormatNCells4x2<Cells> KernelSideFormat; 129 template <int Cells> 131 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>; 133 template <int Cells> 136 PackedSideBlock<WidthMajorSideFormatNCells4x2<Cells>>> [all …]
|
D | pack_sse.h | 30 template <int Cells> 32 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>; 34 template <int Cells> 37 PackedSideBlock<WidthMajorSideFormatNCells4x2<Cells> > > 40 PackedSideBlock<WidthMajorSideFormatNCells4x2<Cells> > > { 42 typedef WidthMajorSideFormatNCells4x2<Cells> KernelSideFormat;
|
D | pack_msa.h | 29 template <int Cells> 30 using DepthMajorSideFormatNCells4x2 = KernelSideFormat<CellFormat<4, 2>, Cells>; 32 template <int Cells> 35 PackedSideBlock<DepthMajorSideFormatNCells4x2<Cells>>> 38 PackedSideBlock<DepthMajorSideFormatNCells4x2<Cells>>> { 40 typedef DepthMajorSideFormatNCells4x2<Cells> KernelSideFormat; 182 template <int Cells> 184 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>; 186 template <int Cells> 189 PackedSideBlock<WidthMajorSideFormatNCells4x2<Cells>>> [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 270 CellMap Cells; member in __anon158a696e0111::MachineConstPropagator 631 const LatticeCell &T = Cells.get(DefR.Reg); in visitPHI() 633 Cells.update(DefR.Reg, Bottom); in visitPHI() 639 LatticeCell DefC = Cells.get(DefR.Reg); in visitPHI() 656 if (!Cells.has(UseR.Reg)) in visitPHI() 660 bool Eval = MCE.evaluate(UseR, Cells.get(UseR.Reg), SrcC); in visitPHI() 666 Cells.update(DefR.Reg, DefC); in visitPHI() 678 bool Eval = MCE.evaluate(MI, Cells, Outputs); in visitNonBranch() 700 const LatticeCell &T = Cells.get(DefR.Reg); in visitNonBranch() 702 Cells.update(DefR.Reg, Bottom); in visitNonBranch() [all …]
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.primitive_bounding_box.txt | 69 triangles.* cases render a grid with yellow and green cells. Cells are
|
/external/one-true-awk/ |
D | FIXES | 99 added ,NULL initializer to static Cells in run.c; not really 730 initialized Cells in setsymtab more carefully; some fields
|