Searched refs:dist_r (Results 1 – 2 of 2) sorted by relevance
563 #define dist_r %edx macro565 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, %eax632 subl dist_r, from_r /* from = out - dist */650 cmpl $1, dist_r724 cmpl dist_r, %eax727 addl dist_r, nbytes_r /* nbytes = dist - nbytes */754 subl dist_r, from_r /* from = out - dist */[all …]
134 float dist_r = 0; in icvFindDominantPointsIPAN() local142 while( dist_r < dmin2 ) in icvFindDominantPointsIPAN()152 if( dist_r < dneigh2 ) in icvFindDominantPointsIPAN()160 dist_r = dx * dx + dy * dy; in icvFindDominantPointsIPAN()163 while( dist_r <= dmax2 ) in icvFindDominantPointsIPAN()171 distance[(i + i_plus) % n] = cvSqrt( dist_r ); in icvFindDominantPointsIPAN()173 if( dist_r < dneigh2 ) in icvFindDominantPointsIPAN()184 dist_r = dx * dx + dy * dy; in icvFindDominantPointsIPAN()