Searched refs:max_dst (Results 1 – 2 of 2) sorted by relevance
139 double max_dst; in cvCreateTestSet() local142 CV_CALL( max_dst = (*((CvDI*) cvGetSeqElem( seq, last_idx ))).d ); in cvCreateTestSet()143 max_dst = MAX( max_dst, elem.d ); in cvCreateTestSet()145 for( ; elem.d <= max_dst && i < num_samples; ++i ) in cvCreateTestSet()
331 LCHAR *dst, *max_dst; in append_to_each_with_joiner() local335 max_dst = phrase_prons+max_len-3; in append_to_each_with_joiner()341 for( ; *src && dst<max_dst; ) { in append_to_each_with_joiner()353 for(src=word_prons; *src && dst<max_dst; ) *dst++ = *src++; in append_to_each_with_joiner()368 for(src=phrase_pron_dups[i]; *src && dst<max_dst; ) *dst++=*src++; in append_to_each_with_joiner()369 if(dst>max_dst) break; in append_to_each_with_joiner()371 for(src=word_pron_ptr[j]; *src && dst<max_dst; ) *dst++=*src++; in append_to_each_with_joiner()372 if(dst>max_dst) break; in append_to_each_with_joiner()