HomeSort by relevance Sort by last modified time
    Searched defs:RoundingDivideByPOT (Results 1 - 2 of 2) sorted by null

  /external/gemmlowp/fixedpoint/
fixedpoint_neon.h 270 inline int32x4_t RoundingDivideByPOT(int32x4_t x, int exponent) {
278 inline int16x8_t RoundingDivideByPOT(int16x8_t x, int exponent) {
fixedpoint.h 335 inline IntegerType RoundingDivideByPOT(IntegerType x, int exponent) {
389 return RoundingDivideByPOT<IntegerType>(x, -Exponent);
670 RoundingDivideByPOT<std::int32_t>(int32_value, 32 - ScalarTypeBits));
    [all...]

Completed in 918 milliseconds