Home | History | Annotate | Download | only in src

Lines Matching refs:total

888     int i, j, k, ivcount, ovcount, l_count, total = 0, max_iter;
901 total += layer_sizes->data.i[i] + 1;
905 CV_CALL( buf = cvCreateMat( 1, (total + max_count)*2, CV_64F ));
910 CV_CALL( x = (double**)cvAlloc( total*2*sizeof(x[0]) ));
911 df = x + total;
1063 int i, ivcount, ovcount, l_count, total = 0, max_iter, buf_sz, dcount0, dcount=0;
1082 total += layer_sizes->data.i[i];
1092 dcount0 = max_buf_sz/(2*total);
1095 buf_sz = dcount0*(total + max_count)*2;
1099 CV_CALL( x = (double**)cvAlloc( total*2*sizeof(x[0]) ));
1100 df = x + total;
1484 w->data.seq->total != layer_sizes->data.i[0]*2 )
1491 w->data.seq->total != layer_sizes->data.i[l_count-1]*2 )
1498 w->data.seq->total != layer_sizes->data.i[l_count-1]*2 )
1505 w->data.seq->total != l_count - 1 )