Searched refs:cols (Results 1 – 4 of 4) sorted by relevance
/development/perftests/panorama/feature_stab/db_vlvm/ |
D | db_utilities.cpp | 167 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()
|
D | db_utilities_indexing.h | 35 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
|
D | db_utilities.h | 556 DB_API void db_PrintDoubleMatrix(double *a,long rows,long cols);
|
/development/ndk/platforms/android-21/include/linux/ |
D | virtio_console.h | 31 __u16 cols; member
|