Home
last modified time | relevance | path

Searched defs:check_sub (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/tests/
Dbigint.rs759 fn check_sub(a: &BigInt, b: &BigInt, ans_d: &BigInt, ans_m: &BigInt) { in test_div_mod_floor() function
816 fn check_sub(a: &BigInt, b: &BigInt, ans_q: &BigInt, ans_r: &BigInt) { in test_div_rem() function
868 fn check_sub(a: &BigInt, b: &BigInt, ans_d: &BigInt) { in test_div_ceil() function
915 fn check_sub(a: &BigInt, b: &BigInt, ans_d: &BigInt, ans_m: &BigInt) { in test_div_rem_euclid() function
Dbigint_scalar.rs92 fn check_sub(a: &BigInt, b: u32, ans_q: &BigInt, ans_r: &BigInt) { in test_scalar_div_rem() function