Home
last modified time | relevance | path

Searched refs:to_hashmap_and_scale (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.rs107 let (hashmap, scale) = value.unit.to_hashmap_and_scale(int)?; in create_unit_value_from_value()
384 let (hashmap, _scale) = self.unit.to_hashmap_and_scale(int)?; in is_unitless()
912 let (hashmap, _) = result.unit.to_hashmap_and_scale(int)?; in simplify()
1071 fn to_hashmap_and_scale<I: Interrupt>(&self, int: &I) -> FResult<HashmapScale> { in to_hashmap_and_scale() method
1162 let (hash_a, scale_a) = from.to_hashmap_and_scale(int)?; in compute_scale_factor()
1163 let (hash_b, scale_b) = into.to_hashmap_and_scale(int)?; in compute_scale_factor()