Searched refs:ScalarRawType (Results 1 - 2 of 2) sorted by relevance

/external/gemmlowp/internal/
H A Dfixedpoint.h214 typedef int32_t ScalarRawType; typedef in struct:gemmlowp::FixedPointRawTypeTraits
219 tRawType Dup(typename FixedPointRawTypeTraits<tRawType>::ScalarRawType x) {
229 typedef typename RawTypeTraits::ScalarRawType ScalarRawType; typedef in class:gemmlowp::FixedPoint
231 static const int kTotalBits = 8 * sizeof(ScalarRawType);
237 typedef FixedPoint<ScalarRawType, kIntegerBits> ScalarFixedPointType;
239 static const ScalarRawType ScalarRawMin() {
240 return std::numeric_limits<ScalarRawType>::min();
243 static const ScalarRawType ScalarRawMax() {
244 return std::numeric_limits<ScalarRawType>
[all...]
H A Dfixedpoint_neon.h154 typedef int32_t ScalarRawType; typedef in struct:gemmlowp::FixedPointRawTypeTraits

Completed in 53 milliseconds