HomeSort by relevance Sort by last modified time
    Searched full:dbl_ptr (Results 1 - 1 of 1) sorted by null

  /external/opencv/ml/src/
mlboost.cpp 342 double** dbl_ptr = (double**)cvStackAlloc( mi*sizeof(dbl_ptr[0]) ); local
367 dbl_ptr[j] = cjk + j*2 + 1;
377 icvSortDblPtr( dbl_ptr, mi, 0 );
381 idx = (int)(dbl_ptr[subset_i] - cjk)/2;
431 idx = (int)(dbl_ptr[i] - cjk) >> 1;
    [all...]

Completed in 286 milliseconds