Searched refs:FixedPointRawTypeTraits (Results 1 - 4 of 4) sorted by relevance

/external/gemmlowp/fixedpoint/
H A Dfixedpoint.h45 struct FixedPointRawTypeTraits {}; struct in namespace:gemmlowp
48 struct FixedPointRawTypeTraits<std::int32_t> { struct in namespace:gemmlowp
54 struct FixedPointRawTypeTraits<std::int16_t> { struct in namespace:gemmlowp
61 tRawType Dup(typename FixedPointRawTypeTraits<tRawType>::ScalarRawType x) {
265 typename FixedPointRawTypeTraits<IntegerType>::ScalarRawType;
365 typename FixedPointRawTypeTraits<IntegerType>::ScalarRawType;
432 typedef FixedPointRawTypeTraits<RawType> RawTypeTraits;
637 static_assert(FixedPointRawTypeTraits<tRawType>::kLanes == 1,
H A Dfixedpoint_msa.h26 struct FixedPointRawTypeTraits<v4i32> { struct in namespace:gemmlowp
32 struct FixedPointRawTypeTraits<v8i16> { struct in namespace:gemmlowp
H A Dfixedpoint_neon.h26 struct FixedPointRawTypeTraits<int32x4_t> { struct in namespace:gemmlowp
32 struct FixedPointRawTypeTraits<int16x8_t> { struct in namespace:gemmlowp
H A Dfixedpoint_sse.h43 struct FixedPointRawTypeTraits<__m128i> { struct in namespace:gemmlowp
49 struct FixedPointRawTypeTraits<int16x8_m128i> { struct in namespace:gemmlowp

Completed in 117 milliseconds