Lines Matching defs:check
29 fn check(s: &str, result: &str) { in test_from_bytes_be() function
44 fn check(s: &str, result: &str) { in test_to_bytes_be() function
62 fn check(s: &str, result: &str) { in test_from_bytes_le() function
77 fn check(s: &str, result: &str) { in test_to_bytes_le() function
220 fn check(s: &str, shift: usize, ans: &str) { in test_shl() function
367 fn check(s: &str, shift: usize, ans: &str) { in test_shr() function
511 fn check(b1: BigUint, i: i64) { in test_convert_i64() function
535 fn check(b1: BigUint, i: i128) { in test_convert_i128() function
560 fn check(b1: BigUint, u: u64) { in test_convert_u64() function
583 fn check(b1: BigUint, u: u128) { in test_convert_u128() function
607 fn check(b1: &BigUint, f: f32) { in test_convert_f32() function
688 fn check(b1: &BigUint, f: f64) { in test_convert_f64() function
763 fn check(n: BigUint, ans: BigInt) { in test_convert_to_bigint() function
776 macro_rules! check { in test_convert_from_uint() macro
916 fn check(a: &BigUint, b: &BigUint, d: &BigUint, m: &BigUint) { in test_div_ceil() function
1052 fn check(a: usize, b: usize, c: usize) { in test_gcd() function
1070 fn check(a: usize, b: usize, c: usize) { in test_lcm() function
1693 fn check(n: usize, s: &str) { in test_factor() function
1786 macro_rules! check { in test_pow() macro