Searched refs:to_hashmap_and_scale (Results 1 – 1 of 1) sorted by relevance
107 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() method1162 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()