Home
last modified time | relevance | path

Searched refs:Shift_Left (Results 1 – 25 of 762) sorted by relevance

12345678910>>...31

/dports/security/libadacrypt/Ada-Crypto-Library-abc534f/src/
H A Dcrypto-types-big_numbers.adb532 L(2) := Left - Shift_Left( L(0), DN ) - Shift_Left( L(1), N );
535 R(2) := Right - Shift_Left( R(0), DN ) - Shift_Left( R(1), N );
537 F_Left(2) := Shift_Left(L(0),2) + Shift_Left(L(1),1) + L(2);
538 F_Right(2) := Shift_Left(R(0),2) + Shift_Left(R(1),1) + R(2);
541 F_Left(4) := Shift_Left(L(0),4) + Shift_Left(L(1),2) + L(2);
542 F_Right(4) := Shift_Left(R(0),4) + Shift_Left(R(1),2) + R(2);
642 L(2) := Left - Shift_Left( L(0), DN ) - Shift_Left( L(1), N );
647 F_Left(2) := Shift_Left(L(0),2) + Shift_Left(L(1),1) + L(2);
648 F_Right(2) := Shift_Left(R(0),2) + Shift_Left(R(1),1) + R(2);
653 F_Left(4) := Shift_Left(L(0),4) + Shift_Left(L(1),2) + L(2);
[all …]
H A Dcrypto-symmetric-algorithm-tripledes.adb46 Dough(C) := Shift_Left(Raw1(K) and 16#00fc0000#,6);
51 Dough(C) := Shift_Left(Raw1(K) and 16#0003f000#,12);
88 M := Shift_Left(Word(15 - I),1);
90 M := Shift_Left(Word(I),1);
165 Left := Left xor Shift_Left(W,4);
169 Left := Left xor Shift_Left(W,16);
174 Right := Right xor Shift_Left(W,2);
179 Right := Right xor Shift_Left(W,8);
253 Left := Left xor Shift_Left(W, 8);
256 Left := Left xor Shift_Left(W,2);
[all …]
H A Dcrypto-types-base64.adb34 W := Shift_Left(Word(B(J)),16) or Shift_Left(Word(B(J+1)),8)
48 W := Shift_Left(Word(B(B'Last)),16);
51 W := Shift_Left(Word(B(B'Last-1)),16) or Shift_Left(Word(B(B'Last)),8);
68 W := Shift_Left(Word(Base64_Character'Pos(S(J))), 18)
69 or Shift_Left(Word(Base64_Character'Pos(S(J+1))), 12)
70 or Shift_Left(Word(Base64_Character'Pos(S(J+2))), 6)
/dports/security/libadacrypt/Ada-Crypto-Library-abc534f/test/
H A Dtest-big_number_sl.adb76 P := Shift_Left(X_1,3);
79 P := Shift_Left(P,3);
82 P := Shift_Left(P,6);
85 P := Shift_Left(P,4083);
99 P := Shift_Left(Q,2);
102 P := Shift_Left(P,1024);
120 P := Shift_Left(X_1025,167);
139 P := Shift_Left(X_1024,1);
157 P := Shift_Left(X_0,1000);
160 P := Shift_Left(X_1,4095);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb2001.a27 -- Check that subprograms Shift_Left, Shift_Right,
104 -- Function Shift_Left.
116 if Shift_Left(TC_Val_Unsigned_8, 2) /= 252 or
117 Shift_Left(TC_Val_Unsigned_8, 3) /= 248 or
118 Shift_Left(TC_Val_Unsigned_8, 5) /= 224 or
119 Shift_Left(TC_Val_Unsigned_8, 8) /= 0 or
120 Shift_Left(TC_Val_Unsigned_8, 9) /= 0 or
135 Shift_Left(Shift_Left(TC_Val_Unsigned_8, 7), 1) /= 0
160 if Shift_Left(TC_Val_Unsigned_8, 1) /= 0 or
161 Shift_Left(TC_Val_Unsigned_8, 7) /= 0
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb2001.a27 -- Check that subprograms Shift_Left, Shift_Right,
104 -- Function Shift_Left.
116 if Shift_Left(TC_Val_Unsigned_8, 2) /= 252 or
117 Shift_Left(TC_Val_Unsigned_8, 3) /= 248 or
118 Shift_Left(TC_Val_Unsigned_8, 5) /= 224 or
119 Shift_Left(TC_Val_Unsigned_8, 8) /= 0 or
120 Shift_Left(TC_Val_Unsigned_8, 9) /= 0 or
135 Shift_Left(Shift_Left(TC_Val_Unsigned_8, 7), 1) /= 0
160 if Shift_Left(TC_Val_Unsigned_8, 1) /= 0 or
161 Shift_Left(TC_Val_Unsigned_8, 7) /= 0
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb2001.a27 -- Check that subprograms Shift_Left, Shift_Right,
104 -- Function Shift_Left.
116 if Shift_Left(TC_Val_Unsigned_8, 2) /= 252 or
117 Shift_Left(TC_Val_Unsigned_8, 3) /= 248 or
118 Shift_Left(TC_Val_Unsigned_8, 5) /= 224 or
119 Shift_Left(TC_Val_Unsigned_8, 8) /= 0 or
120 Shift_Left(TC_Val_Unsigned_8, 9) /= 0 or
135 Shift_Left(Shift_Left(TC_Val_Unsigned_8, 7), 1) /= 0
160 if Shift_Left(TC_Val_Unsigned_8, 1) /= 0 or
161 Shift_Left(TC_Val_Unsigned_8, 7) /= 0
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb2001.a27 -- Check that subprograms Shift_Left, Shift_Right,
104 -- Function Shift_Left.
116 if Shift_Left(TC_Val_Unsigned_8, 2) /= 252 or
117 Shift_Left(TC_Val_Unsigned_8, 3) /= 248 or
118 Shift_Left(TC_Val_Unsigned_8, 5) /= 224 or
119 Shift_Left(TC_Val_Unsigned_8, 8) /= 0 or
120 Shift_Left(TC_Val_Unsigned_8, 9) /= 0 or
135 Shift_Left(Shift_Left(TC_Val_Unsigned_8, 7), 1) /= 0
160 if Shift_Left(TC_Val_Unsigned_8, 1) /= 0 or
161 Shift_Left(TC_Val_Unsigned_8, 7) /= 0
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb2001.a27 -- Check that subprograms Shift_Left, Shift_Right,
104 -- Function Shift_Left.
116 if Shift_Left(TC_Val_Unsigned_8, 2) /= 252 or
117 Shift_Left(TC_Val_Unsigned_8, 3) /= 248 or
118 Shift_Left(TC_Val_Unsigned_8, 5) /= 224 or
119 Shift_Left(TC_Val_Unsigned_8, 8) /= 0 or
120 Shift_Left(TC_Val_Unsigned_8, 9) /= 0 or
135 Shift_Left(Shift_Left(TC_Val_Unsigned_8, 7), 1) /= 0
160 if Shift_Left(TC_Val_Unsigned_8, 1) /= 0 or
161 Shift_Left(TC_Val_Unsigned_8, 7) /= 0
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb2001.a27 -- Check that subprograms Shift_Left, Shift_Right,
104 -- Function Shift_Left.
116 if Shift_Left(TC_Val_Unsigned_8, 2) /= 252 or
117 Shift_Left(TC_Val_Unsigned_8, 3) /= 248 or
118 Shift_Left(TC_Val_Unsigned_8, 5) /= 224 or
119 Shift_Left(TC_Val_Unsigned_8, 8) /= 0 or
120 Shift_Left(TC_Val_Unsigned_8, 9) /= 0 or
135 Shift_Left(Shift_Left(TC_Val_Unsigned_8, 7), 1) /= 0
160 if Shift_Left(TC_Val_Unsigned_8, 1) /= 0 or
161 Shift_Left(TC_Val_Unsigned_8, 7) /= 0
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb2001.a27 -- Check that subprograms Shift_Left, Shift_Right,
104 -- Function Shift_Left.
116 if Shift_Left(TC_Val_Unsigned_8, 2) /= 252 or
117 Shift_Left(TC_Val_Unsigned_8, 3) /= 248 or
118 Shift_Left(TC_Val_Unsigned_8, 5) /= 224 or
119 Shift_Left(TC_Val_Unsigned_8, 8) /= 0 or
120 Shift_Left(TC_Val_Unsigned_8, 9) /= 0 or
135 Shift_Left(Shift_Left(TC_Val_Unsigned_8, 7), 1) /= 0
160 if Shift_Left(TC_Val_Unsigned_8, 1) /= 0 or
161 Shift_Left(TC_Val_Unsigned_8, 7) /= 0
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb2001.a27 -- Check that subprograms Shift_Left, Shift_Right,
104 -- Function Shift_Left.
116 if Shift_Left(TC_Val_Unsigned_8, 2) /= 252 or
117 Shift_Left(TC_Val_Unsigned_8, 3) /= 248 or
118 Shift_Left(TC_Val_Unsigned_8, 5) /= 224 or
119 Shift_Left(TC_Val_Unsigned_8, 8) /= 0 or
120 Shift_Left(TC_Val_Unsigned_8, 9) /= 0 or
135 Shift_Left(Shift_Left(TC_Val_Unsigned_8, 7), 1) /= 0
160 if Shift_Left(TC_Val_Unsigned_8, 1) /= 0 or
161 Shift_Left(TC_Val_Unsigned_8, 7) /= 0
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb2001.a27 -- Check that subprograms Shift_Left, Shift_Right,
104 -- Function Shift_Left.
116 if Shift_Left(TC_Val_Unsigned_8, 2) /= 252 or
117 Shift_Left(TC_Val_Unsigned_8, 3) /= 248 or
118 Shift_Left(TC_Val_Unsigned_8, 5) /= 224 or
119 Shift_Left(TC_Val_Unsigned_8, 8) /= 0 or
120 Shift_Left(TC_Val_Unsigned_8, 9) /= 0 or
135 Shift_Left(Shift_Left(TC_Val_Unsigned_8, 7), 1) /= 0
160 if Shift_Left(TC_Val_Unsigned_8, 1) /= 0 or
161 Shift_Left(TC_Val_Unsigned_8, 7) /= 0
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb2001.a27 -- Check that subprograms Shift_Left, Shift_Right,
104 -- Function Shift_Left.
116 if Shift_Left(TC_Val_Unsigned_8, 2) /= 252 or
117 Shift_Left(TC_Val_Unsigned_8, 3) /= 248 or
118 Shift_Left(TC_Val_Unsigned_8, 5) /= 224 or
119 Shift_Left(TC_Val_Unsigned_8, 8) /= 0 or
120 Shift_Left(TC_Val_Unsigned_8, 9) /= 0 or
135 Shift_Left(Shift_Left(TC_Val_Unsigned_8, 7), 1) /= 0
160 if Shift_Left(TC_Val_Unsigned_8, 1) /= 0 or
161 Shift_Left(TC_Val_Unsigned_8, 7) /= 0
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb2001.a27 -- Check that subprograms Shift_Left, Shift_Right,
104 -- Function Shift_Left.
116 if Shift_Left(TC_Val_Unsigned_8, 2) /= 252 or
117 Shift_Left(TC_Val_Unsigned_8, 3) /= 248 or
118 Shift_Left(TC_Val_Unsigned_8, 5) /= 224 or
119 Shift_Left(TC_Val_Unsigned_8, 8) /= 0 or
120 Shift_Left(TC_Val_Unsigned_8, 9) /= 0 or
135 Shift_Left(Shift_Left(TC_Val_Unsigned_8, 7), 1) /= 0
160 if Shift_Left(TC_Val_Unsigned_8, 1) /= 0 or
161 Shift_Left(TC_Val_Unsigned_8, 7) /= 0
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb2001.a27 -- Check that subprograms Shift_Left, Shift_Right,
104 -- Function Shift_Left.
116 if Shift_Left(TC_Val_Unsigned_8, 2) /= 252 or
117 Shift_Left(TC_Val_Unsigned_8, 3) /= 248 or
118 Shift_Left(TC_Val_Unsigned_8, 5) /= 224 or
119 Shift_Left(TC_Val_Unsigned_8, 8) /= 0 or
120 Shift_Left(TC_Val_Unsigned_8, 9) /= 0 or
135 Shift_Left(Shift_Left(TC_Val_Unsigned_8, 7), 1) /= 0
160 if Shift_Left(TC_Val_Unsigned_8, 1) /= 0 or
161 Shift_Left(TC_Val_Unsigned_8, 7) /= 0
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb2001.a27 -- Check that subprograms Shift_Left, Shift_Right,
104 -- Function Shift_Left.
116 if Shift_Left(TC_Val_Unsigned_8, 2) /= 252 or
117 Shift_Left(TC_Val_Unsigned_8, 3) /= 248 or
118 Shift_Left(TC_Val_Unsigned_8, 5) /= 224 or
119 Shift_Left(TC_Val_Unsigned_8, 8) /= 0 or
120 Shift_Left(TC_Val_Unsigned_8, 9) /= 0 or
135 Shift_Left(Shift_Left(TC_Val_Unsigned_8, 7), 1) /= 0
160 if Shift_Left(TC_Val_Unsigned_8, 1) /= 0 or
161 Shift_Left(TC_Val_Unsigned_8, 7) /= 0
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb2001.a27 -- Check that subprograms Shift_Left, Shift_Right,
104 -- Function Shift_Left.
116 if Shift_Left(TC_Val_Unsigned_8, 2) /= 252 or
117 Shift_Left(TC_Val_Unsigned_8, 3) /= 248 or
118 Shift_Left(TC_Val_Unsigned_8, 5) /= 224 or
119 Shift_Left(TC_Val_Unsigned_8, 8) /= 0 or
120 Shift_Left(TC_Val_Unsigned_8, 9) /= 0 or
135 Shift_Left(Shift_Left(TC_Val_Unsigned_8, 7), 1) /= 0
160 if Shift_Left(TC_Val_Unsigned_8, 1) /= 0 or
161 Shift_Left(TC_Val_Unsigned_8, 7) /= 0
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb2001.a27 -- Check that subprograms Shift_Left, Shift_Right,
104 -- Function Shift_Left.
116 if Shift_Left(TC_Val_Unsigned_8, 2) /= 252 or
117 Shift_Left(TC_Val_Unsigned_8, 3) /= 248 or
118 Shift_Left(TC_Val_Unsigned_8, 5) /= 224 or
119 Shift_Left(TC_Val_Unsigned_8, 8) /= 0 or
120 Shift_Left(TC_Val_Unsigned_8, 9) /= 0 or
135 Shift_Left(Shift_Left(TC_Val_Unsigned_8, 7), 1) /= 0
160 if Shift_Left(TC_Val_Unsigned_8, 1) /= 0 or
161 Shift_Left(TC_Val_Unsigned_8, 7) /= 0
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb2001.a27 -- Check that subprograms Shift_Left, Shift_Right,
104 -- Function Shift_Left.
116 if Shift_Left(TC_Val_Unsigned_8, 2) /= 252 or
117 Shift_Left(TC_Val_Unsigned_8, 3) /= 248 or
118 Shift_Left(TC_Val_Unsigned_8, 5) /= 224 or
119 Shift_Left(TC_Val_Unsigned_8, 8) /= 0 or
120 Shift_Left(TC_Val_Unsigned_8, 9) /= 0 or
135 Shift_Left(Shift_Left(TC_Val_Unsigned_8, 7), 1) /= 0
160 if Shift_Left(TC_Val_Unsigned_8, 1) /= 0 or
161 Shift_Left(TC_Val_Unsigned_8, 7) /= 0
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb2001.a27 -- Check that subprograms Shift_Left, Shift_Right,
104 -- Function Shift_Left.
116 if Shift_Left(TC_Val_Unsigned_8, 2) /= 252 or
117 Shift_Left(TC_Val_Unsigned_8, 3) /= 248 or
118 Shift_Left(TC_Val_Unsigned_8, 5) /= 224 or
119 Shift_Left(TC_Val_Unsigned_8, 8) /= 0 or
120 Shift_Left(TC_Val_Unsigned_8, 9) /= 0 or
135 Shift_Left(Shift_Left(TC_Val_Unsigned_8, 7), 1) /= 0
160 if Shift_Left(TC_Val_Unsigned_8, 1) /= 0 or
161 Shift_Left(TC_Val_Unsigned_8, 7) /= 0
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb2001.a27 -- Check that subprograms Shift_Left, Shift_Right,
104 -- Function Shift_Left.
116 if Shift_Left(TC_Val_Unsigned_8, 2) /= 252 or
117 Shift_Left(TC_Val_Unsigned_8, 3) /= 248 or
118 Shift_Left(TC_Val_Unsigned_8, 5) /= 224 or
119 Shift_Left(TC_Val_Unsigned_8, 8) /= 0 or
120 Shift_Left(TC_Val_Unsigned_8, 9) /= 0 or
135 Shift_Left(Shift_Left(TC_Val_Unsigned_8, 7), 1) /= 0
160 if Shift_Left(TC_Val_Unsigned_8, 1) /= 0 or
161 Shift_Left(TC_Val_Unsigned_8, 7) /= 0
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb2001.a27 -- Check that subprograms Shift_Left, Shift_Right,
104 -- Function Shift_Left.
116 if Shift_Left(TC_Val_Unsigned_8, 2) /= 252 or
117 Shift_Left(TC_Val_Unsigned_8, 3) /= 248 or
118 Shift_Left(TC_Val_Unsigned_8, 5) /= 224 or
119 Shift_Left(TC_Val_Unsigned_8, 8) /= 0 or
120 Shift_Left(TC_Val_Unsigned_8, 9) /= 0 or
135 Shift_Left(Shift_Left(TC_Val_Unsigned_8, 7), 1) /= 0
160 if Shift_Left(TC_Val_Unsigned_8, 1) /= 0 or
161 Shift_Left(TC_Val_Unsigned_8, 7) /= 0
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb2001.a27 -- Check that subprograms Shift_Left, Shift_Right,
104 -- Function Shift_Left.
116 if Shift_Left(TC_Val_Unsigned_8, 2) /= 252 or
117 Shift_Left(TC_Val_Unsigned_8, 3) /= 248 or
118 Shift_Left(TC_Val_Unsigned_8, 5) /= 224 or
119 Shift_Left(TC_Val_Unsigned_8, 8) /= 0 or
120 Shift_Left(TC_Val_Unsigned_8, 9) /= 0 or
135 Shift_Left(Shift_Left(TC_Val_Unsigned_8, 7), 1) /= 0
160 if Shift_Left(TC_Val_Unsigned_8, 1) /= 0 or
161 Shift_Left(TC_Val_Unsigned_8, 7) /= 0
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb2001.a27 -- Check that subprograms Shift_Left, Shift_Right,
104 -- Function Shift_Left.
116 if Shift_Left(TC_Val_Unsigned_8, 2) /= 252 or
117 Shift_Left(TC_Val_Unsigned_8, 3) /= 248 or
118 Shift_Left(TC_Val_Unsigned_8, 5) /= 224 or
119 Shift_Left(TC_Val_Unsigned_8, 8) /= 0 or
120 Shift_Left(TC_Val_Unsigned_8, 9) /= 0 or
135 Shift_Left(Shift_Left(TC_Val_Unsigned_8, 7), 1) /= 0
160 if Shift_Left(TC_Val_Unsigned_8, 1) /= 0 or
161 Shift_Left(TC_Val_Unsigned_8, 7) /= 0
[all …]

12345678910>>...31