HomeSort by relevance Sort by last modified time
    Searched defs:W2 (Results 1 - 15 of 15) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct.h 76 #define W2 2676 /* 2048*sqrt(2)*cos(2*pi/16) */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.h 39 #define W2 2676 /* 2048*sqrt(2)*cos(2*pi/16) */
  /external/openfst/src/include/fst/
expectation-weight.h 59 typedef X2 W2;
110 uint64 props2 = W2::Properties();
random-weight.h 189 typedef typename G2::Weight W2;
197 W2 w2 = generator2_(); local
198 return Weight(w1, w2);
215 typedef typename G2::Weight W2;
216 typedef LexicographicWeight<W1, W2> Weight;
226 return Weight(W1::Zero(), W2::Zero());
229 W2 w2 = generator2_(); local
230 return Weight(w1, w2);
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfCIDFontDictionary_autogen.cpp 107 SkPdfArray* SkPdfCIDFontDictionary::W2(SkPdfNativeDoc* doc) {
108 SkPdfNativeObject* ret = get("W2", "");
116 return get("W2", "") != NULL;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Strings.java 53 char W2 = (char)(0xDC00 | (U & 0x3FF));
55 ch = W2;
137 char W2 = ch;
144 int codePoint = (((W1 & 0x03FF) << 10) | (W2 & 0x03FF)) + 0x10000;
  /ndk/tests/device/test-stlport_shared-exception/jni/
arraynew.cpp 106 struct W2 { void operator delete[] (void *) {}
139 check_no_cookie<W2> (11);
  /ndk/tests/device/test-stlport_static-exception/jni/
arraynew.cpp 106 struct W2 { void operator delete[] (void *) {}
139 check_no_cookie<W2> (11);
  /external/opencv/cv/src/
cvcalibration.cpp 416 CvMat W1 = cvMat(3,9,CV_64F,_W1), W2 = cvMat(3,3,CV_64F,_W2);
429 cvMatMul( &W1, &dR1dr1, &W2 );
430 cvConvert( &W2, dr3dr1 );
436 cvMatMul( &W1, &dR2dr2, &W2 );
437 cvConvert( &W2, dr3dr2 );
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 83 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
88 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
  /art/runtime/arch/arm64/
registers_arm64.h 77 W2 = 2,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 776 ECFieldElement W1 = X1.multiply(C), W2 = X2.multiply(C);
777 ECFieldElement A1 = W1.subtract(W2).multiply(Y1);
779 X3 = dy.square().subtract(W1).subtract(W2);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vdmdbg.h 261 #define W2(x) ((USHORT)(x.ExceptionInformation[0] >> 16))
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 723 milliseconds