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

  /external/opencv/ml/src/
mlestimate.cpp 46 icvCmpIntegers (const void* a, const void* b) {return *(const int*)a - *(const int*)b;}
531 qsort (res_s_data, s_len, sizeof(res_s_data[0]), icvCmpIntegers);
ml_inner_functions.cpp 437 icvCmpIntegers( const void* a, const void* b )
542 qsort( dsti, idx_total, sizeof(dsti[0]), icvCmpIntegers );
    [all...]

Completed in 309 milliseconds