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

  /external/opencv/cxcore/src/
cxrand.cpp 457 int i, fast_int_mode = 0; local
513 for( i = 0, fast_int_mode = 1; i < channels; i++ )
519 fast_int_mode &= INT_MIN <= diff && diff <= INT_MAX && (t1 & (t1 - 1)) == 0;
523 if( fast_int_mode )
572 if( !fast_int_mode )
  /external/opencv3/modules/core/src/
rand.cpp 487 int j, k, fast_int_mode = 0, smallFlag = 1; local
540 for( j = 0, fast_int_mode = 1; j < cn; j++ )
555 fast_int_mode &= diff <= 4294967296. && (idiff & (idiff+1)) == 0;
556 if( fast_int_mode )
567 if( !fast_int_mode )
583 func = randTab[fast_int_mode][depth];

Completed in 547 milliseconds