Lines Matching defs:Ur

345     fn add(self, rhs: UInt<Ur, B0>) -> Self::Output {  in add()
360 fn add(self, rhs: UInt<Ur, B1>) -> Self::Output { in add()
375 fn add(self, rhs: UInt<Ur, B0>) -> Self::Output { in add()
391 fn add(self, rhs: UInt<Ur, B1>) -> Self::Output { in add()
494 fn private_sub(self, rhs: UInt<Ur, B0>) -> Self::Output { in private_sub()
511 fn private_sub(self, rhs: UInt<Ur, B1>) -> Self::Output { in private_sub()
527 fn private_sub(self, rhs: UInt<Ur, B0>) -> Self::Output { in private_sub()
543 fn private_sub(self, rhs: UInt<Ur, B1>) -> Self::Output { in private_sub()
605 fn private_and(self, rhs: UInt<Ur, B0>) -> Self::Output { in private_and()
621 fn private_and(self, rhs: UInt<Ur, B1>) -> Self::Output { in private_and()
637 fn private_and(self, rhs: UInt<Ur, B0>) -> Self::Output { in private_and()
653 fn private_and(self, rhs: UInt<Ur, B1>) -> Self::Output { in private_and()
689 fn bitor(self, rhs: UInt<Ur, B0>) -> Self::Output { in bitor()
704 fn bitor(self, rhs: UInt<Ur, B1>) -> Self::Output { in bitor()
719 fn bitor(self, rhs: UInt<Ur, B0>) -> Self::Output { in bitor()
734 fn bitor(self, rhs: UInt<Ur, B1>) -> Self::Output { in bitor()
796 fn private_xor(self, rhs: UInt<Ur, B0>) -> Self::Output { in private_xor()
812 fn private_xor(self, rhs: UInt<Ur, B1>) -> Self::Output { in private_xor()
828 fn private_xor(self, rhs: UInt<Ur, B0>) -> Self::Output { in private_xor()
844 fn private_xor(self, rhs: UInt<Ur, B1>) -> Self::Output { in private_xor()
917 fn shl(self, rhs: UInt<Ur, Br>) -> Self::Output { in shl()
987 fn shr(self, rhs: UInt<Ur, Br>) -> Self::Output { in shr()
1056 fn mul(self, rhs: UInt<Ur, B>) -> Self::Output { in mul()
1072 fn mul(self, rhs: UInt<Ur, B>) -> Self::Output { in mul()
1121 fn compare<IM: InternalMarker>(&self, rhs: &UInt<Ur, B0>) -> Self::Output { in compare()
1134 fn compare<IM: InternalMarker>(&self, rhs: &UInt<Ur, B1>) -> Self::Output { in compare()
1147 fn compare<IM: InternalMarker>(&self, rhs: &UInt<Ur, B1>) -> Self::Output { in compare()
1160 fn compare<IM: InternalMarker>(&self, rhs: &UInt<Ur, B0>) -> Self::Output { in compare()
1177 fn private_cmp(&self, rhs: &UInt<Ur, B0>, so_far: SoFar) -> Self::Output { in private_cmp()
1194 fn private_cmp(&self, rhs: &UInt<Ur, B1>, so_far: SoFar) -> Self::Output { in private_cmp()
1211 fn private_cmp(&self, rhs: &UInt<Ur, B1>, _: SoFar) -> Self::Output { in private_cmp()
1228 fn private_cmp(&self, rhs: &UInt<Ur, B0>, _: SoFar) -> Self::Output { in private_cmp()
1695 fn div(self, _: UInt<Ur, Br>) -> Self::Output { in div()
1710 fn div(self, rhs: UInt<Ur, Br>) -> Self::Output { in div()
1723 fn rem(self, _: UInt<Ur, Br>) -> Self::Output { in rem()
1737 fn rem(self, rhs: UInt<Ur, Br>) -> Self::Output { in rem()
1835 fn private_div_quotient(self, n: N, d: D, q: Q, r: UInt<Ur, Br>, i: I) -> Self::Quotient { in private_div_quotient()
1845 fn private_div_remainder(self, n: N, d: D, q: Q, r: UInt<Ur, Br>, i: I) -> Self::Remainder { in private_div_remainder()
2050 fn partial_div(self, _: UInt<Ur, Br>) -> Self::Output { in partial_div()
2062 fn partial_div(self, rhs: UInt<Ur, Br>) -> Self::Output { in partial_div()