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

  /external/opencv/ml/src/
mltestset.cpp 139 double max_dst; local
142 CV_CALL( max_dst = (*((CvDI*) cvGetSeqElem( seq, last_idx ))).d );
143 max_dst = MAX( max_dst, elem.d );
145 for( ; elem.d <= max_dst && i < num_samples; ++i )
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 331 LCHAR *dst, *max_dst; local
335 max_dst = phrase_prons+max_len-3;
341 for( ; *src && dst<max_dst; ) {
353 for(src=word_prons; *src && dst<max_dst; ) *dst++ = *src++;
368 for(src=phrase_pron_dups[i]; *src && dst<max_dst; ) *dst++=*src++;
369 if(dst>max_dst) break;
371 for(src=word_pron_ptr[j]; *src && dst<max_dst; ) *dst++=*src++;
372 if(dst>max_dst) break;

Completed in 432 milliseconds