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

  /external/dropbear/libtommath/
bn_fast_s_mp_sqr.c 32 mp_word W1;
43 W1 = 0;
77 _W = _W + _W + W1;
88 W1 = _W >> ((mp_word)DIGIT_BIT);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct.h 75 #define W1 2841 /* 2048*sqrt(2)*cos(1*pi/16) */
89 /* for the transform coefficients (W1,...W7) */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.h 38 #define W1 2841 /* 2048*sqrt(2)*cos(1*pi/16) */
  /external/openfst/src/include/fst/
expectation-weight.h 58 typedef X1 W1;
109 uint64 props1 = W1::Properties();
random-weight.h 188 typedef typename G1::Weight W1;
196 W1 w1 = generator1_(); local
198 return Weight(w1, w2);
214 typedef typename G1::Weight W1;
216 typedef LexicographicWeight<W1, W2> Weight;
226 return Weight(W1::Zero(), W2::Zero());
228 W1 w1 = generator1_(); local
230 return Weight(w1, w2)
    [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;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
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);
  /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/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...]
  /external/opencv/cv/src/
cvcalibration.cpp 416 CvMat W1 = cvMat(3,9,CV_64F,_W1), W2 = cvMat(3,3,CV_64F,_W2);
428 cvMatMul( &dr3dR3, &dR3dR1, &W1 );
429 cvMatMul( &W1, &dR1dr1, &W2 );
435 cvMatMul( &dr3dR3, &dR3dR2, &W1 );
436 cvMatMul( &W1, &dR2dr2, &W2 );
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 158 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,
163 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,
  /external/opencv/cvaux/src/
cvtrifocal.cpp 1469 double x1,y1,w1,x2,y2,w2; local
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c     [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 625 mp_word W1;
636 W1 = 0;
670 _W = _W + _W + W1;
681 W1 = _W >> ((mp_word)DIGIT_BIT);
7847 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
8130 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
    [all...]

Completed in 921 milliseconds