Home
last modified time | relevance | path

Searched refs:word3_muladd (Results 1 – 22 of 22) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/math/mp/
H A Dmp_monty_n.cpp20 word3_muladd(&w2, &w1, &w0, ws[0], p[0]); in bigint_monty_redc_4()
22 word3_muladd(&w2, &w1, &w0, ws[0], p[1]); in bigint_monty_redc_4()
25 word3_muladd(&w2, &w1, &w0, ws[1], p[0]); in bigint_monty_redc_4()
27 word3_muladd(&w2, &w1, &w0, ws[0], p[2]); in bigint_monty_redc_4()
28 word3_muladd(&w2, &w1, &w0, ws[1], p[1]); in bigint_monty_redc_4()
31 word3_muladd(&w2, &w1, &w0, ws[2], p[0]); in bigint_monty_redc_4()
33 word3_muladd(&w2, &w1, &w0, ws[0], p[3]); in bigint_monty_redc_4()
34 word3_muladd(&w2, &w1, &w0, ws[1], p[2]); in bigint_monty_redc_4()
35 word3_muladd(&w2, &w1, &w0, ws[2], p[1]); in bigint_monty_redc_4()
38 word3_muladd(&w2, &w1, &w0, ws[3], p[0]); in bigint_monty_redc_4()
[all …]
H A Dmp_comba.cpp21 word3_muladd (&w2, &w1, &w0, x[ 0], x[ 0]); in bigint_comba_sqr4()
28 word3_muladd (&w1, &w0, &w2, x[ 1], x[ 1]); in bigint_comba_sqr4()
54 word3_muladd(&w2, &w1, &w0, x[ 0], y[ 0]); in bigint_comba_mul4()
57 word3_muladd(&w0, &w2, &w1, x[ 0], y[ 1]); in bigint_comba_mul4()
58 word3_muladd(&w0, &w2, &w1, x[ 1], y[ 0]); in bigint_comba_mul4()
61 word3_muladd(&w1, &w0, &w2, x[ 0], y[ 2]); in bigint_comba_mul4()
62 word3_muladd(&w1, &w0, &w2, x[ 1], y[ 1]); in bigint_comba_mul4()
63 word3_muladd(&w1, &w0, &w2, x[ 2], y[ 0]); in bigint_comba_mul4()
66 word3_muladd(&w2, &w1, &w0, x[ 0], y[ 3]); in bigint_comba_mul4()
67 word3_muladd(&w2, &w1, &w0, x[ 1], y[ 2]); in bigint_comba_mul4()
[all …]
H A Dmp_monty.cpp39 word3_muladd(&w2, &w1, &w0, ws[0], p[0]); in bigint_monty_redc_generic()
49 word3_muladd(&w2, &w1, &w0, ws[j], p[i-j]); in bigint_monty_redc_generic()
56 word3_muladd(&w2, &w1, &w0, ws[i], p[0]); in bigint_monty_redc_generic()
67 word3_muladd(&w2, &w1, &w0, ws[j], p[p_size + i-j]); in bigint_monty_redc_generic()
H A Dmp_asmi.h451 inline void word3_muladd(word* w2, word* w1, word* w0, word x, word y) in word3_muladd() function
/dports/security/botan2/Botan-2.18.2/src/lib/math/mp/
H A Dmp_monty_n.cpp20 word3_muladd(&w2, &w1, &w0, ws[0], p[0]); in bigint_monty_redc_4()
22 word3_muladd(&w2, &w1, &w0, ws[0], p[1]); in bigint_monty_redc_4()
25 word3_muladd(&w2, &w1, &w0, ws[1], p[0]); in bigint_monty_redc_4()
27 word3_muladd(&w2, &w1, &w0, ws[0], p[2]); in bigint_monty_redc_4()
28 word3_muladd(&w2, &w1, &w0, ws[1], p[1]); in bigint_monty_redc_4()
31 word3_muladd(&w2, &w1, &w0, ws[2], p[0]); in bigint_monty_redc_4()
33 word3_muladd(&w2, &w1, &w0, ws[0], p[3]); in bigint_monty_redc_4()
34 word3_muladd(&w2, &w1, &w0, ws[1], p[2]); in bigint_monty_redc_4()
35 word3_muladd(&w2, &w1, &w0, ws[2], p[1]); in bigint_monty_redc_4()
38 word3_muladd(&w2, &w1, &w0, ws[3], p[0]); in bigint_monty_redc_4()
[all …]
H A Dmp_comba.cpp21 word3_muladd (&w2, &w1, &w0, x[ 0], x[ 0]); in bigint_comba_sqr4()
28 word3_muladd (&w1, &w0, &w2, x[ 1], x[ 1]); in bigint_comba_sqr4()
54 word3_muladd(&w2, &w1, &w0, x[ 0], y[ 0]); in bigint_comba_mul4()
57 word3_muladd(&w0, &w2, &w1, x[ 0], y[ 1]); in bigint_comba_mul4()
58 word3_muladd(&w0, &w2, &w1, x[ 1], y[ 0]); in bigint_comba_mul4()
61 word3_muladd(&w1, &w0, &w2, x[ 0], y[ 2]); in bigint_comba_mul4()
62 word3_muladd(&w1, &w0, &w2, x[ 1], y[ 1]); in bigint_comba_mul4()
63 word3_muladd(&w1, &w0, &w2, x[ 2], y[ 0]); in bigint_comba_mul4()
66 word3_muladd(&w2, &w1, &w0, x[ 0], y[ 3]); in bigint_comba_mul4()
67 word3_muladd(&w2, &w1, &w0, x[ 1], y[ 2]); in bigint_comba_mul4()
[all …]
H A Dmp_monty.cpp39 word3_muladd(&w2, &w1, &w0, ws[0], p[0]); in bigint_monty_redc_generic()
49 word3_muladd(&w2, &w1, &w0, ws[j], p[i-j]); in bigint_monty_redc_generic()
56 word3_muladd(&w2, &w1, &w0, ws[i], p[0]); in bigint_monty_redc_generic()
67 word3_muladd(&w2, &w1, &w0, ws[j], p[p_size + i-j]); in bigint_monty_redc_generic()
H A Dmp_asmi.h451 inline void word3_muladd(word* w2, word* w1, word* w0, word x, word y) in word3_muladd() function
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/math/mp/
H A Dmp_monty_n.cpp20 word3_muladd(&w2, &w1, &w0, ws[0], p[0]); in bigint_monty_redc_4()
22 word3_muladd(&w2, &w1, &w0, ws[0], p[1]); in bigint_monty_redc_4()
25 word3_muladd(&w2, &w1, &w0, ws[1], p[0]); in bigint_monty_redc_4()
27 word3_muladd(&w2, &w1, &w0, ws[0], p[2]); in bigint_monty_redc_4()
28 word3_muladd(&w2, &w1, &w0, ws[1], p[1]); in bigint_monty_redc_4()
31 word3_muladd(&w2, &w1, &w0, ws[2], p[0]); in bigint_monty_redc_4()
33 word3_muladd(&w2, &w1, &w0, ws[0], p[3]); in bigint_monty_redc_4()
34 word3_muladd(&w2, &w1, &w0, ws[1], p[2]); in bigint_monty_redc_4()
35 word3_muladd(&w2, &w1, &w0, ws[2], p[1]); in bigint_monty_redc_4()
38 word3_muladd(&w2, &w1, &w0, ws[3], p[0]); in bigint_monty_redc_4()
[all …]
H A Dmp_comba.cpp21 word3_muladd (&w2, &w1, &w0, x[ 0], x[ 0]); in bigint_comba_sqr4()
28 word3_muladd (&w1, &w0, &w2, x[ 1], x[ 1]); in bigint_comba_sqr4()
54 word3_muladd(&w2, &w1, &w0, x[ 0], y[ 0]); in bigint_comba_mul4()
57 word3_muladd(&w0, &w2, &w1, x[ 0], y[ 1]); in bigint_comba_mul4()
58 word3_muladd(&w0, &w2, &w1, x[ 1], y[ 0]); in bigint_comba_mul4()
61 word3_muladd(&w1, &w0, &w2, x[ 0], y[ 2]); in bigint_comba_mul4()
62 word3_muladd(&w1, &w0, &w2, x[ 1], y[ 1]); in bigint_comba_mul4()
63 word3_muladd(&w1, &w0, &w2, x[ 2], y[ 0]); in bigint_comba_mul4()
66 word3_muladd(&w2, &w1, &w0, x[ 0], y[ 3]); in bigint_comba_mul4()
67 word3_muladd(&w2, &w1, &w0, x[ 1], y[ 2]); in bigint_comba_mul4()
[all …]
H A Dmp_monty.cpp39 word3_muladd(&w2, &w1, &w0, ws[0], p[0]); in bigint_monty_redc_generic()
49 word3_muladd(&w2, &w1, &w0, ws[j], p[i-j]); in bigint_monty_redc_generic()
56 word3_muladd(&w2, &w1, &w0, ws[i], p[0]); in bigint_monty_redc_generic()
67 word3_muladd(&w2, &w1, &w0, ws[j], p[p_size + i-j]); in bigint_monty_redc_generic()
H A Dmp_asmi.h451 inline void word3_muladd(word* w2, word* w1, word* w0, word x, word y) in word3_muladd() function
/dports/security/botan110/Botan-1.10.17/src/math/mp/
H A Dmp_comba.cpp22 word3_muladd(&w2, &w1, &w0, x[ 0], x[ 0]); in bigint_comba_sqr4()
29 word3_muladd(&w1, &w0, &w2, x[ 1], x[ 1]); in bigint_comba_sqr4()
37 word3_muladd(&w0, &w2, &w1, x[ 2], x[ 2]); in bigint_comba_sqr4()
43 word3_muladd(&w2, &w1, &w0, x[ 3], x[ 3]); in bigint_comba_sqr4()
55 word3_muladd(&w2, &w1, &w0, x[ 0], y[ 0]); in bigint_comba_mul4()
58 word3_muladd(&w0, &w2, &w1, x[ 0], y[ 1]); in bigint_comba_mul4()
59 word3_muladd(&w0, &w2, &w1, x[ 1], y[ 0]); in bigint_comba_mul4()
62 word3_muladd(&w1, &w0, &w2, x[ 0], y[ 2]); in bigint_comba_mul4()
63 word3_muladd(&w1, &w0, &w2, x[ 1], y[ 1]); in bigint_comba_mul4()
64 word3_muladd(&w1, &w0, &w2, x[ 2], y[ 0]); in bigint_comba_mul4()
[all …]
/dports/devel/qca/qca-2.3.4/src/botantools/botan/
H A Dmp_comba.cpp51 word3_muladd(&w2, &w1, &w0, x[0], y[0]); in bigint_comba_mul4()
57 word3_muladd(&w2, &w1, &w0, x[0], y[1]); in bigint_comba_mul4()
58 word3_muladd(&w2, &w1, &w0, x[1], y[0]); in bigint_comba_mul4()
64 word3_muladd(&w2, &w1, &w0, x[0], y[2]); in bigint_comba_mul4()
65 word3_muladd(&w2, &w1, &w0, x[1], y[1]); in bigint_comba_mul4()
66 word3_muladd(&w2, &w1, &w0, x[2], y[0]); in bigint_comba_mul4()
72 word3_muladd(&w2, &w1, &w0, x[0], y[3]); in bigint_comba_mul4()
73 word3_muladd(&w2, &w1, &w0, x[1], y[2]); in bigint_comba_mul4()
74 word3_muladd(&w2, &w1, &w0, x[2], y[1]); in bigint_comba_mul4()
75 word3_muladd(&w2, &w1, &w0, x[3], y[0]); in bigint_comba_mul4()
[all …]
/dports/security/botan110/Botan-1.10.17/src/math/mp/mp_x86_32/
H A Dmp_asmi.h201 inline void word3_muladd(word* w2, word* w1, word* w0, word x, word y) in word3_muladd() function
/dports/security/botan110/Botan-1.10.17/src/math/mp/mp_x86_64/
H A Dmp_asmi.h201 inline void word3_muladd(word* w2, word* w1, word* w0, word x, word y) in word3_muladd() function
/dports/devel/qca/qca-2.3.4/src/botantools/botan/botan/
H A Dmp_asmi.h183 inline void word3_muladd(word *w2, word *w1, word *w0, word a, word b) in word3_muladd() function
/dports/security/botan110/Botan-1.10.17/src/math/mp/mp_generic/
H A Dmp_asmi.h175 inline void word3_muladd(word* w2, word* w1, word* w0, word a, word b) in word3_muladd() function
/dports/security/botan110/Botan-1.10.17/src/math/mp/mp_x86_32_msvc/
H A Dmp_asmi.h510 inline void word3_muladd(word* w2, word* w1, word* w0, word a, word b) in word3_muladd() function
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/doc/
H A Dold_news.rst3217 * Fix a very hard to hit overflow bug in the C version of word3_muladd
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/doc/
H A Dold_news.rst3217 * Fix a very hard to hit overflow bug in the C version of word3_muladd
/dports/security/botan2/Botan-2.18.2/doc/
H A Dold_news.rst3217 * Fix a very hard to hit overflow bug in the C version of word3_muladd