Searched refs:Cells (Results 1 – 5 of 5) sorted by relevance
/external/gemmlowp/internal/ |
D | kernel_neon.h | 989 template <int Cells> 991 typedef KernelFormat<KernelSideFormat<CellFormat<4, 2>, Cells>, 1006 uint32x4_t acc[Cells]; in Run() 1007 for (int cell = 0; cell < Cells; cell++) { in Run() 1013 uint16x8_t lhs[Cells]; in Run() 1014 for (int cell = 0; cell < Cells; cell++) { in Run() 1023 for (int cell = 0; cell < Cells; cell++) { in Run() 1027 for (int cell = 0; cell < Cells; cell++) { in Run() 1033 for (int cell = 0; cell < Cells; cell++) { in Run() 1039 for (int cell = 0; cell < Cells; cell++) { in Run()
|
D | pack_neon.h | 161 template <int Cells> 162 using DepthMajorSideFormatNCells4x2 = KernelSideFormat<CellFormat<4, 2>, Cells>; 164 template <typename QuantizationParams, int Cells> 167 PackedSideBlock<DepthMajorSideFormatNCells4x2<Cells> > > 170 PackedSideBlock<DepthMajorSideFormatNCells4x2<Cells> > > { 172 typedef DepthMajorSideFormatNCells4x2<Cells> KernelSideFormat; 266 template <int Cells> 268 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>; 270 template <typename QuantizationParams, int Cells> 273 PackedSideBlock<WidthMajorSideFormatNCells4x2<Cells> > > [all …]
|
D | pack_SSE.h | 61 template <int Cells> 63 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>; 65 template <typename QuantizationParams, int Cells> 68 PackedSideBlock<WidthMajorSideFormatNCells4x2<Cells> > > 71 PackedSideBlock<WidthMajorSideFormatNCells4x2<Cells> > > { 73 typedef WidthMajorSideFormatNCells4x2<Cells> KernelSideFormat;
|
/external/v8/test/unittests/heap/ |
D | bitmap-unittest.cc | 48 TEST_F(BitmapTest, Cells) { in TEST_F() argument
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.primitive_bounding_box.txt | 69 triangles.* cases render a grid with yellow and green cells. Cells are
|