Home | History | Annotate | Download | only in internal

Lines Matching defs:RawType

226   typedef tRawType RawType;
228 typedef FixedPointRawTypeTraits<RawType> RawTypeTraits;
255 static FixedPoint FromRaw(RawType x) {
263 retval.raw() = Dup<RawType>(x);
288 RawType raw() const { return i_; }
289 RawType& raw() { return i_; }
292 RawType i_;
422 typedef typename FixedPointType::RawType RawType;
425 FixedPointType check = ToFixedPoint<RawType, kIntegerBits>(double_value);