HomeSort by relevance Sort by last modified time
    Searched refs:W1 (Results 1 - 25 of 34) sorted by null

1 2

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h 28 // 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()
159 W1 w1 = W1::Zero(); local
160 strm1 >> w1; local
    [all...]
random-weight.h 127 typedef typename G1::Weight W1;
129 typedef ProductWeight<W1, W2> Weight;
135 W1 w1 = generator1_(); local
137 return Weight(w1, w2);
  /external/clang/test/CodeGenCXX/
microsoft-abi-rtti.cpp 18 struct W1 : virtual 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]
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_iconv.c 440 Uint16 W1, W2;
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;
485 W1 = ((Uint16)p[1] << 8) |
489 if ( W1 < 0xD800 || W1 > 0xDFFF )
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
arraynew.cpp 105 struct W1 { void operator delete[] (void *, size_t) {} };
110 struct W4 : public W1 {};
136 check_cookie<W1> (9);
  /ndk/tests/device/test-stlport_static-exception/jni/
arraynew.cpp 105 struct W1 { void operator delete[] (void *, size_t) {} };
110 struct W4 : public W1 {};
136 check_cookie<W1> (9);
  /external/openssl/crypto/sha/asm/
sha512-armv8.pl 308 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},[$Ktbl
    [all...]
sha1-armv8.pl 220 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
sha256-armv4.pl 544 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},[$Ktbl
    [all...]
sha1-armv4-large.pl 563 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
  /external/chromium_org/third_party/opus/src/src/
mlp_train.c 117 double *W0, *W1;
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;
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[i]
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Strings.java 51 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;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct.cpp 183 r4 = (r8 + (W1 - W7) * r4);
186 r5 = (r8 - (W1 + W7) * r5);
235 /* scale as that of coefficients (W1,...W7) */
275 r4 = (r8 + (W1 - W7) * r4) >> 3;
276 r5 = (r8 - (W1 + W7) * r5) >> 3;
406 r4 = (r8 + (W1 - W7) * r4);
409 r5 = (r8 - (W1 + W7) * r5);
458 /* scale as that of coefficients (W1,...W7) */
496 r4 = (r8 + (W1 - W7) * r4) >> 3;
497 r5 = (r8 - (W1 + W7) * r5) >> 3
    [all...]
idct.h 75 #define W1 2841 /* 2048*sqrt(2)*cos(1*pi/16) */
89 /* for the transform coefficients (W1,...W7) */
idct_vca.cpp 120 x4 = (W1 * x4 + 4) >> 3;
167 x1 = W1 * x1;
220 x1 = (W1 * x1 + 4) >> 3;
276 x1 = W1 * x1;
329 x1 = (W1 * x1 + 4) >> 3;
390 x1 = W1 * x1;
466 x4 = (W1 * x4 + 4) >> 3;
536 x1 = (W1 * x1 + 4) >> 3;
609 x1 = (W1 * x1 + 4) >> 3;
block_idct.cpp 558 x4 = (x8 + (W1 - W7) * x4) >> 3;
559 x5 = (x8 - (W1 + W7) * x5) >> 3;
670 x4 = (x8 + (W1 - W7) * x4) >> 3;
671 x5 = (x8 - (W1 + W7) * x5) >> 3;
869 x4 = x8 + (W1 - W7) * x4;
870 x5 = x8 - (W1 + W7) * x5;
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 82 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
87 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp 88 x1 = W1 * x1;
124 x1 = W1 * x1;
159 x1 = W1 * x1;
191 x1 = W1 * x1;
274 x4 = x8 + (W1 - W7) * x4;
275 x5 = x8 - (W1 + W7) * x5;
392 x4 = (W1 * x4 + 4) >> 3;
463 x1 = (W1 * x1 + 4) >> 3;
533 x1 = (W1 * x1 + 4) >> 3;
595 x4 = (W1 * x4 + 4) >> 3
    [all...]
dct.h 38 #define W1 2841 /* 2048*sqrt(2)*cos(1*pi/16) */
  /art/compiler/utils/arm64/
managed_register_arm64_test.cc 44 wreg = Arm64ManagedRegister::FromWRegister(W1);
275 EXPECT_TRUE(!no_reg.Equals(Arm64ManagedRegister::FromWRegister(W1)));
291 EXPECT_TRUE(!reg_X1.Equals(Arm64ManagedRegister::FromWRegister(W1)));
367 EXPECT_TRUE(!reg_D0.Equals(Arm64ManagedRegister::FromWRegister(W1)));
393 EXPECT_TRUE(!reg.Overlaps(Arm64ManagedRegister::FromWRegister(W1)));
415 EXPECT_TRUE(!reg.Overlaps(Arm64ManagedRegister::FromWRegister(W1)));
437 EXPECT_TRUE(!reg.Overlaps(Arm64ManagedRegister::FromWRegister(W1)));
459 EXPECT_TRUE(!reg.Overlaps(Arm64ManagedRegister::FromWRegister(W1)));
483 EXPECT_TRUE(!reg.Overlaps(Arm64ManagedRegister::FromWRegister(W1)));
499 reg = Arm64ManagedRegister::FromWRegister(W1);
    [all...]
  /art/runtime/arch/arm64/
registers_arm64.h 76 W1 = 1,
  /external/chromium_org/third_party/libyuv/util/
ssim.cc 67 W1 = MAKE_WEIGHT(1),
231 const __m128i w1 = _mm_unpacklo_epi8(v1, zero); \
233 const __m128i ww1 = _mm_mullo_epi16(w1, (WEIGHT).values_.m_); \
239 xy = _mm_add_epi32(xy, _mm_madd_epi16(ww0, w1)); \
240 yy = _mm_add_epi32(yy, _mm_madd_epi16(ww1, w1)); \
250 LOAD_LINE_PAIR(1, W1);
254 LOAD_LINE_PAIR(5, W1);
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.cc 29 W0, W1, W2, W3, W4, W5, W6, W7
107 int gp_reg_index = 1; // we start from X1/W1, X0 holds ArtMethod*.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 634 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);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vdmdbg.h 260 #define W1(x) ((USHORT)(x.ExceptionInformation[0]))

Completed in 474 milliseconds

1 2