Searched defs:SaturatingRoundingDoublingHighMul (Results 1 - 5 of 5) sorted by relevance

/external/gemmlowp/internal/
H A Dsimd_wrappers_neon.h75 inline Int32x4 SaturatingRoundingDoublingHighMul(Int32x4 a, std::int32_t b) { function in namespace:gemmlowp
H A Dsimd_wrappers_sse.h75 inline Int32x4 SaturatingRoundingDoublingHighMul(Int32x4 a, std::int32_t b) { function in namespace:gemmlowp
76 return SaturatingRoundingDoublingHighMul(a, Dup<Int32x4>(b));
/external/gemmlowp/fixedpoint/
H A Dfixedpoint_neon.h142 inline int32x4_t SaturatingRoundingDoublingHighMul(int32x4_t a, int32x4_t b) { function in namespace:gemmlowp
H A Dfixedpoint_sse.h174 inline __m128i SaturatingRoundingDoublingHighMul(__m128i a, __m128i b) { function in namespace:gemmlowp
H A Dfixedpoint.h249 IntegerType SaturatingRoundingDoublingHighMul(IntegerType a, IntegerType b) { function in namespace:gemmlowp
257 inline std::int32_t SaturatingRoundingDoublingHighMul(std::int32_t a, function in namespace:gemmlowp
453 // SaturatingRoundingDoublingHighMul operation on the underlying
461 c.raw() = SaturatingRoundingDoublingHighMul(a.raw(), b.raw());

Completed in 186 milliseconds