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

  /external/gemmlowp/internal/
unpack.h 102 const int kLhsBits = BitDepthParams::LhsBitDepth::kBits;
104 const std::int32_t kLhsMax = (1 << kLhsBits) - 1;
unpack_neon.h 82 const int kLhsBits = BitDepthParams::LhsBitDepth::kBits;
84 const std::int32_t kLhsMax = (1 << kLhsBits) - 1;

Completed in 75 milliseconds