Home | History | Annotate | Download | only in test

Lines Matching refs:clipInt

407     struct_count = cvtest::clipInt( struct_count, 1, 100 );
408 max_struct_size = cvtest::clipInt( max_struct_size, 1, 1<<20 );
409 generations = cvtest::clipInt( generations, 1, 100 );
410 iterations = cvtest::clipInt( iterations, 100, 1<<20 );
412 min_log_storage_block_size = cvtest::clipInt( min_log_storage_block_size, 7, 20 );
413 max_log_storage_block_size = cvtest::clipInt( max_log_storage_block_size,
416 min_log_elem_size = cvtest::clipInt( min_log_elem_size, 0, 8 );
417 max_log_elem_size = cvtest::clipInt( max_log_elem_size, min_log_elem_size, 10 );