Lines Matching defs:NInt

47 pub struct NInt<U: Unsigned + NonZero> {  struct
59 impl<U: Unsigned + NonZero> NInt<U> { impl
80 impl<U: Unsigned + NonZero> NonZero for NInt<U> {} implementation
159 impl<U: Unsigned + NonZero> Integer for NInt<U> { implementation
217 impl<U: Unsigned + NonZero> Neg for NInt<U> { implementation
247 impl<U: Unsigned + NonZero> Add<Z0> for NInt<U> { implementation
269 impl<Ul: Unsigned + NonZero, Ur: Unsigned + NonZero> Add<NInt<Ur>> for NInt<Ul> implementation
298 impl<Ul: Unsigned + NonZero, Ur: Unsigned + NonZero> Add<PInt<Ur>> for NInt<Ul> implementation
390 impl<U: Unsigned + NonZero> Sub<Z0> for NInt<U> { implementation
412 impl<Ul: Unsigned + NonZero, Ur: Unsigned + NonZero> Sub<PInt<Ur>> for NInt<Ul> implementation
441 impl<Ul: Unsigned + NonZero, Ur: Unsigned + NonZero> Sub<NInt<Ur>> for NInt<Ul> implementation
477 impl<U: Unsigned + NonZero> Mul<Z0> for NInt<U> { implementation
499 impl<Ul: Unsigned + NonZero, Ur: Unsigned + NonZero> Mul<NInt<Ur>> for NInt<Ul> implementation
525 impl<Ul: Unsigned + NonZero, Ur: Unsigned + NonZero> Mul<PInt<Ur>> for NInt<Ul> implementation
669 impl<U: Unsigned + NonZero> Cmp<Z0> for NInt<U> { implementation
679 impl<P: Unsigned + NonZero, N: Unsigned + NonZero> Cmp<PInt<P>> for NInt<N> { implementation
709 impl<Nl: Unsigned + NonZero, Nr: Cmp<Nl> + Unsigned + NonZero> Cmp<NInt<Nr>> for NInt<Nl> { implementation
841 impl<U: Unsigned + NonZero> Pow<Z0> for NInt<U> { implementation
863 impl<Ul: Unsigned + NonZero, Ur: Unsigned> Pow<PInt<UInt<Ur, B0>>> for NInt<Ul> implementation
876 impl<Ul: Unsigned + NonZero, Ur: Unsigned> Pow<PInt<UInt<Ur, B1>>> for NInt<Ul> implementation
917 impl<U> Gcd<Z0> for NInt<U> implementation
933 impl<U1, U2> Gcd<PInt<U2>> for NInt<U1> implementation
951 impl<U1, U2> Gcd<NInt<U2>> for NInt<U1> implementation
1005 impl<U> Min<Z0> for NInt<U> implementation
1031 impl<Ul, Ur> Min<PInt<Ur>> for NInt<Ul> implementation
1055 impl<Ul, Ur> Min<NInt<Ur>> for NInt<Ul> implementation
1114 impl<U> Max<Z0> for NInt<U> implementation
1140 impl<Ul, Ur> Max<PInt<Ur>> for NInt<Ul> implementation
1164 impl<Ul, Ur> Max<NInt<Ur>> for NInt<Ul> implementation
1212 impl<U> ToInt<i8> for NInt<U> implementation
1222 impl<U> ToInt<i16> for NInt<U> implementation
1232 impl<U> ToInt<i32> for NInt<U> implementation
1242 impl<U> ToInt<i64> for NInt<U> implementation