Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/tests/
H A Dbellerophon.rs4 use minimal_lexical::bellerophon::bellerophon;
21 let xfp = bellerophon::<F>(&num); in bellerophon_test()
47 let fp = bellerophon::<f32>(&num); in compute_float32()
57 let fp = bellerophon::<f64>(&num); in compute_float64()
H A Dbellerophon_tests.rs3 mod bellerophon; modules
5 use bellerophon::{bellerophon_test, compute_float32, compute_float64};
/third_party/rust/crates/minimal-lexical/src/
H A Dparse.rs6 use crate::bellerophon::bellerophon;
181 return bellerophon::<F>(num); in moderate_path()
H A Dlib.rs46 pub mod bellerophon; modules
H A Dtable_bellerophon.rs16 use crate::bellerophon::BellerophonPowers;
H A Dbellerophon.rs39 pub fn bellerophon<F: Float>(num: &Number) -> ExtendedFloat { in bellerophon() functions

Completed in 2 milliseconds