Searched refs:W1 (Results 1 - 25 of 30) sorted by relevance

12

/external/openfst/src/include/fst/
H A Dproduct-weight.h33 // Product semiring: W1 * W2
34 template<class W1, class W2>
35 class ProductWeight : public PairWeight<W1, W2> {
37 using PairWeight<W1, W2>::Zero;
38 using PairWeight<W1, W2>::One;
39 using PairWeight<W1, W2>::NoWeight;
40 using PairWeight<W1, W2>::Quantize;
41 using PairWeight<W1, W2>::Reverse;
43 typedef ProductWeight<typename W1::ReverseWeight, typename W2::ReverseWeight>
48 ProductWeight(const PairWeight<W1, W
[all...]
H A Dlexicographic-weight.h39 template<class W1, class W2>
40 class LexicographicWeight : public PairWeight<W1, W2> {
42 using PairWeight<W1, W2>::Value1;
43 using PairWeight<W1, W2>::Value2;
44 using PairWeight<W1, W2>::SetValue1;
45 using PairWeight<W1, W2>::SetValue2;
46 using PairWeight<W1, W2>::Zero;
47 using PairWeight<W1, W2>::One;
48 using PairWeight<W1, W2>::NoWeight;
49 using PairWeight<W1, W
[all...]
H A Dpair-weight.h37 template<class W1, class W2> class PairWeight;
38 template <class W1, class W2>
39 istream &operator>>(istream &strm, PairWeight<W1, W2> &w);
41 template<class W1, class W2>
44 friend istream &operator>><W1, W2>(istream&, PairWeight<W1, W2>&);
46 typedef PairWeight<typename W1::ReverseWeight,
54 PairWeight(W1 w1, W2 w2) : value1_(w1), value2_(w2) {}
56 static const PairWeight<W1, W2> &Zero() {
57 static const PairWeight<W1, W
[all...]
H A Dweight.h162 template <class W1, class W2>
164 W2 operator()(W1 w1) const {
166 << W1::Type() << "\" to \"" << W2::Type();
H A Drandom-weight.h188 typedef typename G1::Weight W1; typedef in class:fst::ProductWeightGenerator
196 W1 w1 = generator1_();
214 typedef typename G1::Weight W1; typedef in class:fst::LexicographicWeightGenerator
216 typedef LexicographicWeight<W1, W2> Weight;
226 return Weight(W1::Zero(), W2::Zero());
228 W1 w1 = generator1_();
H A Dexpectation-weight.h58 typedef X1 W1; typedef in class:fst::ExpectationWeight
109 uint64 props1 = W1::Properties();
H A Darc.h164 template<class W1, class W2>
167 typedef LexicographicWeight<W1, W2> Weight;
188 template<class W1, class W2>
191 typedef ProductWeight<W1, W2> Weight;
H A Dsigned-log-weight.h224 template <class W1, class W2>
225 bool SignedLogConvertCheck(W1 w) {
228 << W1::Type() << "\" to \"" << W2::Type();
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproduct-weight.h28 // Product semiring: W1 * W2
29 template<class W1, class W2>
32 typedef ProductWeight<typename W1::ReverseWeight, typename W2::ReverseWeight>
37 ProductWeight(W1 w1, W2 w2) : value1_(w1), value2_(w2) {}
39 static const ProductWeight<W1, W2> &Zero() {
40 static const ProductWeight<W1, W2> zero(W1::Zero(), W2::Zero());
44 static const ProductWeight<W1, W2> &One() {
45 static const ProductWeight<W1, W2> one(W1
[all...]
H A Drandom-weight.h127 typedef typename G1::Weight W1; typedef in class:fst::ProductWeightGenerator
129 typedef ProductWeight<W1, W2> Weight;
135 W1 w1 = generator1_();
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-rtti.cpp18 struct W1 : virtual V1 {}; struct in inherits:V1
19 struct Y1 : W1, virtual V1 {} y1;
69 // CHECK: @"\01??_R2Y1@@8" = linkonce_odr constant [7 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Y1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@W1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@X1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@X1@@8", %rtti.BaseClassDescriptor* null]
71 // CHECK: @"\01??_R1A@?0A@EA@W1@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUW1@@@8" to i8*), i32 2, i32 0, i32 -1, i32 0, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3W1@@8" }
74 // CHECK: @"\01??_R2W1@@8" = linkonce_odr constant [4 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@W1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@X1@@8", %rtti.BaseClassDescriptor* null]
189 // X64: @"\01??_R2Y1@@8" = linkonce_odr constant [7 x i32] [i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Y1@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@W1@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@X1@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@X1@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 0]
191 // X64: @"\01??_R1A@?0A@EA@W1@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.TypeDescriptor8* @"\01??_R0?AUW1@@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 2, i32 0, i32 -1, i32 0, i32 64, i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.ClassHierarchyDescriptor* @"\01??_R3W1@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32) }
194 // X64: @"\01??_R2W1@@8" = linkonce_odr constant [4 x i32] [i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@W1@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@X1@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 0]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_iconv.c440 Uint16 W1, W2; local
444 W1 = ((Uint16)p[0] << 8) |
448 if ( W1 < 0xD800 || W1 > 0xDFFF ) {
449 ch = (Uint32)W1;
452 if ( W1 > 0xDBFF ) {
474 ch = (((Uint32)(W1 & 0x3FF) << 10) |
481 Uint16 W1, W2; local
485 W1 = ((Uint16)p[1] << 8) |
489 if ( W1 <
684 Uint16 W1, W2; local
715 Uint16 W1, W2; local
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha512-armv8.pl308 my ($W0,$W1)=("v16.4s","v17.4s");
335 ld1.32 {$W1},[$Ktbl],#16
343 ($W0,$W1)=($W1,$W0); push(@MSG,shift(@MSG));
346 ld1.32 {$W1},[$Ktbl],#16
353 add.i32 $W1,$W1,@MSG[1]
355 sha256h $ABCD,$EFGH,$W1
356 sha256h2 $EFGH,$abcd,$W1
358 ld1.32 {$W1},[
[all...]
H A Dsha1-armv4-large.pl563 my ($W0,$W1,$ABCD_SAVE)=map("q$_",(12..14));
594 vadd.i32 $W1,@Kxx[0],@MSG[1]
605 sha1$f $ABCD,$E1,$W1
606 vadd.i32 $W1,@Kxx[$j],@MSG[3]
612 ($E0,$E1)=($E1,$E0); ($W0,$W1)=($W1,$W0);
617 sha1p $ABCD,$E1,$W1
618 vadd.i32 $W1,@Kxx[$j],@MSG[3]
624 sha1p $ABCD,$E1,$W1
H A Dsha1-armv8.pl220 my ($W0,$W1)=("v20.4s","v21.4s");
248 add.i32 $W1,@Kxx[0],@MSG[1]
259 sha1$f $ABCD,$E1,$W1
260 add.i32 $W1,@Kxx[$j],@MSG[3]
266 ($E0,$E1)=($E1,$E0); ($W0,$W1)=($W1,$W0);
271 sha1p $ABCD,$E1,$W1
272 add.i32 $W1,@Kxx[$j],@MSG[3]
278 sha1p $ABCD,$E1,$W1
H A Dsha256-armv4.pl544 my ($W0,$W1,$ABCD_SAVE,$EFGH_SAVE)=map("q$_",(12..15));
570 vld1.32 {$W1},[$Ktbl]!
578 ($W0,$W1)=($W1,$W0); push(@MSG,shift(@MSG));
581 vld1.32 {$W1},[$Ktbl]!
588 vadd.i32 $W1,$W1,@MSG[1]
590 sha256h $ABCD,$EFGH,$W1
591 sha256h2 $EFGH,$abcd,$W1
593 vld1.32 {$W1},[
[all...]
/external/chromium_org/third_party/opus/src/src/
H A Dmlp_train.c117 double *W0, *W1; local
133 W1 = net->weights[1];
152 double sum = W1[i*(hiddenDim+1)];
154 sum += W1[i*(hiddenDim+1)+j+1]*hidden[j];
174 grad += error[j]*W1[j*(hiddenDim+1)+i+1];
232 double *W0, *W1, *best_W0, *best_W1; local
254 W1 = net->weights[1];
273 memcpy(W1_old, W1, W1_size*sizeof(double));
274 memcpy(W1_old2, W1, W1_size*sizeof(double));
334 best_W1[i] = W1[
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DStrings.java51 char W1 = (char)(0xD800 | (U >> 10));
53 cs[length++] = W1;
134 char W1 = ch;
139 if (W1 > 0xDBFF)
143 int codePoint = (((W1 & 0x03FF) << 10) | (W2 & 0x03FF)) + 0x10000;
/external/chromium_org/third_party/libyuv/util/
H A Dssim.cc66 W1 = MAKE_WEIGHT(1), variable in typeref:struct:__anon13412
249 LOAD_LINE_PAIR(1, W1);
253 LOAD_LINE_PAIR(5, W1);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECPoint.java634 ECFieldElement W1 = X1.multiply(C), W2 = X2.multiply(C);
635 ECFieldElement A1 = W1.subtract(W2).multiply(Y1);
637 X3 = dy.square().subtract(W1).subtract(W2);
638 Y3 = W1.subtract(X3).multiply(dy).subtract(A1);
1086 // NOTE: Rarely, twicePlus will result in the need for a lazy W1 calculation here
1094 ECFieldElement X1 = this.x, Y1 = this.y, Z1 = this.zs[0], W1 = getJacobianModifiedW();
1097 ECFieldElement M = three(X1Squared).add(W1);
1104 ECFieldElement W3 = calculateW ? two(_8T.multiply(W1)) : null;
/external/chromium_org/third_party/libxml/src/win32/
H A DMakefile46 CFLAGS = /nologo /D "WIN32" /D "_WINDOWS" /D "_MBCS" /W1 $(CRUNTIME)
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c3262 mp_word W1; local
3273 W1 = 0;
3307 _W = _W + _W + W1;
3318 W1 = _W >> ((mp_word)DIGIT_BIT);
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c3262 mp_word W1; local
3273 W1 = 0;
3307 _W = _W + _W + W1;
3318 W1 = _W >> ((mp_word)DIGIT_BIT);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c3262 mp_word W1; local
3273 W1 = 0;
3307 _W = _W + _W + W1;
3318 W1 = _W >> ((mp_word)DIGIT_BIT);
/external/elfutils/0.153/libcpu/
H A Di386_parse.c1727 else if (strcmp ((yyvsp[(5) - (6)].field)->name, "W1") == 0)
2872 EMIT_SUFFIX (W1);

Completed in 3672 milliseconds

12