Searched defs:W1 (Results 1 - 12 of 12) sorted by path

/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/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/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/opencv/cv/src/
H A Dcvcalibration.cpp416 CvMat W1 = cvMat(3,9,CV_64F,_W1), W2 = cvMat(3,3,CV_64F,_W2); local
428 cvMatMul( &dr3dR3, &dR3dR1, &W1 );
429 cvMatMul( &W1, &dR1dr1, &W2 );
435 cvMatMul( &dr3dR3, &dR3dR2, &W1 );
436 cvMatMul( &W1, &dR2dr2, &W2 );
/external/opencv/cvaux/src/
H A Dcvtrifocal.cpp2001 double X1,Y1,Z1,W1; local
2012 W1 = cvmGet(points2,3,i);
2022 w = W1*P[j];
/external/openfst/src/include/fst/
H A Dexpectation-weight.h58 typedef X1 W1; typedef in class:fst::ExpectationWeight
109 uint64 props1 = W1::Properties();
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_();
/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/srec/tools/thirdparty/OpenFst/fst/lib/
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/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);

Completed in 2404 milliseconds