Searched defs:w3 (Results 1 - 15 of 15) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_toom_sqr.c22 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
26 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) {
77 /* w3 = (a0 + 2(a1 + 2a2))**2 */
91 if ((res = mp_sqr(&tmp1, &w3)) != MP_OKAY) {
123 if ((res = mp_sub(&w3, &w0, &w3)) != MP_OKAY) {
131 if ((res = mp_div_2(&w3, &w3)) != MP_OKAY) {
146 if ((res = mp_sub(&w3, &w2, &w3)) !
[all...]
H A Dbn_mp_toom_mul.c27 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
31 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4,
113 /* w3 = (a0 + 2(a1 + 2a2))(b0 + 2(b1 + 2b2)) */
140 if ((res = mp_mul(&tmp1, &tmp2, &w3)) != MP_OKAY) {
179 if ((res = mp_sub(&w3, &w0, &w3)) != MP_OKAY) {
187 if ((res = mp_div_2(&w3, &w3)) != MP_OKAY) {
202 if ((res = mp_sub(&w3, &w2, &w3)) !
[all...]
/external/chromium/chrome/browser/history/
H A Dquery_parser_unittest.cc144 const std::string w3; member in struct:TestData2
161 EXPECT_EQ(data[i].w3, UTF16ToUTF8(results[2]));
/external/openfst/src/test/
H A Dweight-tester.h44 Weight w3 = weight_generator_(); local
49 VLOG(1) << "w3 = " << w3;
51 TestSemiring(w1, w2, w3);
55 TestEquality(w1, w2, w3);
66 void TestSemiring(Weight w1, Weight w2, Weight w3) { argument
72 CHECK(ApproxEqual(Plus(w1, Plus(w2, w3)), Plus(Plus(w1, w2), w3))); local
73 CHECK(ApproxEqual(Times(w1, Times(w2, w3)), Times(Times(w1, w2), w3))); local
168 TestEquality(Weight w1, Weight w2, Weight w3) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DChunkedIntArray.java71 int appendSlot(int w0, int w1, int w2, int w3) argument
80 fastArray[newoffset+3] = w3;
98 chunk[slotpos+3] = w3;
219 * @param w3 int
221 void writeSlot(int position, int w0, int w1, int w2, int w3) argument
234 chunk[slotpos + 3] = w3;
H A DDTMDocumentImpl.java202 * @param w3 int As in ChunkedIntArray.append
206 private final int appendNode(int w0, int w1, int w2, int w3) argument
209 int slotnumber = nodes.appendSlot(w0, w1, w2, w3);
211 if (DEBUG) System.out.println(slotnumber+": "+w0+" "+w1+" "+w2+" "+w3);
697 // int w3 = nameIndex;
698 // //int ourslot = nodes.appendSlot(w0, w1, w2, w3);
699 // int ourslot = appendNode(w0, w1, w2, w3);
854 // int w3 = m_localNames.stringToIndex(attName);
856 // int ourslot = appendNode(w0, w1, w2, w3);
867 // w3
[all...]
/external/dropbear/libtomcrypt/src/ciphers/
H A Dskipjack.c93 w4 = w3; w3 = w2; \
98 tmp1 = w4; w4 = w3; \
99 w3 = w1 ^ w2 ^ x; \
105 w2 = w3; w3 = w4; w4 = tmp;
109 w2 = tmp ^ w3 ^ x; \
110 w3 = w4; w4 = w1; w1 = tmp;
149 unsigned w1,w2,w3,w4,tmp,tmp1; local
159 w3
213 unsigned w1,w2,w3,w4,tmp; local
[all...]
/external/fdlibm/
H A De_lgamma_r.c58 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z
151 w3 = 7.93650558643019558500e-04, /* 0x3F4A019F, 0x98CF38B6 */ variable
297 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
/external/opencv/cvaux/src/
H A Dcvmorphcontours.cpp422 double w1,w2,w3; local
444 w3 = W[i-1][j-1].w_south + _cvBendingWork( /*&null_edge*/&small_edge,
452 if(w1<w3)
459 W[i][j].w_southeast = w3 + _cvStretchingWork( &edges1[i-1], &edges2[j-1] );
465 if( w2<w3)
472 W[i][j].w_southeast = w3 + _cvStretchingWork( &edges1[i-1], &edges2[j-1] );
/external/valgrind/main/VEX/priv/
H A Dhost_arm_isel.c4226 HReg w3, w2, w1, w0; local
4243 iselInt64Expr(&w3, &w2, env, e->Iex.Binop.arg1);
4245 addInstr(env, ARMInstr_LdSt32(False/*store*/, w3, sp_12));
H A Dhost_generic_simd64.c63 static inline ULong mk16x4 ( UShort w3, UShort w2, argument
65 UInt hi32 = (((UInt)w3) << 16) | ((UInt)w2);
92 UChar w3, UChar w2,
96 UInt lo32 = (((UInt)w3) << 24) | (((UInt)w2) << 16)
1166 static inline UInt mk8x4 ( UChar w3, UChar w2, argument
1168 UInt w32 = (((UInt)w3) << 24) | (((UInt)w2) << 16)
90 mk8x8( UChar w7, UChar w6, UChar w5, UChar w4, UChar w3, UChar w2, UChar w1, UChar w0 ) argument
H A Dguest_ppc_toIR.c6209 IRTemp w3 = newTemp( Ity_I32 ); local
6216 assign( w3, loadBE( Ity_I32, nextAddr ) );
6217 assign( w4, gen_byterev32( w3 ) );
/external/clang/lib/include/
H A Demmintrin.h1097 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0) argument
1099 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
1151 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7) argument
1153 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c7847 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
7851 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4,
7933 /* w3 = (a0 + 2(a1 + 2a2))(b0 + 2(b1 + 2b2)) */
7960 if ((res = mp_mul(&tmp1, &tmp2, &w3)) != MP_OKAY) {
7999 if ((res = mp_sub(&w3, &w0, &w3)) != MP_OKAY) {
8007 if ((res = mp_div_2(&w3, &w3)) != MP_OKAY) {
8022 if ((res = mp_sub(&w3, &w2, &w3)) !
8130 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
[all...]
/external/clang/lib/Headers/
H A Demmintrin.h1097 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0) argument
1099 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
1151 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7) argument
1153 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };

Completed in 408 milliseconds