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

/external/gemmlowp/internal/
H A Dfixedpoint_neon.h138 inline int32x4_t SaturatingRoundingDoublingHighMul(int32x4_t a, int32x4_t b) { function in namespace:gemmlowp
H A Dfixedpoint.h157 IntegerType SaturatingRoundingDoublingHighMul(IntegerType a, IntegerType b) { function in namespace:gemmlowp
165 inline int32_t SaturatingRoundingDoublingHighMul(int32_t a, int32_t b) { function in namespace:gemmlowp
300 c.raw() = SaturatingRoundingDoublingHighMul(a.raw(), b.raw());

Completed in 360 milliseconds