Home
last modified time | relevance | path

Searched defs:powi (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/num-traits/src/
Dreal.rs257 fn powi(self, n: i32) -> Self; in powi() method
Dfloat.rs676 fn powi(mut self, mut exp: i32) -> Self { in powi() method
1347 fn powi(self, n: i32) -> Self; in powi() method
/external/rust/crates/half/src/
Dnum_traits.rs274 fn powi(self, exp: i32) -> Self { in powi() method
416 fn powi(self, n: i32) -> Self { in powi() method
1012 fn powi(self, exp: i32) -> Self { in powi() method
1154 fn powi(self, n: i32) -> Self { in powi() method
/external/iproute2/ip/
Dipaddress.c506 uint64_t powi = 1; in print_num() local