Lines Matching refs:bi
5 let mut bi = FixedBigInt::new(224); in test_fixed_big_int_set_bit() localVariable
7 bi.set_bit(0); in test_fixed_big_int_set_bit()
9 bi.to_string(), in test_fixed_big_int_set_bit()
13 bi.lsh(1); in test_fixed_big_int_set_bit()
15 bi.to_string(), in test_fixed_big_int_set_bit()
19 bi.lsh(0); in test_fixed_big_int_set_bit()
21 bi.to_string(), in test_fixed_big_int_set_bit()
25 bi.set_bit(10); in test_fixed_big_int_set_bit()
27 bi.to_string(), in test_fixed_big_int_set_bit()
30 bi.lsh(20); in test_fixed_big_int_set_bit()
32 bi.to_string(), in test_fixed_big_int_set_bit()
36 bi.set_bit(80); in test_fixed_big_int_set_bit()
38 bi.to_string(), in test_fixed_big_int_set_bit()
41 bi.lsh(4); in test_fixed_big_int_set_bit()
43 bi.to_string(), in test_fixed_big_int_set_bit()
47 bi.set_bit(130); in test_fixed_big_int_set_bit()
49 bi.to_string(), in test_fixed_big_int_set_bit()
52 bi.lsh(64); in test_fixed_big_int_set_bit()
54 bi.to_string(), in test_fixed_big_int_set_bit()
58 bi.set_bit(7); in test_fixed_big_int_set_bit()
60 bi.to_string(), in test_fixed_big_int_set_bit()
64 bi.lsh(129); in test_fixed_big_int_set_bit()
66 bi.to_string(), in test_fixed_big_int_set_bit()
71 bi.lsh(1); in test_fixed_big_int_set_bit()
72 bi.set_bit(0); in test_fixed_big_int_set_bit()
75 bi.to_string(), in test_fixed_big_int_set_bit()