OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 48 milliseconds