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

  /external/opencv/cv/src/
cvtemplmatch.cpp 407 float* rrow = (float*)(result->data.ptr + i*result->step); local
410 if( fabs(rrow[j]) > 1. )
411 rrow[j] = rrow[j] < 0 ? -1.f : 1.f;
480 float* rrow = (float*)(result->data.ptr + i*result->step); local
486 double num = rrow[j], t;
526 rrow[j] = (float)num;
  /ndk/sources/host-tools/nawk-20071023/
awk.h 208 typedef struct rrow { struct
216 } rrow; typedef in typeref:struct:rrow
229 struct rrow re[1]; /* variable: actual size set by calling malloc */

Completed in 155 milliseconds