Struct cretonne::prelude::Ieee64[][src]

pub struct Ieee64(_);

An IEEE binary64 immediate floating point value, represented as a u64 containing the bit pattern.

All bit patterns are allowed.

Methods

impl Ieee64
[src]

Create a new Ieee64 containing the bits of x.

Create an Ieee64 number representing 2.0^n.

Create an Ieee64 number representing the greatest negative value not convertable from f64 to a signed integer with width n.

Return self negated.

Create a new Ieee64 representing the number x.

Get the bitwise representation.

Trait Implementations

impl Hash for Ieee64
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for Ieee64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromStr for Ieee64
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Debug for Ieee64
[src]

Formats the value using the given formatter. Read more

impl Display for Ieee64
[src]

Formats the value using the given formatter. Read more

impl Copy for Ieee64
[src]

impl Eq for Ieee64
[src]

impl PartialEq<Ieee64> for Ieee64
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Ieee64

impl Sync for Ieee64