Home
last modified time | relevance | path

Searched refs:compute_scale_factor (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/num/
H A Dunit.rs190 let scale_factor = Unit::compute_scale_factor(&rhs.unit, &self.unit, int)?; in add()
231 let scale_factor = Unit::compute_scale_factor(&self.unit, &rhs.unit, int)?; in convert_to()
247 let scale_factor = Unit::compute_scale_factor(&rhs.unit, &self.unit, int)?; in sub()
828 let conversion = Unit::compute_scale_factor( in simplify()
1157 fn compute_scale_factor<I: Interrupt>( in compute_scale_factor() method