Lines Matching defs:Ur

351     fn add(self, rhs: UInt<Ur, B0>) -> Self::Output {  in add()
366 fn add(self, rhs: UInt<Ur, B1>) -> Self::Output { in add()
381 fn add(self, rhs: UInt<Ur, B0>) -> Self::Output { in add()
397 fn add(self, rhs: UInt<Ur, B1>) -> Self::Output { in add()
500 fn private_sub(self, rhs: UInt<Ur, B0>) -> Self::Output { in private_sub()
517 fn private_sub(self, rhs: UInt<Ur, B1>) -> Self::Output { in private_sub()
533 fn private_sub(self, rhs: UInt<Ur, B0>) -> Self::Output { in private_sub()
549 fn private_sub(self, rhs: UInt<Ur, B1>) -> Self::Output { in private_sub()
611 fn private_and(self, rhs: UInt<Ur, B0>) -> Self::Output { in private_and()
627 fn private_and(self, rhs: UInt<Ur, B1>) -> Self::Output { in private_and()
643 fn private_and(self, rhs: UInt<Ur, B0>) -> Self::Output { in private_and()
659 fn private_and(self, rhs: UInt<Ur, B1>) -> Self::Output { in private_and()
695 fn bitor(self, rhs: UInt<Ur, B0>) -> Self::Output { in bitor()
710 fn bitor(self, rhs: UInt<Ur, B1>) -> Self::Output { in bitor()
725 fn bitor(self, rhs: UInt<Ur, B0>) -> Self::Output { in bitor()
740 fn bitor(self, rhs: UInt<Ur, B1>) -> Self::Output { in bitor()
802 fn private_xor(self, rhs: UInt<Ur, B0>) -> Self::Output { in private_xor()
818 fn private_xor(self, rhs: UInt<Ur, B1>) -> Self::Output { in private_xor()
834 fn private_xor(self, rhs: UInt<Ur, B0>) -> Self::Output { in private_xor()
850 fn private_xor(self, rhs: UInt<Ur, B1>) -> Self::Output { in private_xor()
923 fn shl(self, rhs: UInt<Ur, Br>) -> Self::Output { in shl()
993 fn shr(self, rhs: UInt<Ur, Br>) -> Self::Output { in shr()
1062 fn mul(self, rhs: UInt<Ur, B>) -> Self::Output { in mul()
1078 fn mul(self, rhs: UInt<Ur, B>) -> Self::Output { in mul()
1127 fn compare<IM: InternalMarker>(&self, rhs: &UInt<Ur, B0>) -> Self::Output { in compare()
1140 fn compare<IM: InternalMarker>(&self, rhs: &UInt<Ur, B1>) -> Self::Output { in compare()
1153 fn compare<IM: InternalMarker>(&self, rhs: &UInt<Ur, B1>) -> Self::Output { in compare()
1166 fn compare<IM: InternalMarker>(&self, rhs: &UInt<Ur, B0>) -> Self::Output { in compare()
1183 fn private_cmp(&self, rhs: &UInt<Ur, B0>, so_far: SoFar) -> Self::Output { in private_cmp()
1200 fn private_cmp(&self, rhs: &UInt<Ur, B1>, so_far: SoFar) -> Self::Output { in private_cmp()
1217 fn private_cmp(&self, rhs: &UInt<Ur, B1>, _: SoFar) -> Self::Output { in private_cmp()
1234 fn private_cmp(&self, rhs: &UInt<Ur, B0>, _: SoFar) -> Self::Output { in private_cmp()
1701 fn div(self, _: UInt<Ur, Br>) -> Self::Output { in div()
1716 fn div(self, rhs: UInt<Ur, Br>) -> Self::Output { in div()
1729 fn rem(self, _: UInt<Ur, Br>) -> Self::Output { in rem()
1743 fn rem(self, rhs: UInt<Ur, Br>) -> Self::Output { in rem()
1841 fn private_div_quotient(self, n: N, d: D, q: Q, r: UInt<Ur, Br>, i: I) -> Self::Quotient { in private_div_quotient()
1851 fn private_div_remainder(self, n: N, d: D, q: Q, r: UInt<Ur, Br>, i: I) -> Self::Remainder { in private_div_remainder()
2056 fn partial_div(self, _: UInt<Ur, Br>) -> Self::Output { in partial_div()
2068 fn partial_div(self, rhs: UInt<Ur, Br>) -> Self::Output { in partial_div()