Searched defs:DENSITY (Results 1 - 7 of 7) sorted by relevance

/external/eigen/bench/
H A Dsparse_transpose.cpp10 #ifndef DENSITY
11 #define DENSITY 0.01 macro
40 float density = DENSITY;
45 for (float density = DENSITY; density>=MINDENSITY; density*=0.5)
H A Dsparse_dense_product.cpp10 #ifndef DENSITY
11 #define DENSITY 0.01 macro
56 float density = DENSITY;
63 for (float density = DENSITY; density>=MINDENSITY; density*=0.5)
H A Dsparse_lu.cpp15 #ifndef DENSITY
16 #define DENSITY 0.01 macro
76 float density = DENSITY;
84 //for (float density = DENSITY; density>=MINDENSITY; density*=0.5)
H A Dsparse_randomsetter.cpp14 #ifndef DENSITY
15 #define DENSITY 0.01 macro
69 float density = DENSITY;
H A Dsparse_trisolver.cpp11 #ifndef DENSITY
12 #define DENSITY 0.01 macro
60 float density = DENSITY;
70 for (float density = DENSITY; density>=MINDENSITY; density*=0.5)
H A DBenchSparseUtil.h14 #ifndef DENSITY
15 #define DENSITY 0.01 macro
H A Dsparse_cholesky.cpp15 #ifndef DENSITY
16 #define DENSITY 0.01 macro
81 float density = DENSITY;
89 //for (float density = DENSITY; density>=MINDENSITY; density*=0.5)

Completed in 467 milliseconds