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

/external/gemmlowp/fixedpoint/
H A Dfixedpoint_neon.h155 struct ImplSaturatingRoundingMultiplyByPOT<Exponent, int32x4_t, 1> { struct in namespace:gemmlowp
160 struct ImplSaturatingRoundingMultiplyByPOT<Exponent, int32x4_t, -1> { struct in namespace:gemmlowp
H A Dfixedpoint.h295 struct ImplSaturatingRoundingMultiplyByPOT {}; struct in namespace:gemmlowp
298 struct ImplSaturatingRoundingMultiplyByPOT<Exponent, IntegerType, 0> { struct in namespace:gemmlowp
303 struct ImplSaturatingRoundingMultiplyByPOT<Exponent, IntegerType, 1> { struct in namespace:gemmlowp
328 struct ImplSaturatingRoundingMultiplyByPOT<Exponent, IntegerType, -1> { struct in namespace:gemmlowp
336 return ImplSaturatingRoundingMultiplyByPOT<Exponent, IntegerType>::eval(x);

Completed in 66 milliseconds