Home
last modified time | relevance | path

Searched defs:carry (Results 1 – 25 of 4681) sorted by relevance

12345678910>>...188

/dports/math/cln/cln-1.3.6/src/base/digitseq/
H A Dcl_DS_mul_kara.h59 {var uintD carry = // Hauptteile von x1 und x0 addieren: in mulu_karatsuba() local
108 {var uintD carry = in mulu_karatsuba() local
115 {var uintD carry = in mulu_karatsuba() local
123 {var uintD carry = in mulu_karatsuba() local
136 { var uintD carry = in mulu_karatsuba() local
163 {var uintD carry = // x1 und unteren Teil von x0 addieren: in mulu_karatsuba() local
177 {var uintD carry = // Hauptteile von y1 und y0 addieren: in mulu_karatsuba() local
207 {var uintD carry = in mulu_karatsuba() local
217 {var uintD carry = in mulu_karatsuba() local
244 {var uintD carry = in mulu_karatsuba() local
[all …]
H A Dcl_DS_mul_kara_sqr.h20 {var uintD carry = // Hauptteile von x1 und x0 addieren: in mulu_karatsuba_square() local
49 {var uintD carry = in mulu_karatsuba_square() local
56 {var uintD carry = in mulu_karatsuba_square() local
77 {var uintD carry = in mulu_karatsuba_square() local
/dports/security/botan110/Botan-1.10.17/src/math/mp/mp_x86_32_msvc/
H A Dmp_asmi.h21 inline word word_add(word x, word y, word* carry) in word_add()
33 inline word word8_add2(word x[8], const word y[8], word carry) in word8_add2()
112 inline word word_sub(word x, word y, word* carry) in word_sub()
124 inline word word8_sub2(word x[8], const word y[8], word carry) in word8_sub2()
163 inline word word8_sub2_rev(word x[8], const word y[8], word carry) in word8_sub2_rev()
181 const word y[8], word carry) in word8_sub3()
221 inline word word8_linmul2(word x[8], word y, word carry) in word8_linmul2()
288 word y, word carry) in word8_muladd()
494 inline word word8_madd3(word z[8], const word x[8], word y, word carry) in word8_madd3()
512 word carry = *w0; in word3_muladd() local
[all …]
/dports/security/botan110/Botan-1.10.17/src/math/mp/mp_generic/
H A Dmp_asmi.h21 inline word word_add(word x, word y, word* carry) in word_add()
33 inline word word8_add2(word x[8], const word y[8], word carry) in word8_add2()
50 const word y[8], word carry) in word8_add3()
66 inline word word_sub(word x, word y, word* carry) in word_sub()
78 inline word word8_sub2(word x[8], const word y[8], word carry) in word8_sub2()
94 inline word word8_sub2_rev(word x[8], const word y[8], word carry) in word8_sub2_rev()
111 const word y[8], word carry) in word8_sub3()
127 inline word word8_linmul2(word x[8], word y, word carry) in word8_linmul2()
159 inline word word8_madd3(word z[8], const word x[8], word y, word carry) in word8_madd3()
177 word carry = *w0; in word3_muladd() local
[all …]
/dports/devel/qca/qca-2.3.4/src/botantools/botan/botan/
H A Dmp_asmi.h47 inline word word_add(word x, word y, word *carry) in word_add()
59 inline word word8_add2(word x[8], const word y[8], word carry) in word8_add2()
75 inline word word8_add3(word z[8], const word x[8], const word y[8], word carry) in word8_add3()
91 inline word word_sub(word x, word y, word *carry) in word_sub()
103 inline word word8_sub2(word x[4], const word y[4], word carry) in word8_sub2()
119 inline word word8_sub3(word z[8], const word x[8], const word y[8], word carry) in word8_sub3()
135 inline word word8_linmul2(word x[4], word y, word carry) in word8_linmul2()
151 inline word word8_linmul3(word z[8], const word x[8], word y, word carry) in word8_linmul3()
167 inline word word8_madd3(word z[8], const word x[8], word y, word carry) in word8_madd3()
202 word carry = 0; in word3_muladd_2() local
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dintmal.d208 var uintD carry = in square_2bigloop_down() local
216 var uintD carry = in square_2bigloop_down() local
240 var uintD carry = in square_2bigloop_down() local
506 var uintD carry = in mulu_2bigloop_down() local
515 var uintD carry = in mulu_2bigloop_down() local
524 var uintD carry = in mulu_2bigloop_down() local
537 var uintD carry = in mulu_2bigloop_down() local
626 var uintD carry = in mulu_2bigloop_down() local
638 var uintD carry = in mulu_2bigloop_down() local
668 var uintD carry = in mulu_2bigloop_down() local
[all …]
/dports/audio/aylet/aylet-0.5/
H A Dedops.c353 {unsigned char carry=cy; variable
394 {unsigned char carry=cy; variable
436 {unsigned char carry=cy; variable
478 {unsigned char carry=cy; variable
/dports/security/botan110/Botan-1.10.17/src/math/mp/mp_x86_32/
H A Dmp_asmi.h71 inline word word_add(word x, word y, word* carry) in word_add()
84 inline word word8_add2(word x[8], const word y[8], word carry) in word8_add2()
97 inline word word8_add3(word z[8], const word x[8], const word y[8], word carry) in word8_add3()
110 inline word word_sub(word x, word y, word* carry) in word_sub()
123 inline word word8_sub2(word x[8], const word y[8], word carry) in word8_sub2()
136 inline word word8_sub2_rev(word x[8], const word y[8], word carry) in word8_sub2_rev()
149 inline word word8_sub3(word z[8], const word x[8], const word y[8], word carry) in word8_sub3()
162 inline word word8_linmul2(word x[8], word y, word carry) in word8_linmul2()
175 inline word word8_linmul3(word z[8], const word x[8], word y, word carry) in word8_linmul3()
188 inline word word8_madd3(word z[8], const word x[8], word y, word carry) in word8_madd3()
/dports/security/botan110/Botan-1.10.17/src/math/mp/mp_x86_64/
H A Dmp_asmi.h71 inline word word_add(word x, word y, word* carry) in word_add()
84 inline word word8_add2(word x[8], const word y[8], word carry) in word8_add2()
97 inline word word8_add3(word z[8], const word x[8], const word y[8], word carry) in word8_add3()
110 inline word word_sub(word x, word y, word* carry) in word_sub()
123 inline word word8_sub2(word x[8], const word y[8], word carry) in word8_sub2()
136 inline word word8_sub2_rev(word x[8], const word y[8], word carry) in word8_sub2_rev()
149 inline word word8_sub3(word z[8], const word x[8], const word y[8], word carry) in word8_sub3()
162 inline word word8_linmul2(word x[8], word y, word carry) in word8_linmul2()
175 inline word word8_linmul3(word z[8], const word x[8], word y, word carry) in word8_linmul3()
188 inline word word8_madd3(word z[8], const word x[8], word y, word carry) in word8_madd3()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/math/mp/
H A Dmp_asmi.h107 inline word word_add(word x, word y, word* carry) in word_add()
138 inline word word8_add2(word x[8], const word y[8], word carry) in word8_add2()
174 const word y[8], word carry) in word8_add3()
209 inline word word_sub(word x, word y, word* carry) in word_sub()
240 inline word word8_sub2(word x[8], const word y[8], word carry) in word8_sub2()
275 inline word word8_sub2_rev(word x[8], const word y[8], word carry) in word8_sub2_rev()
311 const word y[8], word carry) in word8_sub3()
346 inline word word8_linmul2(word x[8], word y, word carry) in word8_linmul2()
381 inline word word8_linmul3(word z[8], const word x[8], word y, word carry) in word8_linmul3()
415 inline word word8_madd3(word z[8], const word x[8], word y, word carry) in word8_madd3()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/math/mp/
H A Dmp_asmi.h107 inline word word_add(word x, word y, word* carry) in word_add()
138 inline word word8_add2(word x[8], const word y[8], word carry) in word8_add2()
174 const word y[8], word carry) in word8_add3()
209 inline word word_sub(word x, word y, word* carry) in word_sub()
240 inline word word8_sub2(word x[8], const word y[8], word carry) in word8_sub2()
275 inline word word8_sub2_rev(word x[8], const word y[8], word carry) in word8_sub2_rev()
311 const word y[8], word carry) in word8_sub3()
346 inline word word8_linmul2(word x[8], word y, word carry) in word8_linmul2()
381 inline word word8_linmul3(word z[8], const word x[8], word y, word carry) in word8_linmul3()
415 inline word word8_madd3(word z[8], const word x[8], word y, word carry) in word8_madd3()
/dports/security/botan2/Botan-2.18.2/src/lib/math/mp/
H A Dmp_asmi.h107 inline word word_add(word x, word y, word* carry) in word_add()
138 inline word word8_add2(word x[8], const word y[8], word carry) in word8_add2()
174 const word y[8], word carry) in word8_add3()
209 inline word word_sub(word x, word y, word* carry) in word_sub()
240 inline word word8_sub2(word x[8], const word y[8], word carry) in word8_sub2()
275 inline word word8_sub2_rev(word x[8], const word y[8], word carry) in word8_sub2_rev()
311 const word y[8], word carry) in word8_sub3()
346 inline word word8_linmul2(word x[8], word y, word carry) in word8_linmul2()
381 inline word word8_linmul3(word z[8], const word x[8], word y, word carry) in word8_linmul3()
415 inline word word8_madd3(word z[8], const word x[8], word y, word carry) in word8_madd3()
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dbitpack64-incr.c368 UINT4 prev, carry; in incr_06_05() local
423 UINT4 prev, carry; in incr_06_10() local
675 UINT4 prev, carry; in incr_10_03() local
710 UINT4 prev, carry; in incr_10_06() local
746 UINT4 prev, carry; in incr_10_09() local
782 UINT4 prev, carry; in incr_10_12() local
848 UINT4 prev, carry; in incr_12_02() local
883 UINT4 prev, carry; in incr_12_05() local
939 UINT4 prev, carry; in incr_12_10() local
975 UINT4 prev, carry; in incr_12_13() local
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/mpfq/
H A Dmpfq_fixmp_x86_64.h1068 mp_limb_t carry; in mpfq_fixmp_1_add() local
1086 mp_limb_t carry; in mpfq_fixmp_1_sub() local
1121 mp_limb_t carry; in mpfq_fixmp_1_addmul1() local
1158 mp_limb_t carry; in mpfq_fixmp_1_addmul1_shortz() local
1245 mp_limb_t carry; in mpfq_fixmp_2_add() local
1266 mp_limb_t carry; in mpfq_fixmp_2_sub() local
1322 mp_limb_t carry; in mpfq_fixmp_2_addmul1() local
1375 mp_limb_t carry; in mpfq_fixmp_2_addmul1_shortz() local
1494 mp_limb_t carry; in mpfq_fixmp_3_add() local
1518 mp_limb_t carry; in mpfq_fixmp_3_sub() local
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/num-bigint-0.4.1/src/biguint/
H A Daddition.rs56 let mut carry = 0; in __add2() localVariable
81 let carry = __add2(a, b); in add2() localVariable
101 let carry = if self_len < other.data.len() { in add_assign() localVariable
138 let carry = __add2(&mut self.data, &[other as BigDigit]); in add_assign() localVariable
168 let carry = __add2(&mut self.data, &[lo, hi]); in add_assign() localVariable
183 let carry = __add2(&mut self.data, &[other as BigDigit]); in add_assign() localVariable
209 let carry = if a > 0 { in add_assign() localVariable
239 let carry = __add2(&mut self.data, &[lo, hi]); in add_assign() localVariable
/dports/math/p5-Bit-ShiftReg/Bit-ShiftReg-2.0/
H A DShiftReg.xs249 SHL_byte(value,carry) in SHL_byte() argument
282 SHR_byte(value,carry) in SHR_byte() argument
315 SHL_short(value,carry) in SHL_short() argument
348 SHR_short(value,carry) in SHR_short() argument
381 SHL_int(value,carry) in SHL_int() argument
414 SHR_int(value,carry) in SHR_int() argument
447 SHL_long(value,carry) in SHL_long() argument
480 SHR_long(value,carry) in SHR_long() argument
/dports/lang/gleam/gleam-0.18.2/cargo-crates/num-bigint-0.4.3/src/biguint/
H A Daddition.rs56 let mut carry = 0; in __add2() localVariable
81 let carry = __add2(a, b); in add2() localVariable
101 let carry = if self_len < other.data.len() { in add_assign() localVariable
138 let carry = __add2(&mut self.data, &[other as BigDigit]); in add_assign() localVariable
168 let carry = __add2(&mut self.data, &[lo, hi]); in add_assign() localVariable
183 let carry = __add2(&mut self.data, &[other as BigDigit]); in add_assign() localVariable
209 let carry = if a > 0 { in add_assign() localVariable
239 let carry = __add2(&mut self.data, &[lo, hi]); in add_assign() localVariable
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/num-bigint-0.4.3/src/biguint/
H A Daddition.rs56 let mut carry = 0; in __add2() localVariable
81 let carry = __add2(a, b); in add2() localVariable
101 let carry = if self_len < other.data.len() { in add_assign() localVariable
138 let carry = __add2(&mut self.data, &[other as BigDigit]); in add_assign() localVariable
168 let carry = __add2(&mut self.data, &[lo, hi]); in add_assign() localVariable
183 let carry = __add2(&mut self.data, &[other as BigDigit]); in add_assign() localVariable
209 let carry = if a > 0 { in add_assign() localVariable
239 let carry = __add2(&mut self.data, &[lo, hi]); in add_assign() localVariable
/dports/security/suricata/suricata-6.0.4/rust/vendor/num-bigint/src/biguint/
H A Daddition.rs56 let mut carry = 0; in __add2() localVariable
81 let carry = __add2(a, b); in add2() localVariable
101 let carry = if self_len < other.data.len() { in add_assign() localVariable
138 let carry = __add2(&mut self.data, &[other as BigDigit]); in add_assign() localVariable
168 let carry = __add2(&mut self.data, &[lo, hi]); in add_assign() localVariable
183 let carry = __add2(&mut self.data, &[other as BigDigit]); in add_assign() localVariable
209 let carry = if a > 0 { in add_assign() localVariable
239 let carry = __add2(&mut self.data, &[lo, hi]); in add_assign() localVariable
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/num-bigint-0.4.2/src/biguint/
H A Daddition.rs56 let mut carry = 0; in __add2() localVariable
81 let carry = __add2(a, b); in add2() localVariable
101 let carry = if self_len < other.data.len() { in add_assign() localVariable
138 let carry = __add2(&mut self.data, &[other as BigDigit]); in add_assign() localVariable
168 let carry = __add2(&mut self.data, &[lo, hi]); in add_assign() localVariable
183 let carry = __add2(&mut self.data, &[other as BigDigit]); in add_assign() localVariable
209 let carry = if a > 0 { in add_assign() localVariable
239 let carry = __add2(&mut self.data, &[lo, hi]); in add_assign() localVariable
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/num-bigint-0.3.3/src/biguint/
H A Daddition.rs56 let mut carry = 0; in __add2() localVariable
81 let carry = __add2(a, b); in add2() localVariable
101 let carry = if self_len < other.data.len() { in add_assign() localVariable
138 let carry = __add2(&mut self.data, &[other as BigDigit]); in add_assign() localVariable
168 let carry = __add2(&mut self.data, &[lo, hi]); in add_assign() localVariable
183 let carry = __add2(&mut self.data, &[other as BigDigit]); in add_assign() localVariable
209 let carry = if a > 0 { in add_assign() localVariable
239 let carry = __add2(&mut self.data, &[lo, hi]); in add_assign() localVariable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/num-bigint-0.4.3/src/biguint/
H A Daddition.rs56 let mut carry = 0; in __add2() localVariable
81 let carry = __add2(a, b); in add2() localVariable
101 let carry = if self_len < other.data.len() { in add_assign() localVariable
138 let carry = __add2(&mut self.data, &[other as BigDigit]); in add_assign() localVariable
168 let carry = __add2(&mut self.data, &[lo, hi]); in add_assign() localVariable
183 let carry = __add2(&mut self.data, &[other as BigDigit]); in add_assign() localVariable
209 let carry = if a > 0 { in add_assign() localVariable
239 let carry = __add2(&mut self.data, &[lo, hi]); in add_assign() localVariable
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/num-bigint-0.4.3/src/biguint/
H A Daddition.rs56 let mut carry = 0; in __add2() localVariable
81 let carry = __add2(a, b); in add2() localVariable
101 let carry = if self_len < other.data.len() { in add_assign() localVariable
138 let carry = __add2(&mut self.data, &[other as BigDigit]); in add_assign() localVariable
168 let carry = __add2(&mut self.data, &[lo, hi]); in add_assign() localVariable
183 let carry = __add2(&mut self.data, &[other as BigDigit]); in add_assign() localVariable
209 let carry = if a > 0 { in add_assign() localVariable
239 let carry = __add2(&mut self.data, &[lo, hi]); in add_assign() localVariable
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/num-bigint-0.4.2/src/biguint/
H A Daddition.rs56 let mut carry = 0; in __add2() localVariable
81 let carry = __add2(a, b); in add2() localVariable
101 let carry = if self_len < other.data.len() { in add_assign() localVariable
138 let carry = __add2(&mut self.data, &[other as BigDigit]); in add_assign() localVariable
168 let carry = __add2(&mut self.data, &[lo, hi]); in add_assign() localVariable
183 let carry = __add2(&mut self.data, &[other as BigDigit]); in add_assign() localVariable
209 let carry = if a > 0 { in add_assign() localVariable
239 let carry = __add2(&mut self.data, &[lo, hi]); in add_assign() localVariable
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/num-bigint-0.3.2/src/biguint/
H A Daddition.rs56 let mut carry = 0; in __add2() localVariable
81 let carry = __add2(a, b); in add2() localVariable
101 let carry = if self_len < other.data.len() { in add_assign() localVariable
138 let carry = __add2(&mut self.data, &[other as BigDigit]); in add_assign() localVariable
168 let carry = __add2(&mut self.data, &[lo, hi]); in add_assign() localVariable
183 let carry = __add2(&mut self.data, &[other as BigDigit]); in add_assign() localVariable
209 let carry = if a > 0 { in add_assign() localVariable
239 let carry = __add2(&mut self.data, &[lo, hi]); in add_assign() localVariable

12345678910>>...188