[][src]Crate specialized_div_rem

Functions

i32_div_rem_binary_shift

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_shift

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_shift

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.

u32_div_rem_binary_shift

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_shift

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_shift

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.