DnR

Type Alias DnR 

pub type DnR = BitReader<Dn>;
Expand description

Field DN reader - Default value for FPSCR.DN (Default NaN mode control bit).

Aliased Type§

pub struct DnR { /* private fields */ }

Implementations§

§

impl DnR

pub const fn variant(&self) -> Dn

Get enumerated values variant

pub fn is_0(&self) -> bool

NaN operands propagate through to the output of a floating-point operation.

pub fn is_1(&self) -> bool

Any operation involving one or more NaNs returns the Default NaN.