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

  /external/gemmlowp/public/
bit_depth.h 114 typedef ExactRoundingStrategyFor8Bit RoundingStrategy;
120 typedef DefaultRoundingStrategyForLessThan8Bit RoundingStrategy;
  /external/gemmlowp/internal/
pack.h 518 typedef typename BitDepthParams::RoundingStrategy RoundingStrategy;
520 if (accumulation_depth < RoundingStrategy::kRoundingModeSizeThreshold) {
522 RoundingStrategy::kRoundingModeForSmallSizes>
529 RoundingStrategy::kRoundingModeForLargeSizes>
549 typedef typename BitDepthParams::RoundingStrategy RoundingStrategy;
551 if (accumulation_depth < RoundingStrategy::kRoundingModeSizeThreshold) {
553 RoundingStrategy::kRoundingModeForSmallSizes>
560 RoundingStrategy::kRoundingModeForLargeSizes
    [all...]

Completed in 64 milliseconds