Home
last modified time | relevance | path

Searched refs:FPUControlWord (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/minimal-lexical/src/
H A Dfpu.rs41 pub struct FPUControlWord(u16); structure names
55 /// Sets the precision field of the FPU to `T` and returns a `FPUControlWord`.
56 pub fn set_precision<T>() -> FPUControlWord { in set_precision()
67 // `FPUControlWord` structure is dropped in set_precision()
82 FPUControlWord(cw) in set_precision()
85 impl Drop for FPUControlWord {

Completed in 2 milliseconds