Home | History | Annotate | Download | only in internal

Lines Matching defs:FloatingPoint

346 class FloatingPoint {
388 // Constructs a FloatingPoint from a raw floating-point number.
394 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
402 FloatingPoint fp(0);
439 bool AlmostEquals(const FloatingPoint& rhs) const {
492 // Typedefs the instances of the FloatingPoint template class that we
494 typedef FloatingPoint<float> Float;
495 typedef FloatingPoint<double> Double;