Home
last modified time | relevance | path

Searched refs:round3 (Results 1 – 25 of 118) sorted by relevance

12345

/dports/print/py-fonttools3/fonttools-3.44.0/Tests/misc/
H A Dpy23_test.py203 self.assertEqual(round3(-6.5), -6)
206 self.assertEqual(round3(-0.5), 0)
207 self.assertEqual(round3(0.5), 0)
208 self.assertEqual(round3(1.5), 2)
209 self.assertEqual(round3(2.5), 2)
210 self.assertEqual(round3(3.5), 4)
211 self.assertEqual(round3(4.5), 4)
212 self.assertEqual(round3(5.5), 6)
213 self.assertEqual(round3(6.5), 6)
216 rv = round3(1)
[all …]
H A DarrayTools_test.py3 from fontTools.misc.py23 import round3
24 round=round3
/dports/print/py-fonttools/fonttools-4.28.2/Tests/misc/
H A Dpy23_test.py203 self.assertEqual(round3(-6.5), -6)
206 self.assertEqual(round3(-0.5), 0)
207 self.assertEqual(round3(0.5), 0)
208 self.assertEqual(round3(1.5), 2)
209 self.assertEqual(round3(2.5), 2)
210 self.assertEqual(round3(3.5), 4)
211 self.assertEqual(round3(4.5), 4)
212 self.assertEqual(round3(5.5), 6)
213 self.assertEqual(round3(6.5), 6)
216 rv = round3(1)
[all …]
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/block/cast256/
H A Dcast256.cpp40 void round3(uint32_t& out, uint32_t in, uint32_t MK, uint32_t RK) in round3() function
64 round3(A, B, m_MK[ 2], m_RK[ 2]); round1(D, A, m_MK[ 3], m_RK[ 3]); in encrypt_n()
66 round3(A, B, m_MK[ 6], m_RK[ 6]); round1(D, A, m_MK[ 7], m_RK[ 7]); in encrypt_n()
68 round3(A, B, m_MK[10], m_RK[10]); round1(D, A, m_MK[11], m_RK[11]); in encrypt_n()
70 round3(A, B, m_MK[14], m_RK[14]); round1(D, A, m_MK[15], m_RK[15]); in encrypt_n()
72 round3(A, B, m_MK[18], m_RK[18]); round1(D, A, m_MK[19], m_RK[19]); in encrypt_n()
74 round3(A, B, m_MK[22], m_RK[22]); round1(D, A, m_MK[23], m_RK[23]); in encrypt_n()
200 round3(E, F, KEY_MASK[4*i+ 2], KEY_ROT[(4*i+ 2) % 32]); in key_schedule()
203 round3(B, C, KEY_MASK[4*i+ 5], KEY_ROT[(4*i+ 5) % 32]); in key_schedule()
208 round3(E, F, KEY_MASK[4*i+10], KEY_ROT[(4*i+10) % 32]); in key_schedule()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/block/cast256/
H A Dcast256.cpp40 void round3(uint32_t& out, uint32_t in, uint32_t MK, uint32_t RK) in round3() function
64 round3(A, B, m_MK[ 2], m_RK[ 2]); round1(D, A, m_MK[ 3], m_RK[ 3]); in encrypt_n()
66 round3(A, B, m_MK[ 6], m_RK[ 6]); round1(D, A, m_MK[ 7], m_RK[ 7]); in encrypt_n()
68 round3(A, B, m_MK[10], m_RK[10]); round1(D, A, m_MK[11], m_RK[11]); in encrypt_n()
70 round3(A, B, m_MK[14], m_RK[14]); round1(D, A, m_MK[15], m_RK[15]); in encrypt_n()
72 round3(A, B, m_MK[18], m_RK[18]); round1(D, A, m_MK[19], m_RK[19]); in encrypt_n()
74 round3(A, B, m_MK[22], m_RK[22]); round1(D, A, m_MK[23], m_RK[23]); in encrypt_n()
200 round3(E, F, KEY_MASK[4*i+ 2], KEY_ROT[(4*i+ 2) % 32]); in key_schedule()
203 round3(B, C, KEY_MASK[4*i+ 5], KEY_ROT[(4*i+ 5) % 32]); in key_schedule()
208 round3(E, F, KEY_MASK[4*i+10], KEY_ROT[(4*i+10) % 32]); in key_schedule()
[all …]
/dports/security/botan2/Botan-2.18.2/src/lib/block/cast256/
H A Dcast256.cpp40 void round3(uint32_t& out, uint32_t in, uint32_t MK, uint32_t RK) in round3() function
64 round3(A, B, m_MK[ 2], m_RK[ 2]); round1(D, A, m_MK[ 3], m_RK[ 3]); in encrypt_n()
66 round3(A, B, m_MK[ 6], m_RK[ 6]); round1(D, A, m_MK[ 7], m_RK[ 7]); in encrypt_n()
68 round3(A, B, m_MK[10], m_RK[10]); round1(D, A, m_MK[11], m_RK[11]); in encrypt_n()
70 round3(A, B, m_MK[14], m_RK[14]); round1(D, A, m_MK[15], m_RK[15]); in encrypt_n()
72 round3(A, B, m_MK[18], m_RK[18]); round1(D, A, m_MK[19], m_RK[19]); in encrypt_n()
74 round3(A, B, m_MK[22], m_RK[22]); round1(D, A, m_MK[23], m_RK[23]); in encrypt_n()
200 round3(E, F, KEY_MASK[4*i+ 2], KEY_ROT[(4*i+ 2) % 32]); in key_schedule()
203 round3(B, C, KEY_MASK[4*i+ 5], KEY_ROT[(4*i+ 5) % 32]); in key_schedule()
208 round3(E, F, KEY_MASK[4*i+10], KEY_ROT[(4*i+10) % 32]); in key_schedule()
[all …]
/dports/security/botan110/Botan-1.10.17/src/block/cast/
H A Dcast256.cpp39 void round3(u32bit& out, u32bit in, u32bit mask, u32bit rot) in round3() function
61 round3(A, B, MK[ 2], RK[ 2]); round1(D, A, MK[ 3], RK[ 3]); in encrypt_n()
63 round3(A, B, MK[ 6], RK[ 6]); round1(D, A, MK[ 7], RK[ 7]); in encrypt_n()
65 round3(A, B, MK[10], RK[10]); round1(D, A, MK[11], RK[11]); in encrypt_n()
67 round3(A, B, MK[14], RK[14]); round1(D, A, MK[15], RK[15]); in encrypt_n()
69 round3(A, B, MK[18], RK[18]); round1(D, A, MK[19], RK[19]); in encrypt_n()
71 round3(A, B, MK[22], RK[22]); round1(D, A, MK[23], RK[23]); in encrypt_n()
152 round3(E, F, KEY_MASK[4*j+ 2], KEY_ROT[(4*j+ 2) % 32]); in key_schedule()
155 round3(B, C, KEY_MASK[4*j+ 5], KEY_ROT[(4*j+ 5) % 32]); in key_schedule()
160 round3(E, F, KEY_MASK[4*j+10], KEY_ROT[(4*j+10) % 32]); in key_schedule()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/crypto/
H A Ddes3_ede-asm_64.S457 round3(0, RR, RL, load_next_key, __movq);
458 round3(1, RL, RR, load_next_key, __movq);
459 round3(2, RR, RL, load_next_key, __movq);
460 round3(3, RL, RR, load_next_key, __movq);
461 round3(4, RR, RL, load_next_key, __movq);
462 round3(5, RL, RR, load_next_key, __movq);
463 round3(6, RR, RL, load_next_key, __movq);
464 round3(7, RL, RR, load_next_key, __movq);
465 round3(8, RR, RL, load_next_key, __movq);
466 round3(9, RL, RR, load_next_key, __movq);
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/crypto/
H A Ddes3_ede-asm_64.S457 round3(0, RR, RL, load_next_key, __movq);
458 round3(1, RL, RR, load_next_key, __movq);
459 round3(2, RR, RL, load_next_key, __movq);
460 round3(3, RL, RR, load_next_key, __movq);
461 round3(4, RR, RL, load_next_key, __movq);
462 round3(5, RL, RR, load_next_key, __movq);
463 round3(6, RR, RL, load_next_key, __movq);
464 round3(7, RL, RR, load_next_key, __movq);
465 round3(8, RR, RL, load_next_key, __movq);
466 round3(9, RL, RR, load_next_key, __movq);
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/crypto/
H A Ddes3_ede-asm_64.S457 round3(0, RR, RL, load_next_key, __movq);
458 round3(1, RL, RR, load_next_key, __movq);
459 round3(2, RR, RL, load_next_key, __movq);
460 round3(3, RL, RR, load_next_key, __movq);
461 round3(4, RR, RL, load_next_key, __movq);
462 round3(5, RL, RR, load_next_key, __movq);
463 round3(6, RR, RL, load_next_key, __movq);
464 round3(7, RL, RR, load_next_key, __movq);
465 round3(8, RR, RL, load_next_key, __movq);
466 round3(9, RL, RR, load_next_key, __movq);
[all …]
/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Ddes-amd64.S494 round3(0, RR, RL, load_next_key, __movq);
495 round3(1, RL, RR, load_next_key, __movq);
496 round3(2, RR, RL, load_next_key, __movq);
497 round3(3, RL, RR, load_next_key, __movq);
498 round3(4, RR, RL, load_next_key, __movq);
499 round3(5, RL, RR, load_next_key, __movq);
500 round3(6, RR, RL, load_next_key, __movq);
501 round3(7, RL, RR, load_next_key, __movq);
502 round3(8, RR, RL, load_next_key, __movq);
503 round3(9, RL, RR, load_next_key, __movq);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Ddes-amd64.S494 round3(0, RR, RL, load_next_key, __movq);
495 round3(1, RL, RR, load_next_key, __movq);
496 round3(2, RR, RL, load_next_key, __movq);
497 round3(3, RL, RR, load_next_key, __movq);
498 round3(4, RR, RL, load_next_key, __movq);
499 round3(5, RL, RR, load_next_key, __movq);
500 round3(6, RR, RL, load_next_key, __movq);
501 round3(7, RL, RR, load_next_key, __movq);
502 round3(8, RR, RL, load_next_key, __movq);
503 round3(9, RL, RR, load_next_key, __movq);
[all …]
/dports/emulators/mgba/mgba-0.9.2/cinema/gb/mooneye-gb/acceptance/ppu/stat_lyc_onoff/
H A Dtest.sym40 00:0284 round3
41 00:0288 round3@wait_ly_9
42 00:028e round3@wait_ly_10
43 00:02aa round3@quit_inline_7
44 00:02d4 round3@quit_inline_8
45 00:02fe round3@quit_inline_9
/dports/games/libretro-mgba/mgba-6186d45/cinema/gb/mooneye-gb/acceptance/ppu/stat_lyc_onoff/
H A Dtest.sym40 00:0281 round3
41 00:0285 round3@wait_ly_9
42 00:028b round3@wait_ly_10
43 00:02a7 round3@quit_inline_7
44 00:02d1 round3@quit_inline_8
45 00:02fb round3@quit_inline_9
/dports/security/hash/Hash-3c8d607b3d470d8a41ac3262ee310e850fab61cd/src/
H A Dmd4.h470 round3(aa, bb, cc, dd, 0, 3); in addDataImpl()
471 round3(dd, aa, bb, cc, 8, 9); in addDataImpl()
472 round3(cc, dd, aa, bb, 4, 11); in addDataImpl()
473 round3(bb, cc, dd, aa, 12, 15); in addDataImpl()
474 round3(aa, bb, cc, dd, 2, 3); in addDataImpl()
475 round3(dd, aa, bb, cc, 10, 9); in addDataImpl()
476 round3(cc, dd, aa, bb, 6, 11); in addDataImpl()
477 round3(bb, cc, dd, aa, 14, 15); in addDataImpl()
478 round3(aa, bb, cc, dd, 1, 3); in addDataImpl()
479 round3(dd, aa, bb, cc, 9, 9); in addDataImpl()
[all …]
H A Dhas_160.h506 round3(a, b, c, d, e, 5, 40); in addDataImpl()
507 round3(e, a, b, c, d, 11, 41); in addDataImpl()
508 round3(d, e, a, b, c, 7, 42); in addDataImpl()
509 round3(c, d, e, a, b, 15, 43); in addDataImpl()
510 round3(b, c, d, e, a, 6, 44); in addDataImpl()
511 round3(a, b, c, d, e, 13, 45); in addDataImpl()
512 round3(e, a, b, c, d, 8, 46); in addDataImpl()
513 round3(d, e, a, b, c, 14, 47); in addDataImpl()
514 round3(c, d, e, a, b, 7, 48); in addDataImpl()
515 round3(b, c, d, e, a, 12, 49); in addDataImpl()
[all …]
/dports/devel/dtool/dtool-0.11.0/cargo-crates/ripemd160-0.8.0/src/
H A Dblock.rs155 round3: h_ordering 3, 4, 0, 1, 2; data_index 3; roll_shift 11
156 round3: h_ordering 2, 3, 4, 0, 1; data_index 10; roll_shift 13
157 round3: h_ordering 1, 2, 3, 4, 0; data_index 14; roll_shift 6
158 round3: h_ordering 0, 1, 2, 3, 4; data_index 4; roll_shift 7
159 round3: h_ordering 4, 0, 1, 2, 3; data_index 9; roll_shift 14
160 round3: h_ordering 3, 4, 0, 1, 2; data_index 15; roll_shift 9
161 round3: h_ordering 2, 3, 4, 0, 1; data_index 8; roll_shift 13
162 round3: h_ordering 1, 2, 3, 4, 0; data_index 1; roll_shift 15
163 round3: h_ordering 0, 1, 2, 3, 4; data_index 2; roll_shift 14
164 round3: h_ordering 4, 0, 1, 2, 3; data_index 7; roll_shift 8
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/sha2-0.1.2/rust-crypto/src/
H A Dripemd160.rs188 round3: h_ordering 3, 4, 0, 1, 2; data_index 3; roll_shift 11
189 round3: h_ordering 2, 3, 4, 0, 1; data_index 10; roll_shift 13
190 round3: h_ordering 1, 2, 3, 4, 0; data_index 14; roll_shift 6
191 round3: h_ordering 0, 1, 2, 3, 4; data_index 4; roll_shift 7
192 round3: h_ordering 4, 0, 1, 2, 3; data_index 9; roll_shift 14
193 round3: h_ordering 3, 4, 0, 1, 2; data_index 15; roll_shift 9
194 round3: h_ordering 2, 3, 4, 0, 1; data_index 8; roll_shift 13
195 round3: h_ordering 1, 2, 3, 4, 0; data_index 1; roll_shift 15
196 round3: h_ordering 0, 1, 2, 3, 4; data_index 2; roll_shift 14
197 round3: h_ordering 4, 0, 1, 2, 3; data_index 7; roll_shift 8
[all …]
/dports/devel/dtool/dtool-0.11.0/cargo-crates/rust-crypto-0.2.36/src/
H A Dripemd160.rs188 round3: h_ordering 3, 4, 0, 1, 2; data_index 3; roll_shift 11
189 round3: h_ordering 2, 3, 4, 0, 1; data_index 10; roll_shift 13
190 round3: h_ordering 1, 2, 3, 4, 0; data_index 14; roll_shift 6
191 round3: h_ordering 0, 1, 2, 3, 4; data_index 4; roll_shift 7
192 round3: h_ordering 4, 0, 1, 2, 3; data_index 9; roll_shift 14
193 round3: h_ordering 3, 4, 0, 1, 2; data_index 15; roll_shift 9
194 round3: h_ordering 2, 3, 4, 0, 1; data_index 8; roll_shift 13
195 round3: h_ordering 1, 2, 3, 4, 0; data_index 1; roll_shift 15
196 round3: h_ordering 0, 1, 2, 3, 4; data_index 2; roll_shift 14
197 round3: h_ordering 4, 0, 1, 2, 3; data_index 7; roll_shift 8
[all …]
/dports/devel/dtool/dtool-0.11.0/cargo-crates/bitcoin_hashes-0.9.7/src/
H A Dripemd160.rs171 $( round3: h_ordering $h0:expr, $h1:expr, $h2:expr, $h3:expr, $h4:expr;
303 round3: h_ordering 3, 4, 0, 1, 2; data_index 3; roll_shift 11; in process_block()
304 round3: h_ordering 2, 3, 4, 0, 1; data_index 10; roll_shift 13; in process_block()
305 round3: h_ordering 1, 2, 3, 4, 0; data_index 14; roll_shift 6; in process_block()
306 round3: h_ordering 0, 1, 2, 3, 4; data_index 4; roll_shift 7; in process_block()
307 round3: h_ordering 4, 0, 1, 2, 3; data_index 9; roll_shift 14; in process_block()
308 round3: h_ordering 3, 4, 0, 1, 2; data_index 15; roll_shift 9; in process_block()
309 round3: h_ordering 2, 3, 4, 0, 1; data_index 8; roll_shift 13; in process_block()
310 round3: h_ordering 1, 2, 3, 4, 0; data_index 1; roll_shift 15; in process_block()
311 round3: h_ordering 0, 1, 2, 3, 4; data_index 2; roll_shift 14; in process_block()
[all …]
/dports/databases/pgaccess/pgaccess-1.00.20140902/lib/plugins/
H A Dpgin2.tcl1100 set a [round3 $b $a $c $d $x(5) 0xfffa3942 4]
1101 set d [round3 $a $d $b $c $x(8) 0x8771f681 11]
1102 set c [round3 $d $c $a $b $x(11) 0x6d9d6122 16]
1103 set b [round3 $c $b $d $a $x(14) 0xfde5380c 23]
1104 set a [round3 $b $a $c $d $x(1) 0xa4beea44 4]
1105 set d [round3 $a $d $b $c $x(4) 0x4bdecfa9 11]
1106 set c [round3 $d $c $a $b $x(7) 0xf6bb4b60 16]
1107 set b [round3 $c $b $d $a $x(10) 0xbebfbc70 23]
1108 set a [round3 $b $a $c $d $x(13) 0x289b7ec6 4]
1109 set d [round3 $a $d $b $c $x(0) 0xeaa127fa 11]
[all …]
H A Dpgin3.tcl1464 set a [round3 $b $a $c $d $x(5) 0xfffa3942 4]
1465 set d [round3 $a $d $b $c $x(8) 0x8771f681 11]
1466 set c [round3 $d $c $a $b $x(11) 0x6d9d6122 16]
1467 set b [round3 $c $b $d $a $x(14) 0xfde5380c 23]
1468 set a [round3 $b $a $c $d $x(1) 0xa4beea44 4]
1469 set d [round3 $a $d $b $c $x(4) 0x4bdecfa9 11]
1470 set c [round3 $d $c $a $b $x(7) 0xf6bb4b60 16]
1471 set b [round3 $c $b $d $a $x(10) 0xbebfbc70 23]
1472 set a [round3 $b $a $c $d $x(13) 0x289b7ec6 4]
1473 set d [round3 $a $d $b $c $x(0) 0xeaa127fa 11]
[all …]
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/misc/
H A Dpy23.py376 round = round3 = round
383 def round3(number, ndigits=None): function
386 round = round3
393 def round3(number, ndigits=None): function
448 round = round3
/dports/games/tuxmath/tuxmath_w_fonts-2.0.3/data/missions/campaign/commando/
H A DMakefile.am9 round3 data
/dports/games/tuxmath/tuxmath_w_fonts-2.0.3/data/missions/campaign/scout/
H A DMakefile.am10 round3 data

12345