Home
last modified time | relevance | path

Searched defs:to_f64 (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/criterion/src/
Dmeasurement.rs100 fn to_f64(&self, value: &Self::Value) -> f64; in to_f64() method
206 fn to_f64(&self, val: &Self::Value) -> f64 { in to_f64() method
/external/rust/crates/criterion/benches/benchmarks/
Dcustom_measurement.rs88 fn to_f64(&self, val: &Self::Value) -> f64 { in to_f64() method
/external/rust/crates/num-traits/src/
Dcast.rs128 fn to_f64(&self) -> Option<f64> { in to_f64() method
/external/rust/crates/half/src/
Dbfloat.rs186 pub fn to_f64(self) -> f64 { in to_f64() method
681 fn to_f64(&self) -> Option<f64> { in to_f64() method
Dbinary16.rs69 fn to_f64(&self) -> Option<f64> { in to_f64() method
494 pub fn to_f64(self) -> f64 { in to_f64() method