Home
last modified time | relevance | path

Searched refs:Round (Results 1 – 25 of 4162) sorted by relevance

12345678910>>...167

/dports/math/gnome-calculator/gnome-calculator-41.1/vapi/
H A Dmpfr.vapi50 public int set (Real op, Round rnd = Round.NEAREST);
51 public int set_zero (Round rnd = Round.NEAREST);
65 public float get_float (Round rnd = Round.NEAREST);
67 public double get_double (Round rnd = Round.NEAREST);
69 public int const_pi (Round rnd = Round.NEAREST);
71 public int const_tau (Round rnd = Round.NEAREST) {
83 public int sqrt (Real op, Round rnd = Round.NEAREST);
84 public int neg (Real op, Round rnd = Round.NEAREST);
100 public int exp (Real op, Round rnd = Round.NEAREST);
101 public int log (Real op, Round rnd = Round.NEAREST);
[all …]
H A Dmpc.vapi54 public int @set (Complex op, Round rnd = Round.NEAREST);
78 public int conj (Complex op, Round rnd = Round.NEAREST);
79 public int sqrt (Complex op, Round rnd = Round.NEAREST);
80 public int neg (Complex op, Round rnd = Round.NEAREST);
110 public int exp (Complex op, Round rnd = Round.NEAREST);
111 public int log (Complex op, Round rnd = Round.NEAREST);
112 public int sin (Complex op, Round rnd = Round.NEAREST);
113 public int cos (Complex op, Round rnd = Round.NEAREST);
114 public int tan (Complex op, Round rnd = Round.NEAREST);
115 public int asin (Complex op, Round rnd = Round.NEAREST);
[all …]
/dports/math/kalker/kalker-1.1.0/cargo-crates/az-1.0.0/src/tests/
H A Dfloat_to_int.rs1125 assert_eq!(cast::<Round<f64>, i8>(Round(-0.5)), 0); in rounding()
1129 assert_eq!(cast::<Round<f64>, i8>(Round(-1.0)), -1); in rounding()
1133 assert_eq!(cast::<Round<f64>, i8>(Round(-1.5)), -2); in rounding()
1137 assert_eq!(cast::<Round<f64>, i8>(Round(2.0)), 2); in rounding()
1141 assert_eq!(cast::<Round<f64>, i8>(Round(2.5)), 2); in rounding()
1145 assert_eq!(cast::<Round<f64>, i8>(Round(3.5)), 4); in rounding()
1149 assert_eq!(cast::<Round<f64>, i128>(Round(0.5)), 0); in rounding()
1153 assert_eq!(cast::<Round<f64>, i128>(Round(1.0)), 1); in rounding()
1157 assert_eq!(cast::<Round<f64>, i128>(Round(1.5)), 2); in rounding()
1161 assert_eq!(cast::<Round<f64>, i128>(Round(-2.0)), -2); in rounding()
[all …]
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/float/
H A Dbig.rs9225 type Round = Round; typedef
9259 type Round = Round; typedef
9279 type Round = Round; typedef
9313 type Round = Round; typedef
9356 type Round = Round; typedef
9436 type Round = Round; typedef
9447 type Round = Round; typedef
9511 type Round = Round; typedef
9526 type Round = Round; typedef
9541 type Round = Round; typedef
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/crypto/
H A Dsha256.cpp255 Round(a, b, c, d, e, f, g, h, 0xc28a2f98ul);
256 Round(h, a, b, c, d, e, f, g, 0x71374491ul);
257 Round(g, h, a, b, c, d, e, f, 0xb5c0fbcful);
258 Round(f, g, h, a, b, c, d, e, 0xe9b5dba5ul);
259 Round(e, f, g, h, a, b, c, d, 0x3956c25bul);
260 Round(d, e, f, g, h, a, b, c, 0x59f111f1ul);
261 Round(c, d, e, f, g, h, a, b, 0x923f82a4ul);
262 Round(b, c, d, e, f, g, h, a, 0xab1c5ed5ul);
263 Round(a, b, c, d, e, f, g, h, 0xd807aa98ul);
264 Round(h, a, b, c, d, e, f, g, 0x12835b01ul);
[all …]
H A Dsha256_avx2.cpp166 Round(a, b, c, d, e, f, g, h, K(0xc28a2f98ul)); in Transform_8way()
167 Round(h, a, b, c, d, e, f, g, K(0x71374491ul)); in Transform_8way()
168 Round(g, h, a, b, c, d, e, f, K(0xb5c0fbcful)); in Transform_8way()
169 Round(f, g, h, a, b, c, d, e, K(0xe9b5dba5ul)); in Transform_8way()
170 Round(e, f, g, h, a, b, c, d, K(0x3956c25bul)); in Transform_8way()
171 Round(d, e, f, g, h, a, b, c, K(0x59f111f1ul)); in Transform_8way()
172 Round(c, d, e, f, g, h, a, b, K(0x923f82a4ul)); in Transform_8way()
173 Round(b, c, d, e, f, g, h, a, K(0xab1c5ed5ul)); in Transform_8way()
174 Round(a, b, c, d, e, f, g, h, K(0xd807aa98ul)); in Transform_8way()
175 Round(h, a, b, c, d, e, f, g, K(0x12835b01ul)); in Transform_8way()
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/src/crypto/
H A Dsha256.cpp255 Round(a, b, c, d, e, f, g, h, 0xc28a2f98ul); in TransformD64()
256 Round(h, a, b, c, d, e, f, g, 0x71374491ul); in TransformD64()
257 Round(g, h, a, b, c, d, e, f, 0xb5c0fbcful); in TransformD64()
258 Round(f, g, h, a, b, c, d, e, 0xe9b5dba5ul); in TransformD64()
259 Round(e, f, g, h, a, b, c, d, 0x3956c25bul); in TransformD64()
260 Round(d, e, f, g, h, a, b, c, 0x59f111f1ul); in TransformD64()
261 Round(c, d, e, f, g, h, a, b, 0x923f82a4ul); in TransformD64()
262 Round(b, c, d, e, f, g, h, a, 0xab1c5ed5ul); in TransformD64()
263 Round(a, b, c, d, e, f, g, h, 0xd807aa98ul); in TransformD64()
264 Round(h, a, b, c, d, e, f, g, 0x12835b01ul); in TransformD64()
[all …]
H A Dsha256_avx2.cpp166 Round(a, b, c, d, e, f, g, h, K(0xc28a2f98ul)); in Transform_8way()
167 Round(h, a, b, c, d, e, f, g, K(0x71374491ul)); in Transform_8way()
168 Round(g, h, a, b, c, d, e, f, K(0xb5c0fbcful)); in Transform_8way()
169 Round(f, g, h, a, b, c, d, e, K(0xe9b5dba5ul)); in Transform_8way()
170 Round(e, f, g, h, a, b, c, d, K(0x3956c25bul)); in Transform_8way()
171 Round(d, e, f, g, h, a, b, c, K(0x59f111f1ul)); in Transform_8way()
172 Round(c, d, e, f, g, h, a, b, K(0x923f82a4ul)); in Transform_8way()
173 Round(b, c, d, e, f, g, h, a, K(0xab1c5ed5ul)); in Transform_8way()
174 Round(a, b, c, d, e, f, g, h, K(0xd807aa98ul)); in Transform_8way()
175 Round(h, a, b, c, d, e, f, g, K(0x12835b01ul)); in Transform_8way()
[all …]
H A Dsha256_sse41.cpp158 Round(a, b, c, d, e, f, g, h, K(0xc28a2f98ul)); in Transform_4way()
159 Round(h, a, b, c, d, e, f, g, K(0x71374491ul)); in Transform_4way()
160 Round(g, h, a, b, c, d, e, f, K(0xb5c0fbcful)); in Transform_4way()
161 Round(f, g, h, a, b, c, d, e, K(0xe9b5dba5ul)); in Transform_4way()
162 Round(e, f, g, h, a, b, c, d, K(0x3956c25bul)); in Transform_4way()
163 Round(d, e, f, g, h, a, b, c, K(0x59f111f1ul)); in Transform_4way()
164 Round(c, d, e, f, g, h, a, b, K(0x923f82a4ul)); in Transform_4way()
165 Round(b, c, d, e, f, g, h, a, K(0xab1c5ed5ul)); in Transform_4way()
166 Round(a, b, c, d, e, f, g, h, K(0xd807aa98ul)); in Transform_4way()
167 Round(h, a, b, c, d, e, f, g, K(0x12835b01ul)); in Transform_4way()
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/crypto/
H A Dsha256.cpp255 Round(a, b, c, d, e, f, g, h, 0xc28a2f98ul); in TransformD64()
256 Round(h, a, b, c, d, e, f, g, 0x71374491ul); in TransformD64()
257 Round(g, h, a, b, c, d, e, f, 0xb5c0fbcful); in TransformD64()
258 Round(f, g, h, a, b, c, d, e, 0xe9b5dba5ul); in TransformD64()
259 Round(e, f, g, h, a, b, c, d, 0x3956c25bul); in TransformD64()
260 Round(d, e, f, g, h, a, b, c, 0x59f111f1ul); in TransformD64()
261 Round(c, d, e, f, g, h, a, b, 0x923f82a4ul); in TransformD64()
262 Round(b, c, d, e, f, g, h, a, 0xab1c5ed5ul); in TransformD64()
263 Round(a, b, c, d, e, f, g, h, 0xd807aa98ul); in TransformD64()
264 Round(h, a, b, c, d, e, f, g, 0x12835b01ul); in TransformD64()
[all …]
H A Dsha256_sse41.cpp158 Round(a, b, c, d, e, f, g, h, K(0xc28a2f98ul)); in Transform_4way()
159 Round(h, a, b, c, d, e, f, g, K(0x71374491ul)); in Transform_4way()
160 Round(g, h, a, b, c, d, e, f, K(0xb5c0fbcful)); in Transform_4way()
161 Round(f, g, h, a, b, c, d, e, K(0xe9b5dba5ul)); in Transform_4way()
162 Round(e, f, g, h, a, b, c, d, K(0x3956c25bul)); in Transform_4way()
163 Round(d, e, f, g, h, a, b, c, K(0x59f111f1ul)); in Transform_4way()
164 Round(c, d, e, f, g, h, a, b, K(0x923f82a4ul)); in Transform_4way()
165 Round(b, c, d, e, f, g, h, a, K(0xab1c5ed5ul)); in Transform_4way()
166 Round(a, b, c, d, e, f, g, h, K(0xd807aa98ul)); in Transform_4way()
167 Round(h, a, b, c, d, e, f, g, K(0x12835b01ul)); in Transform_4way()
[all …]
H A Dsha256_avx2.cpp166 Round(a, b, c, d, e, f, g, h, K(0xc28a2f98ul)); in Transform_8way()
167 Round(h, a, b, c, d, e, f, g, K(0x71374491ul)); in Transform_8way()
168 Round(g, h, a, b, c, d, e, f, K(0xb5c0fbcful)); in Transform_8way()
169 Round(f, g, h, a, b, c, d, e, K(0xe9b5dba5ul)); in Transform_8way()
170 Round(e, f, g, h, a, b, c, d, K(0x3956c25bul)); in Transform_8way()
171 Round(d, e, f, g, h, a, b, c, K(0x59f111f1ul)); in Transform_8way()
172 Round(c, d, e, f, g, h, a, b, K(0x923f82a4ul)); in Transform_8way()
173 Round(b, c, d, e, f, g, h, a, K(0xab1c5ed5ul)); in Transform_8way()
174 Round(a, b, c, d, e, f, g, h, K(0xd807aa98ul)); in Transform_8way()
175 Round(h, a, b, c, d, e, f, g, K(0x12835b01ul)); in Transform_8way()
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/src/crypto/
H A Dsha256.cpp255 Round(a, b, c, d, e, f, g, h, 0xc28a2f98ul); in TransformD64()
256 Round(h, a, b, c, d, e, f, g, 0x71374491ul); in TransformD64()
257 Round(g, h, a, b, c, d, e, f, 0xb5c0fbcful); in TransformD64()
258 Round(f, g, h, a, b, c, d, e, 0xe9b5dba5ul); in TransformD64()
259 Round(e, f, g, h, a, b, c, d, 0x3956c25bul); in TransformD64()
260 Round(d, e, f, g, h, a, b, c, 0x59f111f1ul); in TransformD64()
261 Round(c, d, e, f, g, h, a, b, 0x923f82a4ul); in TransformD64()
262 Round(b, c, d, e, f, g, h, a, 0xab1c5ed5ul); in TransformD64()
263 Round(a, b, c, d, e, f, g, h, 0xd807aa98ul); in TransformD64()
264 Round(h, a, b, c, d, e, f, g, 0x12835b01ul); in TransformD64()
[all …]
H A Dsha256_avx2.cpp163 Round(a, b, c, d, e, f, g, h, K(0xc28a2f98ul)); in Transform_8way()
164 Round(h, a, b, c, d, e, f, g, K(0x71374491ul)); in Transform_8way()
165 Round(g, h, a, b, c, d, e, f, K(0xb5c0fbcful)); in Transform_8way()
166 Round(f, g, h, a, b, c, d, e, K(0xe9b5dba5ul)); in Transform_8way()
167 Round(e, f, g, h, a, b, c, d, K(0x3956c25bul)); in Transform_8way()
168 Round(d, e, f, g, h, a, b, c, K(0x59f111f1ul)); in Transform_8way()
169 Round(c, d, e, f, g, h, a, b, K(0x923f82a4ul)); in Transform_8way()
170 Round(b, c, d, e, f, g, h, a, K(0xab1c5ed5ul)); in Transform_8way()
171 Round(a, b, c, d, e, f, g, h, K(0xd807aa98ul)); in Transform_8way()
172 Round(h, a, b, c, d, e, f, g, K(0x12835b01ul)); in Transform_8way()
[all …]
H A Dsha256_sse41.cpp155 Round(a, b, c, d, e, f, g, h, K(0xc28a2f98ul)); in Transform_4way()
156 Round(h, a, b, c, d, e, f, g, K(0x71374491ul)); in Transform_4way()
157 Round(g, h, a, b, c, d, e, f, K(0xb5c0fbcful)); in Transform_4way()
158 Round(f, g, h, a, b, c, d, e, K(0xe9b5dba5ul)); in Transform_4way()
159 Round(e, f, g, h, a, b, c, d, K(0x3956c25bul)); in Transform_4way()
160 Round(d, e, f, g, h, a, b, c, K(0x59f111f1ul)); in Transform_4way()
161 Round(c, d, e, f, g, h, a, b, K(0x923f82a4ul)); in Transform_4way()
162 Round(b, c, d, e, f, g, h, a, K(0xab1c5ed5ul)); in Transform_4way()
163 Round(a, b, c, d, e, f, g, h, K(0xd807aa98ul)); in Transform_4way()
164 Round(h, a, b, c, d, e, f, g, K(0x12835b01ul)); in Transform_4way()
[all …]
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/crypto/
H A Dsha256.cpp255 Round(a, b, c, d, e, f, g, h, 0xc28a2f98ul); in TransformD64()
256 Round(h, a, b, c, d, e, f, g, 0x71374491ul); in TransformD64()
257 Round(g, h, a, b, c, d, e, f, 0xb5c0fbcful); in TransformD64()
258 Round(f, g, h, a, b, c, d, e, 0xe9b5dba5ul); in TransformD64()
259 Round(e, f, g, h, a, b, c, d, 0x3956c25bul); in TransformD64()
260 Round(d, e, f, g, h, a, b, c, 0x59f111f1ul); in TransformD64()
261 Round(c, d, e, f, g, h, a, b, 0x923f82a4ul); in TransformD64()
262 Round(b, c, d, e, f, g, h, a, 0xab1c5ed5ul); in TransformD64()
263 Round(a, b, c, d, e, f, g, h, 0xd807aa98ul); in TransformD64()
264 Round(h, a, b, c, d, e, f, g, 0x12835b01ul); in TransformD64()
[all …]
H A Dsha256_avx2.cpp163 Round(a, b, c, d, e, f, g, h, K(0xc28a2f98ul)); in Transform_8way()
164 Round(h, a, b, c, d, e, f, g, K(0x71374491ul)); in Transform_8way()
165 Round(g, h, a, b, c, d, e, f, K(0xb5c0fbcful)); in Transform_8way()
166 Round(f, g, h, a, b, c, d, e, K(0xe9b5dba5ul)); in Transform_8way()
167 Round(e, f, g, h, a, b, c, d, K(0x3956c25bul)); in Transform_8way()
168 Round(d, e, f, g, h, a, b, c, K(0x59f111f1ul)); in Transform_8way()
169 Round(c, d, e, f, g, h, a, b, K(0x923f82a4ul)); in Transform_8way()
170 Round(b, c, d, e, f, g, h, a, K(0xab1c5ed5ul)); in Transform_8way()
171 Round(a, b, c, d, e, f, g, h, K(0xd807aa98ul)); in Transform_8way()
172 Round(h, a, b, c, d, e, f, g, K(0x12835b01ul)); in Transform_8way()
[all …]
H A Dsha256_sse41.cpp155 Round(a, b, c, d, e, f, g, h, K(0xc28a2f98ul)); in Transform_4way()
156 Round(h, a, b, c, d, e, f, g, K(0x71374491ul)); in Transform_4way()
157 Round(g, h, a, b, c, d, e, f, K(0xb5c0fbcful)); in Transform_4way()
158 Round(f, g, h, a, b, c, d, e, K(0xe9b5dba5ul)); in Transform_4way()
159 Round(e, f, g, h, a, b, c, d, K(0x3956c25bul)); in Transform_4way()
160 Round(d, e, f, g, h, a, b, c, K(0x59f111f1ul)); in Transform_4way()
161 Round(c, d, e, f, g, h, a, b, K(0x923f82a4ul)); in Transform_4way()
162 Round(b, c, d, e, f, g, h, a, K(0xab1c5ed5ul)); in Transform_4way()
163 Round(a, b, c, d, e, f, g, h, K(0xd807aa98ul)); in Transform_4way()
164 Round(h, a, b, c, d, e, f, g, K(0x12835b01ul)); in Transform_4way()
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/crypto/
H A Dsha256.cpp255 Round(a, b, c, d, e, f, g, h, 0xc28a2f98ul); in TransformD64()
256 Round(h, a, b, c, d, e, f, g, 0x71374491ul); in TransformD64()
257 Round(g, h, a, b, c, d, e, f, 0xb5c0fbcful); in TransformD64()
258 Round(f, g, h, a, b, c, d, e, 0xe9b5dba5ul); in TransformD64()
259 Round(e, f, g, h, a, b, c, d, 0x3956c25bul); in TransformD64()
260 Round(d, e, f, g, h, a, b, c, 0x59f111f1ul); in TransformD64()
261 Round(c, d, e, f, g, h, a, b, 0x923f82a4ul); in TransformD64()
262 Round(b, c, d, e, f, g, h, a, 0xab1c5ed5ul); in TransformD64()
263 Round(a, b, c, d, e, f, g, h, 0xd807aa98ul); in TransformD64()
264 Round(h, a, b, c, d, e, f, g, 0x12835b01ul); in TransformD64()
[all …]
H A Dsha256_avx2.cpp163 Round(a, b, c, d, e, f, g, h, K(0xc28a2f98ul)); in Transform_8way()
164 Round(h, a, b, c, d, e, f, g, K(0x71374491ul)); in Transform_8way()
165 Round(g, h, a, b, c, d, e, f, K(0xb5c0fbcful)); in Transform_8way()
166 Round(f, g, h, a, b, c, d, e, K(0xe9b5dba5ul)); in Transform_8way()
167 Round(e, f, g, h, a, b, c, d, K(0x3956c25bul)); in Transform_8way()
168 Round(d, e, f, g, h, a, b, c, K(0x59f111f1ul)); in Transform_8way()
169 Round(c, d, e, f, g, h, a, b, K(0x923f82a4ul)); in Transform_8way()
170 Round(b, c, d, e, f, g, h, a, K(0xab1c5ed5ul)); in Transform_8way()
171 Round(a, b, c, d, e, f, g, h, K(0xd807aa98ul)); in Transform_8way()
172 Round(h, a, b, c, d, e, f, g, K(0x12835b01ul)); in Transform_8way()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/crypto/
H A Dsha256.cpp255 Round(a, b, c, d, e, f, g, h, 0xc28a2f98ul); in TransformD64()
256 Round(h, a, b, c, d, e, f, g, 0x71374491ul); in TransformD64()
257 Round(g, h, a, b, c, d, e, f, 0xb5c0fbcful); in TransformD64()
258 Round(f, g, h, a, b, c, d, e, 0xe9b5dba5ul); in TransformD64()
259 Round(e, f, g, h, a, b, c, d, 0x3956c25bul); in TransformD64()
260 Round(d, e, f, g, h, a, b, c, 0x59f111f1ul); in TransformD64()
261 Round(c, d, e, f, g, h, a, b, 0x923f82a4ul); in TransformD64()
262 Round(b, c, d, e, f, g, h, a, 0xab1c5ed5ul); in TransformD64()
263 Round(a, b, c, d, e, f, g, h, 0xd807aa98ul); in TransformD64()
264 Round(h, a, b, c, d, e, f, g, 0x12835b01ul); in TransformD64()
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/crypto/
H A Dsha256.cpp255 Round(a, b, c, d, e, f, g, h, 0xc28a2f98ul); in TransformD64()
256 Round(h, a, b, c, d, e, f, g, 0x71374491ul); in TransformD64()
257 Round(g, h, a, b, c, d, e, f, 0xb5c0fbcful); in TransformD64()
258 Round(f, g, h, a, b, c, d, e, 0xe9b5dba5ul); in TransformD64()
259 Round(e, f, g, h, a, b, c, d, 0x3956c25bul); in TransformD64()
260 Round(d, e, f, g, h, a, b, c, 0x59f111f1ul); in TransformD64()
261 Round(c, d, e, f, g, h, a, b, 0x923f82a4ul); in TransformD64()
262 Round(b, c, d, e, f, g, h, a, 0xab1c5ed5ul); in TransformD64()
263 Round(a, b, c, d, e, f, g, h, 0xd807aa98ul); in TransformD64()
264 Round(h, a, b, c, d, e, f, g, 0x12835b01ul); in TransformD64()
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/crypto/
H A Dsha256.cpp255 Round(a, b, c, d, e, f, g, h, 0xc28a2f98ul); in TransformD64()
256 Round(h, a, b, c, d, e, f, g, 0x71374491ul); in TransformD64()
257 Round(g, h, a, b, c, d, e, f, 0xb5c0fbcful); in TransformD64()
258 Round(f, g, h, a, b, c, d, e, 0xe9b5dba5ul); in TransformD64()
259 Round(e, f, g, h, a, b, c, d, 0x3956c25bul); in TransformD64()
260 Round(d, e, f, g, h, a, b, c, 0x59f111f1ul); in TransformD64()
261 Round(c, d, e, f, g, h, a, b, 0x923f82a4ul); in TransformD64()
262 Round(b, c, d, e, f, g, h, a, 0xab1c5ed5ul); in TransformD64()
263 Round(a, b, c, d, e, f, g, h, 0xd807aa98ul); in TransformD64()
264 Round(h, a, b, c, d, e, f, g, 0x12835b01ul); in TransformD64()
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/crypto/
H A Dsha256.cpp255 Round(a, b, c, d, e, f, g, h, 0xc28a2f98ul); in TransformD64()
256 Round(h, a, b, c, d, e, f, g, 0x71374491ul); in TransformD64()
257 Round(g, h, a, b, c, d, e, f, 0xb5c0fbcful); in TransformD64()
258 Round(f, g, h, a, b, c, d, e, 0xe9b5dba5ul); in TransformD64()
259 Round(e, f, g, h, a, b, c, d, 0x3956c25bul); in TransformD64()
260 Round(d, e, f, g, h, a, b, c, 0x59f111f1ul); in TransformD64()
261 Round(c, d, e, f, g, h, a, b, 0x923f82a4ul); in TransformD64()
262 Round(b, c, d, e, f, g, h, a, 0xab1c5ed5ul); in TransformD64()
263 Round(a, b, c, d, e, f, g, h, 0xd807aa98ul); in TransformD64()
264 Round(h, a, b, c, d, e, f, g, 0x12835b01ul); in TransformD64()
[all …]
/dports/games/qqwing/qqwing-1.3.4/doc/www/md/
H A Dinstructions.md149 1. Round: 1 - Mark given (Row: 1 - Column: 6 - Value: 1)
150 2. Round: 1 - Mark given (Row: 2 - Column: 3 - Value: 2)
151 3. Round: 1 - Mark given (Row: 2 - Column: 8 - Value: 9)
152 4. Round: 1 - Mark given (Row: 3 - Column: 2 - Value: 1)
153 5. Round: 1 - Mark given (Row: 3 - Column: 4 - Value: 9)
154 6. Round: 1 - Mark given (Row: 3 - Column: 5 - Value: 7)
155 7. Round: 1 - Mark given (Row: 3 - Column: 7 - Value: 8)
156 8. Round: 1 - Mark given (Row: 3 - Column: 8 - Value: 3)
157 9. Round: 1 - Mark given (Row: 4 - Column: 1 - Value: 7)
158 10. Round: 1 - Mark given (Row: 4 - Column: 5 - Value: 2)
[all …]

12345678910>>...167