Home
last modified time | relevance | path

Searched refs:cols (Results 1 – 4 of 4) sorted by relevance

/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_utilities.cpp167 void db_PrintDoubleMatrix(double *a,long rows,long cols) in db_PrintDoubleMatrix() argument
172 for(long j=0;j<cols;j++) printf("%lf ",a[i*cols+j]); in db_PrintDoubleMatrix()
Ddb_utilities_indexing.h35 inline void db_SetupMatrixRefs(double **ar,long rows,long cols,double *a) in db_SetupMatrixRefs() argument
38 for(i=0;i<rows;i++) ar[i]=&a[i*cols]; in db_SetupMatrixRefs()
41 inline void db_SymmetricExtendUpperToLower(double **A,int rows,int cols) in db_SymmetricExtendUpperToLower() argument
Ddb_utilities.h556 DB_API void db_PrintDoubleMatrix(double *a,long rows,long cols);
/development/ndk/platforms/android-21/include/linux/
Dvirtio_console.h31 __u16 cols; member