Home
last modified time | relevance | path

Searched defs:ExpInt (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_apfloat/src/
Dieee.rs1384 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()
Dppc.rs418 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()
Dlib.rs133 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()