Searched defs:FixedPoint (Results 1 - 1 of 1) sorted by relevance

/external/gemmlowp/fixedpoint/
H A Dfixedpoint.h36 // abstractions, namely the FixedPoint class and its arithmetic
398 // Part 2: the FixedPoint class.
400 // A FixedPoint object represents a fixed-point value stored in the underlying
403 // case a FixedPoint object represents a corresponding SIMD vector of fixed
428 class FixedPoint { class in namespace:gemmlowp
441 typedef FixedPoint<ScalarRawType, kIntegerBits> ScalarFixedPointType;
459 static FixedPoint FromRaw(RawType x) {
460 FixedPoint retval;
465 static FixedPoint FromScalarRaw(ScalarRawType x) {
466 FixedPoint retva
[all...]

Completed in 120 milliseconds