Home
last modified time | relevance | path

Searched refs:W2 (Results 1 – 25 of 3242) sorted by relevance

12345678910>>...130

/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/include/fst/
H A Dlexicographic-weight.h39 template<class W1, class W2>
61 LexicographicWeight(W1 w1, W2 w2) : PairWeight<W1, W2>(w1, w2) { in LexicographicWeight()
76 static const LexicographicWeight<W1, W2> zero(PairWeight<W1, W2>::Zero()); in Zero()
81 static const LexicographicWeight<W1, W2> one(PairWeight<W1, W2>::One()); in One()
120 template <class W1, class W2>
121 inline LexicographicWeight<W1, W2> Plus(const LexicographicWeight<W1, W2> &w, in Plus()
126 NaturalLess<W2> less2; in Plus()
134 template <class W1, class W2>
135 inline LexicographicWeight<W1, W2> Times(const LexicographicWeight<W1, W2> &w, in Times()
141 template <class W1, class W2>
[all …]
H A Dproduct-weight.h34 template<class W1, class W2>
48 ProductWeight(const PairWeight<W1, W2>& w) : PairWeight<W1, W2>(w) {} in ProductWeight()
50 ProductWeight(W1 w1, W2 w2) : PairWeight<W1, W2>(w1, w2) {} in ProductWeight()
53 static const ProductWeight<W1, W2> zero(PairWeight<W1, W2>::Zero()); in Zero()
58 static const ProductWeight<W1, W2> one(PairWeight<W1, W2>::One()); in One()
89 template <class W1, class W2>
90 inline ProductWeight<W1, W2> Plus(const ProductWeight<W1, W2> &w, in Plus()
96 template <class W1, class W2>
97 inline ProductWeight<W1, W2> Times(const ProductWeight<W1, W2> &w, in Times()
103 template <class W1, class W2>
[all …]
H A Dpair-weight.h38 template <class W1, class W2>
41 template<class W1, class W2>
44 friend istream &operator>><W1, W2>(istream&, PairWeight<W1, W2>&);
57 static const PairWeight<W1, W2> zero(W1::Zero(), W2::Zero()); in Zero()
62 static const PairWeight<W1, W2> one(W1::One(), W2::One()); in One()
67 static const PairWeight<W1, W2> no_weight(W1::NoWeight(), W2::NoWeight()); in NoWeight()
81 PairWeight<W1, W2> &operator=(const PairWeight<W1, W2> &w) {
136 W2 w2 = W2::Zero(); in ReadNoParen()
199 W2 w2 = W2::Zero(); in ReadWithParen()
208 W2 value2_;
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/
H A Dlexicographic-weight.h39 template<class W1, class W2>
61 LexicographicWeight(W1 w1, W2 w2) : PairWeight<W1, W2>(w1, w2) { in LexicographicWeight()
76 static const LexicographicWeight<W1, W2> zero(PairWeight<W1, W2>::Zero()); in Zero()
81 static const LexicographicWeight<W1, W2> one(PairWeight<W1, W2>::One()); in One()
120 template <class W1, class W2>
121 inline LexicographicWeight<W1, W2> Plus(const LexicographicWeight<W1, W2> &w, in Plus()
126 NaturalLess<W2> less2; in Plus()
134 template <class W1, class W2>
135 inline LexicographicWeight<W1, W2> Times(const LexicographicWeight<W1, W2> &w, in Times()
141 template <class W1, class W2>
[all …]
H A Dproduct-weight.h34 template<class W1, class W2>
48 ProductWeight(const PairWeight<W1, W2>& w) : PairWeight<W1, W2>(w) {} in ProductWeight()
50 ProductWeight(W1 w1, W2 w2) : PairWeight<W1, W2>(w1, w2) {} in ProductWeight()
53 static const ProductWeight<W1, W2> zero(PairWeight<W1, W2>::Zero()); in Zero()
58 static const ProductWeight<W1, W2> one(PairWeight<W1, W2>::One()); in One()
89 template <class W1, class W2>
90 inline ProductWeight<W1, W2> Plus(const ProductWeight<W1, W2> &w, in Plus()
96 template <class W1, class W2>
97 inline ProductWeight<W1, W2> Times(const ProductWeight<W1, W2> &w, in Times()
103 template <class W1, class W2>
[all …]
H A Dpair-weight.h38 template <class W1, class W2>
41 template<class W1, class W2>
44 friend istream &operator>><W1, W2>(istream&, PairWeight<W1, W2>&);
57 static const PairWeight<W1, W2> zero(W1::Zero(), W2::Zero()); in Zero()
62 static const PairWeight<W1, W2> one(W1::One(), W2::One()); in One()
67 static const PairWeight<W1, W2> no_weight(W1::NoWeight(), W2::NoWeight()); in NoWeight()
81 PairWeight<W1, W2> &operator=(const PairWeight<W1, W2> &w) {
136 W2 w2 = W2::Zero(); in ReadNoParen()
199 W2 w2 = W2::Zero(); in ReadWithParen()
208 W2 value2_;
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/
H A Dlexicographic-weight.h39 template<class W1, class W2>
61 LexicographicWeight(W1 w1, W2 w2) : PairWeight<W1, W2>(w1, w2) { in LexicographicWeight()
76 static const LexicographicWeight<W1, W2> zero(PairWeight<W1, W2>::Zero()); in Zero()
81 static const LexicographicWeight<W1, W2> one(PairWeight<W1, W2>::One()); in One()
120 template <class W1, class W2>
121 inline LexicographicWeight<W1, W2> Plus(const LexicographicWeight<W1, W2> &w, in Plus()
126 NaturalLess<W2> less2; in Plus()
134 template <class W1, class W2>
135 inline LexicographicWeight<W1, W2> Times(const LexicographicWeight<W1, W2> &w, in Times()
141 template <class W1, class W2>
[all …]
H A Dproduct-weight.h34 template<class W1, class W2>
48 ProductWeight(const PairWeight<W1, W2>& w) : PairWeight<W1, W2>(w) {} in ProductWeight()
50 ProductWeight(W1 w1, W2 w2) : PairWeight<W1, W2>(w1, w2) {} in ProductWeight()
53 static const ProductWeight<W1, W2> zero(PairWeight<W1, W2>::Zero()); in Zero()
58 static const ProductWeight<W1, W2> one(PairWeight<W1, W2>::One()); in One()
89 template <class W1, class W2>
90 inline ProductWeight<W1, W2> Plus(const ProductWeight<W1, W2> &w, in Plus()
96 template <class W1, class W2>
97 inline ProductWeight<W1, W2> Times(const ProductWeight<W1, W2> &w, in Times()
103 template <class W1, class W2>
[all …]
H A Dpair-weight.h38 template <class W1, class W2>
41 template<class W1, class W2>
44 friend istream &operator>><W1, W2>(istream&, PairWeight<W1, W2>&);
57 static const PairWeight<W1, W2> zero(W1::Zero(), W2::Zero()); in Zero()
62 static const PairWeight<W1, W2> one(W1::One(), W2::One()); in One()
67 static const PairWeight<W1, W2> no_weight(W1::NoWeight(), W2::NoWeight()); in NoWeight()
81 PairWeight<W1, W2> &operator=(const PairWeight<W1, W2> &w) {
136 W2 w2 = W2::Zero(); in ReadNoParen()
199 W2 w2 = W2::Zero(); in ReadWithParen()
208 W2 value2_;
[all …]
/dports/math/openfst/openfst-1.8.1/src/include/fst/
H A Dexpectation-weight.h61 template <class W1, class W2>
79 ExpectationWeight(const W1 &w1, const W2 &w2) : PairWeight<W1, W2>(w1, w2) {} in ExpectationWeight()
118 template <class W1, class W2>
119 inline ExpectationWeight<W1, W2> Plus(const ExpectationWeight<W1, W2> &w1, in Plus()
125 template <class W1, class W2>
126 inline ExpectationWeight<W1, W2> Times(const ExpectationWeight<W1, W2> &w1, in Times()
141 template <class W1, class W2>
142 inline ExpectationWeight<W1, W2> Divide(const ExpectationWeight<W1, W2> &w1, in Divide()
181 template <class W1, class W2>
205 Adder<W2> adder2_;
[all …]
H A Dlexicographic-weight.h42 template <class W1, class W2>
56 using PairWeight<W1, W2>::One;
66 LexicographicWeight(W1 w1, W2 w2) : PairWeight<W1, W2>(w1, w2) {} in LexicographicWeight()
112 template <class W1, class W2>
113 inline LexicographicWeight<W1, W2> Plus(const LexicographicWeight<W1, W2> &w, in Plus()
119 NaturalLess<W2> less2; in Plus()
127 template <class W1, class W2>
128 inline LexicographicWeight<W1, W2> Times(const LexicographicWeight<W1, W2> &w, in Times()
134 template <class W1, class W2>
135 inline LexicographicWeight<W1, W2> Divide(const LexicographicWeight<W1, W2> &w,
[all …]
H A Dproduct-weight.h36 template <class W1, class W2>
47 ProductWeight(W1 w1, W2 w2) in ProductWeight()
85 template <class W1, class W2>
86 inline ProductWeight<W1, W2> Plus(const ProductWeight<W1, W2> &w1, in Plus()
92 template <class W1, class W2>
93 inline ProductWeight<W1, W2> Times(const ProductWeight<W1, W2> &w1, in Times()
99 template <class W1, class W2>
100 inline ProductWeight<W1, W2> Divide(const ProductWeight<W1, W2> &w1,
108 template <class W1, class W2>
132 Adder<W2> adder2_;
[all …]
H A Dpair-weight.h37 template <class W1, class W2>
100 W2 value2_;
103 template <class W1, class W2>
109 template <class W1, class W2>
115 template <class W1, class W2>
122 template <class W1, class W2>
133 template <class W1, class W2>
141 W2 w2;
150 template <class W1, class W2>
153 using Weight = PairWeight<W1, W2>;
[all …]
/dports/security/botan110/Botan-1.10.17/src/block/skipjack/
H A Dskipjack.cpp36 W2 ^= W1 ^ round; in step_B()
51 byte G1 = get_byte(1, W2), G2 = get_byte(0, W2), G3; in step_Ai()
64 byte G1 = get_byte(1, W2), G2 = get_byte(0, W2), G3; in step_Bi()
90 step_A(W3, W2, 3, ftab); step_A(W2, W1, 4, ftab); in encrypt_n()
92 step_A(W3, W2, 7, ftab); step_A(W2, W1, 8, ftab); in encrypt_n()
100 step_A(W3, W2, 19, ftab); step_A(W2, W1, 20, ftab); in encrypt_n()
102 step_A(W3, W2, 23, ftab); step_A(W2, W1, 24, ftab); in encrypt_n()
135 step_Ai(W1, W2, 24, ftab); step_Ai(W2, W3, 23, ftab); in decrypt_n()
137 step_Ai(W1, W2, 20, ftab); step_Ai(W2, W3, 19, ftab); in decrypt_n()
145 step_Ai(W1, W2, 8, ftab); step_Ai(W2, W3, 7, ftab); in decrypt_n()
[all …]
/dports/math/gf2x/gf2x-1.3.0/
H A Dtoom-gpl.c434 Add(W2 + 2, W2 + 2, W4 + 2, k); in gf2x_mul_tc3()
523 Add4(W2, W1 + k, W2 + k, W3, k); in gf2x_mul_tc3()
787 W2[j] = W2[j + 1] ^ W3[j]; in gf2x_mul_tc3u()
1061 W2[j] = W2[j + 1] ^ W3[j];
1349 W2[j] = W2[j+1] ^ W3[j]; in gf2x_mul_tc3w()
1559 W2[j] = W2[j+1] ^ W3[j]; in gf2x_mul_tc3x_internal()
1966 W2[k + 2] = gf2x_addmul_1_n(W2 + 2, W2 + 2, b, k, 4 + 2); in gf2x_mul_tc4()
1967 Add(W2 + 2, W2 + 2, W6 + 2, k + 1); in gf2x_mul_tc4()
2003 Add(W2, W2, W6, 2 * r); in gf2x_mul_tc4()
2004 cy2 ^= AddLsh6(W2, W2, W0, 2 * k); in gf2x_mul_tc4()
[all …]
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/test/system_tests/handbook_progs_tr2/
H A Dtr2.t21 F = fix (W1\ abs (W2\ abs (W3\ cond (eq W2 (c 0)) W3 (app (app W1 (minus W2 (c 1))) (times W2 W3)))…
34 … = fix (W1\ abs (W2\ abs (W3\ cond (eq (c 1) W2) (c 1) (cond (lss W2 W3) (app (app W1 W3) W2) (con…
57 …fix (W1\ abs (W2\ cond (&& (prp W2) (eq (fst W2) (c 0))) (snd W2) (cond (prp W2) (app W1 (pr (minu…
/dports/math/math77/MATH77/
H A Dcgam.f187 W2 = ZERO
248 IF (W2 .LT. ZERO) W2 = W2 + TWOPI
284 W2 = ((VV2 - W2) - Z2) + V2
293 W2 = A*sin(W2)
296 W2 = (W2*U1 - W1*U2) / U
309 W2 = (T2 - atan2(H2,H1)) - W2
324 W2 = W1*U2 + W2*U1
328 IF (LF1 .NE. 0) W2 = -W2
343 if(W2 .le. -PI .or. W2 .gt. PI) then
360 W2 = W2 + TWOPI
[all …]
H A Dzgam.f187 W2 = ZERO
248 IF (W2 .LT. ZERO) W2 = W2 + TWOPI
284 W2 = ((VV2 - W2) - Z2) + V2
293 W2 = A*sin(W2)
296 W2 = (W2*U1 - W1*U2) / U
309 W2 = (T2 - atan2(H2,H1)) - W2
324 W2 = W1*U2 + W2*U1
328 IF (LF1 .NE. 0) W2 = -W2
343 if(W2 .le. -PI .or. W2 .gt. PI) then
360 W2 = W2 + TWOPI
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dsm3.c294 #define R(i,A,B,C,D,E,F,G,H,T,W1,W2) \
301 D += FF##i(A,B,C) + ss2 + (W1 ^ W2); \
308 #define R1(A,B,C,D,E,F,G,H,T,W1,W2) R(1,A,B,C,D,E,F,G,H,T,W1,W2)
309 #define R2(A,B,C,D,E,F,G,H,T,W1,W2) R(2,A,B,C,D,E,F,G,H,T,W1,W2)
342 R1( a, b, c, d, e, f, g, h, T(12), W1(12), W2(16) );
343 R1( d, a, b, c, h, e, f, g, T(13), W1(13), W2(17) );
344 R1( c, d, a, b, g, h, e, f, T(14), W1(14), W2(18) );
345 R1( b, c, d, a, f, g, h, e, T(15), W1(15), W2(19) );
346 R2( a, b, c, d, e, f, g, h, T(16), W1(16), W2(20) );
347 R2( d, a, b, c, h, e, f, g, T(17), W1(17), W2(21) );
[all …]
/dports/comms/flrig/flrig-1.3.54/src/widgets/
H A Dhspinner.cxx10 input_(X + (W2 ? 2*W2 : 6*H/5), Y, (W2 ? W - 2*W2 : W - 6*H/5), H), in Hspinner()
11 down_button_(X, Y, (W2 ? W2 : 6*H/10), H), in Hspinner()
12 up_button_(X + (W2 ? W2 : 6*H/10), Y, (W2 ? W2 : 6*H/10), H) in Hspinner()
26 sW2 = (W2 ? W2 : H); in Hspinner()
35 if (W2) { in Hspinner()
36 down_button_.labelsize( 3 * W2 / 4); in Hspinner()
37 up_button_.labelsize( 3 * W2 / 4); in Hspinner()
59 sW2 = (W2 ? W2 : 6*H/10); in resize()
62 if (W2) { in resize()
63 down_button_.labelsize(W2 / 2); in resize()
[all …]
/dports/science/R-cran-eco/eco/src/
H A Dfintegrate.c72 (W2[ii]-mu[1])*(W2[ii]-mu[1])/Sigma[1][1]- in NormConstT()
83 Free(W2); in NormConstT()
147 else if (suff==SS_W2star2) t[ii]=W2[ii]*W2[ii]*t[ii]; in SuffExp()
253 else W2=log(W2/(1-W2)); in getW2starFromW1star()
254 return W2; in getW2starFromW1star()
263 double W2; in getW1starFromW2star() local
300 if (W2==1 || W2==0) *imposs=1; in getW2starFromT()
301 else W2=log(W2/(1-W2)); in getW2starFromT()
302 return W2; in getW2starFromT()
323 W2=(1/W2)*(m/(1-W2)); in getW2starPrimeFromT()
[all …]
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/plugins/AffineTransformations/src/
H A DDkSkewEstimator.cpp173 …ouble>(r - H2, c - W2) + integral.at<double>(r - 1, c + W2) - integral.at<double>(r - H2, c + W2) … in computeSeparability()
174 …double>(r + 1, c - W2) + integral.at<double>(r + H2, c + W2) - integral.at<double>(r + 1, c + W2) … in computeSeparability()
178 …le>(r - H2, c - W2) + integralSq.at<double>(r - 1, c + W2) - integralSq.at<double>(r - H2, c + W2)… in computeSeparability()
179 …ble>(r + 1, c - W2) + integralSq.at<double>(r + H2, c + W2) - integralSq.at<double>(r + 1, c + W2)… in computeSeparability()
180 var1 /= (2 * W2 * H2); in computeSeparability()
200 …ral.at<double>(r - W2, c - H2) + integral.at<double>(r + W2, c - 1) - integral.at<double>(r + W2, … in computeSeparability()
201 …ral.at<double>(r - W2, c + 1) + integral.at<double>(r + W2, c + H2) - integral.at<double>(r + W2, … in computeSeparability()
205 ….at<double>(r - W2, c - H2) + integralSq.at<double>(r + W2, c - 1) - integralSq.at<double>(r + W2,… in computeSeparability()
206 ….at<double>(r - W2, c + 1) + integralSq.at<double>(r + W2, c + H2) - integralSq.at<double>(r + W2,… in computeSeparability()
244 for (int c = W2; c < separability.cols - W2; c++) { in computeEdgeMap()
[all …]
/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Dsm3.c117 #define W2(i) ( w[i&0x0f] = P1(w[i &0x0f] \ macro
170 R1(a, b, c, d, e, f, g, h, K[12], W1(12), W2(16)); in transform_blk()
171 R1(d, a, b, c, h, e, f, g, K[13], W1(13), W2(17)); in transform_blk()
172 R1(c, d, a, b, g, h, e, f, K[14], W1(14), W2(18)); in transform_blk()
173 R1(b, c, d, a, f, g, h, e, K[15], W1(15), W2(19)); in transform_blk()
175 R2(a, b, c, d, e, f, g, h, K[16], W1(16), W2(20)); in transform_blk()
176 R2(d, a, b, c, h, e, f, g, K[17], W1(17), W2(21)); in transform_blk()
177 R2(c, d, a, b, g, h, e, f, K[18], W1(18), W2(22)); in transform_blk()
178 R2(b, c, d, a, f, g, h, e, K[19], W1(19), W2(23)); in transform_blk()
179 R2(a, b, c, d, e, f, g, h, K[20], W1(20), W2(24)); in transform_blk()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Dsm3.c117 #define W2(i) ( w[i&0x0f] = P1(w[i &0x0f] \ macro
170 R1(a, b, c, d, e, f, g, h, K[12], W1(12), W2(16)); in transform_blk()
171 R1(d, a, b, c, h, e, f, g, K[13], W1(13), W2(17)); in transform_blk()
172 R1(c, d, a, b, g, h, e, f, K[14], W1(14), W2(18)); in transform_blk()
173 R1(b, c, d, a, f, g, h, e, K[15], W1(15), W2(19)); in transform_blk()
175 R2(a, b, c, d, e, f, g, h, K[16], W1(16), W2(20)); in transform_blk()
176 R2(d, a, b, c, h, e, f, g, K[17], W1(17), W2(21)); in transform_blk()
177 R2(c, d, a, b, g, h, e, f, K[18], W1(18), W2(22)); in transform_blk()
178 R2(b, c, d, a, f, g, h, e, K[19], W1(19), W2(23)); in transform_blk()
179 R2(a, b, c, d, e, f, g, h, K[20], W1(20), W2(24)); in transform_blk()
[all …]
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/test/system_tests/pcf_tr/
H A Dtr.t35 T = fn (W1\ fn (W2\ fn (W3\ cond (equal @ in 1 @ W1) W2 W3)))
49 T = fn (W1\ fn (W2\ fn (W3\ equal @ (W1 @ W2 @ W3) @ (W1 @ W3 @ W2))))
85 T = fixpt (W1\ fn (W2\ fn (W3\ cond (nullp @ W3) false (cond (and @ (consp @ W3) @ (equal @ (car @ …
99 T = fixpt (W1\ fn (W2\ fn (W3\ cond (equal @ W2 @ in 0) W3 (W1 @ (minus @ W2 @ in 1) @ (times @ W2
125 …pt (W1\ fn (W2\ fn (W3\ cond (equal @ in 1 @ W2) (in 1) (cond (greater @ W3 @ W2) (W1 @ W3 @ W2) (…

12345678910>>...130