Lines Matching defs:BigInt
260 fn check(b1: BigInt, i: i64) { in test_convert_i64()
291 fn check(b1: BigInt, i: i128) { in test_convert_i128()
322 fn check(b1: BigInt, u: u64) { in test_convert_u64()
348 fn check(b1: BigInt, u: u128) { in test_convert_u128()
375 fn check(b1: &BigInt, f: f32) { in test_convert_f32()
473 fn check(b1: &BigInt, f: f64) { in test_convert_f64()
562 fn check(n: BigInt, ans_1: BigUint) { in test_convert_to_biguint()
751 fn check_sub(a: &BigInt, b: &BigInt, ans_d: &BigInt, ans_m: &BigInt) { in test_div_mod_floor()
764 fn check(a: &BigInt, b: &BigInt, d: &BigInt, m: &BigInt) { in test_div_mod_floor()
808 fn check_sub(a: &BigInt, b: &BigInt, ans_q: &BigInt, ans_r: &BigInt) { in test_div_rem()
825 fn check(a: &BigInt, b: &BigInt, q: &BigInt, r: &BigInt) { in test_div_rem()
860 fn check_sub(a: &BigInt, b: &BigInt, ans_d: &BigInt) { in test_div_ceil()
864 fn check(a: &BigInt, b: &BigInt, d: &BigInt, m: &BigInt) { in test_div_ceil()