Home | History | Annotate | Download | only in internal

Lines Matching full:floating

290 // This template class represents an IEEE floating-point number
296 // two floating-points will be equal exactly. Hence a naive
299 // Format of IEEE floating-point:
302 // floating-point looks like
318 // RawType: the raw floating-point type (either float or double)
323 // floating point number.
353 // The maximum error of a single floating-point operation is 0.5
354 // units in the last place. On Intel CPU's, all floating-point
362 // Constructs a FloatingPoint from a raw floating-point number.
372 // Reinterprets a bit pattern as a floating-point number.
381 // Returns the floating-point number that represent positive infinity.
457 RawType value_; // The raw floating-point number.