Lines Matching defs:Ur

343     fn add(self, rhs: UInt<Ur, B0>) -> Self::Output {  in add()
358 fn add(self, rhs: UInt<Ur, B1>) -> Self::Output { in add()
373 fn add(self, rhs: UInt<Ur, B0>) -> Self::Output { in add()
389 fn add(self, rhs: UInt<Ur, B1>) -> Self::Output { in add()
492 fn private_sub(self, rhs: UInt<Ur, B0>) -> Self::Output { in private_sub()
509 fn private_sub(self, rhs: UInt<Ur, B1>) -> Self::Output { in private_sub()
525 fn private_sub(self, rhs: UInt<Ur, B0>) -> Self::Output { in private_sub()
541 fn private_sub(self, rhs: UInt<Ur, B1>) -> Self::Output { in private_sub()
603 fn private_and(self, rhs: UInt<Ur, B0>) -> Self::Output { in private_and()
619 fn private_and(self, rhs: UInt<Ur, B1>) -> Self::Output { in private_and()
635 fn private_and(self, rhs: UInt<Ur, B0>) -> Self::Output { in private_and()
651 fn private_and(self, rhs: UInt<Ur, B1>) -> Self::Output { in private_and()
687 fn bitor(self, rhs: UInt<Ur, B0>) -> Self::Output { in bitor()
702 fn bitor(self, rhs: UInt<Ur, B1>) -> Self::Output { in bitor()
717 fn bitor(self, rhs: UInt<Ur, B0>) -> Self::Output { in bitor()
732 fn bitor(self, rhs: UInt<Ur, B1>) -> Self::Output { in bitor()
794 fn private_xor(self, rhs: UInt<Ur, B0>) -> Self::Output { in private_xor()
810 fn private_xor(self, rhs: UInt<Ur, B1>) -> Self::Output { in private_xor()
826 fn private_xor(self, rhs: UInt<Ur, B0>) -> Self::Output { in private_xor()
842 fn private_xor(self, rhs: UInt<Ur, B1>) -> Self::Output { in private_xor()
915 fn shl(self, rhs: UInt<Ur, Br>) -> Self::Output { in shl()
985 fn shr(self, rhs: UInt<Ur, Br>) -> Self::Output { in shr()
1054 fn mul(self, rhs: UInt<Ur, B>) -> Self::Output { in mul()
1070 fn mul(self, rhs: UInt<Ur, B>) -> Self::Output { in mul()
1119 fn compare<IM: InternalMarker>(&self, rhs: &UInt<Ur, B0>) -> Self::Output { in compare()
1132 fn compare<IM: InternalMarker>(&self, rhs: &UInt<Ur, B1>) -> Self::Output { in compare()
1145 fn compare<IM: InternalMarker>(&self, rhs: &UInt<Ur, B1>) -> Self::Output { in compare()
1158 fn compare<IM: InternalMarker>(&self, rhs: &UInt<Ur, B0>) -> Self::Output { in compare()
1175 fn private_cmp(&self, rhs: &UInt<Ur, B0>, so_far: SoFar) -> Self::Output { in private_cmp()
1192 fn private_cmp(&self, rhs: &UInt<Ur, B1>, so_far: SoFar) -> Self::Output { in private_cmp()
1209 fn private_cmp(&self, rhs: &UInt<Ur, B1>, _: SoFar) -> Self::Output { in private_cmp()
1226 fn private_cmp(&self, rhs: &UInt<Ur, B0>, _: SoFar) -> Self::Output { in private_cmp()
1693 fn div(self, _: UInt<Ur, Br>) -> Self::Output { in div()
1708 fn div(self, rhs: UInt<Ur, Br>) -> Self::Output { in div()
1721 fn rem(self, _: UInt<Ur, Br>) -> Self::Output { in rem()
1735 fn rem(self, rhs: UInt<Ur, Br>) -> Self::Output { in rem()
1833 fn private_div_quotient(self, n: N, d: D, q: Q, r: UInt<Ur, Br>, i: I) -> Self::Quotient { in private_div_quotient()
1843 fn private_div_remainder(self, n: N, d: D, q: Q, r: UInt<Ur, Br>, i: I) -> Self::Remainder { in private_div_remainder()
2048 fn partial_div(self, _: UInt<Ur, Br>) -> Self::Output { in partial_div()
2060 fn partial_div(self, rhs: UInt<Ur, Br>) -> Self::Output { in partial_div()