Searched defs:powi (Results 1 – 4 of 4) sorted by relevance
257 fn powi(self, n: i32) -> Self; in powi() method
676 fn powi(mut self, mut exp: i32) -> Self { in powi() method1347 fn powi(self, n: i32) -> Self; in powi() method
274 fn powi(self, exp: i32) -> Self { in powi() method416 fn powi(self, n: i32) -> Self { in powi() method1012 fn powi(self, exp: i32) -> Self { in powi() method1154 fn powi(self, n: i32) -> Self { in powi() method
506 uint64_t powi = 1; in print_num() local