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

  /external/opencv/cv/src/
cvmatchcontours.cpp 231 double match_v, d12, area1, area2, r11, r12, r21, r22, w1, w2; local
284 r11 = r12 = r21 = r22 = w1 = w2 = d12 = 0;
324 r22 = ptr21[j]->r2;
331 r21 = r22 = 0;
344 t1 = fabs( r12 * w1 + r22 * w2 );
349 t1 = fabs( r12 * w1 - r22 * w2 );
  /external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
poly1305_vec.c 123 } R20,R21,R22,R23,R24,S21,S22,S23,S24;
224 p->R22.d[1] = (uint32_t)(r2 );
225 p->R22.d[3] = (uint32_t)(r2 >> 32);
255 uint64_t r20,r21,r22,s22; local
265 r2 = ((uint64_t)p->R22.d[3] << 32) | (uint64_t)p->R22.d[1];
272 r22 = r2;
275 s22 = r22 * (5 << 2);
278 d[1] = add128(mul64x64_128(r22, s22), mul64x64_128(r20 * 2, r21));
279 d[2] = add128(mul64x64_128(r21, r21), mul64x64_128(r22 * 2, r20))
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 717 milliseconds