/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/num-bigint-0.4.1/src/biguint/ |
H A D | division.rs | 158 div_rem_core(u, &d.data) in div_rem() 160 let (q, r) = div_rem_core(u << shift, &(d << shift).data); in div_rem() 200 div_rem_core(u.clone(), &d.data) in div_rem_ref() 202 let (q, r) = div_rem_core(u << shift, &(d << shift).data); in div_rem_ref() 210 fn div_rem_core(mut a: BigUint, b: &[BigDigit]) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/lang/gleam/gleam-0.18.2/cargo-crates/num-bigint-0.4.3/src/biguint/ |
H A D | division.rs | 158 div_rem_core(u, &d.data) in div_rem() 160 let (q, r) = div_rem_core(u << shift, &(d << shift).data); in div_rem() 200 div_rem_core(u.clone(), &d.data) in div_rem_ref() 202 let (q, r) = div_rem_core(u << shift, &(d << shift).data); in div_rem_ref() 210 fn div_rem_core(mut a: BigUint, b: &[BigDigit]) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/security/suricata/suricata-6.0.4/rust/vendor/num-bigint/src/biguint/ |
H A D | division.rs | 150 div_rem_core(u, &d) in div_rem() 152 div_rem_core(u << shift, &(d << shift)) in div_rem() 192 div_rem_core(u.clone(), d) in div_rem_ref() 194 div_rem_core(u << shift, &(d << shift)) in div_rem_ref() 202 fn div_rem_core(mut a: BigUint, b: &BigUint) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/num-bigint-0.4.3/src/biguint/ |
H A D | division.rs | 158 div_rem_core(u, &d.data) in div_rem() 160 let (q, r) = div_rem_core(u << shift, &(d << shift).data); in div_rem() 200 div_rem_core(u.clone(), &d.data) in div_rem_ref() 202 let (q, r) = div_rem_core(u << shift, &(d << shift).data); in div_rem_ref() 210 fn div_rem_core(mut a: BigUint, b: &[BigDigit]) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/num-bigint-0.4.2/src/biguint/ |
H A D | division.rs | 158 div_rem_core(u, &d.data) in div_rem() 160 let (q, r) = div_rem_core(u << shift, &(d << shift).data); in div_rem() 200 div_rem_core(u.clone(), &d.data) in div_rem_ref() 202 let (q, r) = div_rem_core(u << shift, &(d << shift).data); in div_rem_ref() 210 fn div_rem_core(mut a: BigUint, b: &[BigDigit]) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/num-bigint-0.3.3/src/biguint/ |
H A D | division.rs | 150 div_rem_core(u, &d) in div_rem() 152 div_rem_core(u << shift, &(d << shift)) in div_rem() 192 div_rem_core(u.clone(), d) in div_rem_ref() 194 div_rem_core(u << shift, &(d << shift)) in div_rem_ref() 202 fn div_rem_core(mut a: BigUint, b: &BigUint) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/num-bigint-0.4.2/src/biguint/ |
H A D | division.rs | 158 div_rem_core(u, &d.data) in div_rem() 160 let (q, r) = div_rem_core(u << shift, &(d << shift).data); in div_rem() 200 div_rem_core(u.clone(), &d.data) in div_rem_ref() 202 let (q, r) = div_rem_core(u << shift, &(d << shift).data); in div_rem_ref() 210 fn div_rem_core(mut a: BigUint, b: &[BigDigit]) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/num-bigint-0.4.3/src/biguint/ |
H A D | division.rs | 158 div_rem_core(u, &d.data) in div_rem() 160 let (q, r) = div_rem_core(u << shift, &(d << shift).data); in div_rem() 200 div_rem_core(u.clone(), &d.data) in div_rem_ref() 202 let (q, r) = div_rem_core(u << shift, &(d << shift).data); in div_rem_ref() 210 fn div_rem_core(mut a: BigUint, b: &[BigDigit]) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/num-bigint-0.4.3/src/biguint/ |
H A D | division.rs | 158 div_rem_core(u, &d.data) in div_rem() 160 let (q, r) = div_rem_core(u << shift, &(d << shift).data); in div_rem() 200 div_rem_core(u.clone(), &d.data) in div_rem_ref() 202 let (q, r) = div_rem_core(u << shift, &(d << shift).data); in div_rem_ref() 210 fn div_rem_core(mut a: BigUint, b: &[BigDigit]) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/num-bigint-0.3.2/src/biguint/ |
H A D | division.rs | 150 div_rem_core(u, &d) in div_rem() 152 div_rem_core(u << shift, &(d << shift)) in div_rem() 192 div_rem_core(u.clone(), d) in div_rem_ref() 194 div_rem_core(u << shift, &(d << shift)) in div_rem_ref() 202 fn div_rem_core(mut a: BigUint, b: &BigUint) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/num-bigint-0.2.6/src/ |
H A D | algorithms.rs | 543 div_rem_core(u, &d) in div_rem() 545 div_rem_core(u << shift, &(d << shift)) in div_rem() 585 div_rem_core(u.clone(), d) in div_rem_ref() 587 div_rem_core(u << shift, &(d << shift)) in div_rem_ref() 602 fn div_rem_core(mut a: BigUint, b: &BigUint) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/devel/sccache/sccache-0.2.15/cargo-crates/num-bigint-0.2.6/src/ |
H A D | algorithms.rs | 543 div_rem_core(u, &d) in div_rem() 545 div_rem_core(u << shift, &(d << shift)) in div_rem() 585 div_rem_core(u.clone(), d) in div_rem_ref() 587 div_rem_core(u << shift, &(d << shift)) in div_rem_ref() 602 fn div_rem_core(mut a: BigUint, b: &BigUint) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/num-bigint-0.2.6/src/ |
H A D | algorithms.rs | 543 div_rem_core(u, &d) in div_rem() 545 div_rem_core(u << shift, &(d << shift)) in div_rem() 585 div_rem_core(u.clone(), d) in div_rem_ref() 587 div_rem_core(u << shift, &(d << shift)) in div_rem_ref() 602 fn div_rem_core(mut a: BigUint, b: &BigUint) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/security/suricata/suricata-6.0.4/rust/vendor/num-bigint-0.2.6/src/ |
H A D | algorithms.rs | 543 div_rem_core(u, &d) in div_rem() 545 div_rem_core(u << shift, &(d << shift)) in div_rem() 585 div_rem_core(u.clone(), d) in div_rem_ref() 587 div_rem_core(u << shift, &(d << shift)) in div_rem_ref() 602 fn div_rem_core(mut a: BigUint, b: &BigUint) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/num-bigint-0.2.6/src/ |
H A D | algorithms.rs | 543 div_rem_core(u, &d) in div_rem() 545 div_rem_core(u << shift, &(d << shift)) in div_rem() 585 div_rem_core(u.clone(), d) in div_rem_ref() 587 div_rem_core(u << shift, &(d << shift)) in div_rem_ref() 602 fn div_rem_core(mut a: BigUint, b: &BigUint) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/www/firefox/firefox-99.0/third_party/rust/num-bigint/src/ |
H A D | algorithms.rs | 543 div_rem_core(u, &d) in div_rem() 545 div_rem_core(u << shift, &(d << shift)) in div_rem() 585 div_rem_core(u.clone(), d) in div_rem_ref() 587 div_rem_core(u << shift, &(d << shift)) in div_rem_ref() 602 fn div_rem_core(mut a: BigUint, b: &BigUint) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/num-bigint/src/ |
H A D | algorithms.rs | 543 div_rem_core(u, &d) in div_rem() 545 div_rem_core(u << shift, &(d << shift)) in div_rem() 585 div_rem_core(u.clone(), d) in div_rem_ref() 587 div_rem_core(u << shift, &(d << shift)) in div_rem_ref() 602 fn div_rem_core(mut a: BigUint, b: &BigUint) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/net-im/fractal/fractal-4.4.0/vendor/num-bigint/src/ |
H A D | algorithms.rs | 543 div_rem_core(u, &d) in div_rem() 545 div_rem_core(u << shift, &(d << shift)) in div_rem() 585 div_rem_core(u.clone(), d) in div_rem_ref() 587 div_rem_core(u << shift, &(d << shift)) in div_rem_ref() 602 fn div_rem_core(mut a: BigUint, b: &BigUint) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/num-bigint/src/ |
H A D | algorithms.rs | 543 div_rem_core(u, &d) in div_rem() 545 div_rem_core(u << shift, &(d << shift)) in div_rem() 585 div_rem_core(u.clone(), d) in div_rem_ref() 587 div_rem_core(u << shift, &(d << shift)) in div_rem_ref() 602 fn div_rem_core(mut a: BigUint, b: &BigUint) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/num-bigint-0.2.6/src/ |
H A D | algorithms.rs | 543 div_rem_core(u, &d) in div_rem() 545 div_rem_core(u << shift, &(d << shift)) in div_rem() 585 div_rem_core(u.clone(), d) in div_rem_ref() 587 div_rem_core(u << shift, &(d << shift)) in div_rem_ref() 602 fn div_rem_core(mut a: BigUint, b: &BigUint) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/num-bigint/src/ |
H A D | algorithms.rs | 543 div_rem_core(u, &d) in div_rem() 545 div_rem_core(u << shift, &(d << shift)) in div_rem() 585 div_rem_core(u.clone(), d) in div_rem_ref() 587 div_rem_core(u << shift, &(d << shift)) in div_rem_ref() 602 fn div_rem_core(mut a: BigUint, b: &BigUint) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/www/jwt-cli/jwt-cli-5.0.0/cargo-crates/num-bigint-0.2.6/src/ |
H A D | algorithms.rs | 543 div_rem_core(u, &d) in div_rem() 545 div_rem_core(u << shift, &(d << shift)) in div_rem() 585 div_rem_core(u.clone(), d) in div_rem_ref() 587 div_rem_core(u << shift, &(d << shift)) in div_rem_ref() 602 fn div_rem_core(mut a: BigUint, b: &BigUint) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/num-bigint-0.2.6/src/ |
H A D | algorithms.rs | 543 div_rem_core(u, &d) in div_rem() 545 div_rem_core(u << shift, &(d << shift)) in div_rem() 585 div_rem_core(u.clone(), d) in div_rem_ref() 587 div_rem_core(u << shift, &(d << shift)) in div_rem_ref() 602 fn div_rem_core(mut a: BigUint, b: &BigUint) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/num-bigint-0.2.5/src/ |
H A D | algorithms.rs | 543 div_rem_core(u, &d) in div_rem() 545 div_rem_core(u << shift, &(d << shift)) in div_rem() 585 div_rem_core(u.clone(), d) in div_rem_ref() 587 div_rem_core(u << shift, &(d << shift)) in div_rem_ref() 602 fn div_rem_core(mut a: BigUint, b: &BigUint) -> (BigUint, BigUint) { in div_rem_core() function
|
/dports/sysutils/vector/vector-0.10.0/cargo-crates/num-bigint-0.3.0/src/ |
H A D | algorithms.rs | 590 div_rem_core(u, &d) in div_rem() 592 div_rem_core(u << shift, &(d << shift)) in div_rem() 632 div_rem_core(u.clone(), d) in div_rem_ref() 634 div_rem_core(u << shift, &(d << shift)) in div_rem_ref() 649 fn div_rem_core(mut a: BigUint, b: &BigUint) -> (BigUint, BigUint) { in div_rem_core() function
|