Lines Matching defs:check
26 fn check(s: &str, result: &str) { in test_from_bytes_be() function
42 fn check(s: &str, result: &str) { in test_to_bytes_be() function
61 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
96 fn check(s: &str, result: Vec<u8>) { in test_to_signed_bytes_le() function
117 fn check(s: &[u8], result: &str) { in test_from_signed_bytes_le() function
138 fn check(s: &str, result: Vec<u8>) { in test_to_signed_bytes_be() function
159 fn check(s: &[u8], result: &str) { in test_from_signed_bytes_be() function
260 fn check(b1: BigInt, i: i64) { in test_convert_i64() function
291 fn check(b1: BigInt, i: i128) { in test_convert_i128() function
322 fn check(b1: BigInt, u: u64) { in test_convert_u64() function
348 fn check(b1: BigInt, u: u128) { in test_convert_u128() function
375 fn check(b1: &BigInt, f: f32) { in test_convert_f32() function
473 fn check(b1: &BigInt, f: f64) { in test_convert_f64() function
562 fn check(n: BigInt, ans_1: BigUint) { in test_convert_to_biguint() function
579 macro_rules! check { in test_convert_from_uint() macro
601 macro_rules! check { in test_convert_from_int() macro
764 fn check(a: &BigInt, b: &BigInt, d: &BigInt, m: &BigInt) { in test_div_mod_floor() function
825 fn check(a: &BigInt, b: &BigInt, q: &BigInt, r: &BigInt) { in test_div_rem() function
864 fn check(a: &BigInt, b: &BigInt, d: &BigInt, m: &BigInt) { in test_div_ceil() function
995 fn check(a: isize, b: isize, c: isize) { in test_gcd() function
1018 fn check(a: isize, b: isize, c: isize) { in test_lcm() function
1129 fn check(s: &str, ans: Option<isize>) { in test_from_str_radix() function
1291 macro_rules! check { in test_pow() macro