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

  /external/zlib/src/contrib/inflate86/
inffast.S 563 #define dist_r %edx define
565 movl %eax, dist_r /* dist = this */
566 shrl $16, dist_r /* dist = this.val */
607 addl %eax, dist_r /* dist += hold & ((1 << op) - 1) */
627 cmpl dist_r, %eax
632 subl dist_r, from_r /* from = out - dist */
650 cmpl $1, dist_r
724 cmpl dist_r, %eax
727 addl dist_r, nbytes_r /* nbytes = dist - nbytes */
754 subl dist_r, from_r /* from = out - dist *
981 #define dist_r %ebx define
    [all...]
  /external/opencv/cv/src/
cvdominants.cpp 134 float dist_r = 0; local
142 while( dist_r < dmin2 )
152 if( dist_r < dneigh2 )
160 dist_r = dx * dx + dy * dy;
163 while( dist_r <= dmax2 )
171 distance[(i + i_plus) % n] = cvSqrt( dist_r );
173 if( dist_r < dneigh2 )
184 dist_r = dx * dx + dy * dy;

Completed in 529 milliseconds