Searched refs:MINDENSITY (Results 1 - 6 of 6) sorted by relevance

/external/eigen/bench/
H A Dsparse_transpose.cpp20 #ifndef MINDENSITY
21 #define MINDENSITY 0.0004 macro
45 for (float density = DENSITY; density>=MINDENSITY; density*=0.5)
H A Dsparse_lu.cpp25 #ifndef MINDENSITY
26 #define MINDENSITY 0.0004 macro
84 //for (float density = DENSITY; density>=MINDENSITY; density*=0.5)
H A Dsparse_randomsetter.cpp24 #ifndef MINDENSITY
25 #define MINDENSITY 0.0004 macro
H A Dsparse_dense_product.cpp20 #ifndef MINDENSITY
21 #define MINDENSITY 0.0004 macro
63 for (float density = DENSITY; density>=MINDENSITY; density*=0.5)
H A Dsparse_trisolver.cpp21 #ifndef MINDENSITY
22 #define MINDENSITY 0.0004 macro
70 for (float density = DENSITY; density>=MINDENSITY; density*=0.5)
H A Dsparse_cholesky.cpp25 #ifndef MINDENSITY
26 #define MINDENSITY 0.0004 macro
89 //for (float density = DENSITY; density>=MINDENSITY; density*=0.5)

Completed in 77 milliseconds