Searched defs:ExpInt (Results 1 – 3 of 3) sorted by relevance
| /third_party/rust/rust/compiler/rustc_apfloat/src/ |
| D | ieee.rs | 1384 fn ilogb(mut self) -> ExpInt { in ilogb() 1404 fn scalbn_r(mut self, exp: ExpInt, round: Round) -> Self { in scalbn_r() 1424 fn frexp_r(mut self, exp: &mut ExpInt, round: Round) -> Self { in frexp_r() 2329 pub(super) fn shift_left(dst: &mut [Limb], exp: &mut ExpInt, bits: usize) { in shift_left() 2361 pub(super) fn shift_right(dst: &mut [Limb], exp: &mut ExpInt, bits: usize) -> Loss { in shift_right() 2432 pub(super) fn from_limbs(dst: &mut [Limb], src: &[Limb], precision: usize) -> (Loss, ExpInt) { in from_limbs() argument 2513 a_exp: &mut ExpInt, in add_or_sub() 2516 b_exp: ExpInt, in add_or_sub() 2601 exp: &mut ExpInt, in mul() 2667 exp: &mut ExpInt, in div()
|
| D | ppc.rs | 418 fn ilogb(self) -> ExpInt { in ilogb() 422 fn scalbn_r(self, exp: ExpInt, round: Round) -> Self { in scalbn_r() 426 fn frexp_r(self, exp: &mut ExpInt, round: Round) -> Self { in frexp_r()
|
| D | lib.rs | 133 pub type ExpInt = i16; typedef 542 fn ilogb(self) -> ExpInt; in ilogb() 546 fn scalbn_r(self, exp: ExpInt, round: Round) -> Self; in scalbn_r() 555 fn frexp_r(self, exp: &mut ExpInt, round: Round) -> Self; in frexp_r()
|