Searched defs:ExtendedFloat (Results 1 – 6 of 6) sorted by relevance
/third_party/rust/crates/minimal-lexical/src/ |
D | extended_float.rs | 11 pub struct ExtendedFloat { struct 18 /// Converts an `ExtendedFloat` to the closest machine float type. argument
|
D | rounding.rs | 17 pub fn round<F, Cb>(fp: &mut ExtendedFloat, cb: Cb) in round() 20 Cb: Fn(&mut ExtendedFloat, i32), in round() 77 pub fn round_nearest_tie_even<Cb>(fp: &mut ExtendedFloat, shift: i32, cb: Cb) in round_nearest_tie_even() 124 pub fn round_down(fp: &mut ExtendedFloat, shift: i32) { in round_down()
|
D | slow.rs | 38 fp: ExtendedFloat, in slow() 69 pub fn positive_digit_comp<F: Float>(mut bigmant: Bigint, exponent: i32) -> ExtendedFloat { in positive_digit_comp() 118 mut fp: ExtendedFloat, in negative_digit_comp() 120 ) -> ExtendedFloat { in negative_digit_comp() 388 pub fn b<F: Float>(float: F) -> ExtendedFloat { in b() 397 pub fn bh<F: Float>(float: F) -> ExtendedFloat { in bh()
|
D | lemire.rs | 16 pub fn lemire<F: Float>(num: &Number) -> ExtendedFloat { in lemire() 48 pub fn compute_float<F: Float>(q: i32, mut w: u64) -> ExtendedFloat { in compute_float() 153 pub fn compute_error<F: Float>(q: i32, mut w: u64) -> ExtendedFloat { in compute_error() 162 pub fn compute_error_scaled<F: Float>(q: i32, mut w: u64, lz: i32) -> ExtendedFloat { in compute_error_scaled()
|
D | bellerophon.rs | 39 pub fn bellerophon<F: Float>(num: &Number) -> ExtendedFloat { in bellerophon() 314 pub fn mul(x: &ExtendedFloat, y: &ExtendedFloat) -> ExtendedFloat { in mul() 367 pub fn get_small(&self, index: usize) -> ExtendedFloat { in get_small() 377 pub fn get_large(&self, index: usize) -> ExtendedFloat { in get_large()
|
D | parse.rs | 176 pub fn moderate_path<F: Float>(num: &Number) -> ExtendedFloat { in moderate_path()
|