HomeSort by relevance Sort by last modified time
    Searched refs:tShape (Results 1 - 5 of 5) sorted by null

  /external/gemmlowp/internal/
iterator.h 31 template <typename tScalar, VectorShape tShape> class VectorMap;
33 template <typename tScalar, VectorShape tShape>
34 class ConstIterator<VectorMap<tScalar, tShape>> {
37 ConstIterator(const VectorMap<tScalar, tShape>& vector_map)
46 template <typename tScalar, VectorShape tShape>
47 ConstIterator<VectorMap<tScalar, tShape>> const_iterator(
48 const VectorMap<tScalar, tShape>& vector_map) {
49 return ConstIterator<VectorMap<tScalar, tShape>>(vector_map);
52 template <typename tScalar, VectorShape tShape> class VectorDup;
54 template <typename tScalar, VectorShape tShape>
    [all...]
unpack_neon.h 51 template <typename tScalar, VectorShape tShape>
53 ConstIterator<VectorMap<tScalar, tShape>>* iterator) {
59 template <typename tScalar, VectorShape tShape>
61 ConstIterator<VectorDup<tScalar, tShape>>* iterator) {
  /external/gemmlowp/public/
output_stages.h 59 // row or column of the output (depending on tShape) has its own result_offset
61 template <VectorShape tShape>
63 VectorMap<const std::int32_t, tShape> result_offset;
64 VectorMap<const std::int32_t, tShape> result_mult_int;
116 template <VectorShape tShape>
117 inline std::tuple<OutputStageQuantizeDownInt32ToUint8ScalePC<tShape>,
119 MakeStandardOutputPipeline(const VectorMap<const std::int32_t, tShape>&
121 const VectorMap<const std::int32_t, tShape>&
124 OutputStageQuantizeDownInt32ToUint8ScalePC<tShape> quantize_down_stage;
map.h 79 template <typename tScalar, VectorShape tShape>
83 static const VectorShape kShape = tShape;
101 template <typename tScalar, VectorShape tShape>
105 static const VectorShape kShape = tShape;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btGjkEpa2.cpp 138 typedef MinkowskiDiff tShape;
160 tShape m_shape;
183 eStatus::_ Evaluate(const tShape& shapearg,const btVector3& guess)
835 tShape& shape,
872 tShape shape;
911 tShape shape;
955 tShape shape;

Completed in 272 milliseconds