HomeSort by relevance Sort by last modified time
    Searched refs:Ri (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/bn/
bn_mont.c 181 int al,nl,max,i,x,ri; local
184 /* mont->ri is the size of mont->N in bits (rounded up
186 al=ri=mont->ri/BN_BITS2;
244 /* mont->ri will be a multiple of the word size and below code
245 * is kind of BN_rshift(ret,r,mont->ri) equivalent */
246 if (r->top <= ri)
251 al=r->top-ri;
255 if (bn_wexpand(ret,ri) == NULL) return(0);
256 x=0-(((al-ri)>>(sizeof(al)*8-1))&1)
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp 598 double ri = i == 0 ? rx : i == 1 ? ry : rz; local
599 double a0 = -s*ri, a1 = (s - 2*c1*itheta)*ri, a2 = c1*itheta;
600 double a3 = (c - s*itheta)*ri, a4 = s*itheta;
    [all...]

Completed in 525 milliseconds