[][src]Crate specialized_div_rem

Functions

i8_div_rem_binary_long

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

i16_div_rem_binary_long

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

i32_div_rem_binary_long

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

i32_div_rem_delegate

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

i32_div_rem_trifecta

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

i32_div_rem_asymmetric

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

i64_div_rem_binary_long

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

i64_div_rem_delegate

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

i64_div_rem_trifecta

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

i64_div_rem_asymmetric

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

i128_div_rem_binary_long

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

i128_div_rem_delegate

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

i128_div_rem_trifecta

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

i128_div_rem_asymmetric

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

u8_div_rem_binary_long

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

u16_div_rem_binary_long

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

u32_div_rem_binary_long

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

u32_div_rem_delegate

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

u32_div_rem_trifecta

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

u32_div_rem_asymmetric

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

u64_div_rem_binary_long

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

u64_div_rem_delegate

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

u64_div_rem_trifecta

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

u64_div_rem_asymmetric

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

u128_div_rem_binary_long

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

u128_div_rem_delegate

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

u128_div_rem_trifecta

Computes the quotient and remainder of duo divided by div and returns them as a tuple.

u128_div_rem_asymmetric

Computes the quotient and remainder of duo divided by div and returns them as a tuple.