Home
last modified time | relevance | path

Searched refs:DENSITY (Results 1 – 9 of 9) sorted by relevance

/external/eigen/bench/
Dsparse_transpose.cpp10 #ifndef DENSITY
11 #define DENSITY 0.01 macro
40 float density = DENSITY; in main()
45 for (float density = DENSITY; density>=MINDENSITY; density*=0.5) in main()
Dsparse_randomsetter.cpp14 #ifndef DENSITY
15 #define DENSITY 0.01 macro
69 float density = DENSITY; in main()
Dsparse_dense_product.cpp10 #ifndef DENSITY
11 #define DENSITY 0.01 macro
56 float density = DENSITY; in main()
63 for (float density = DENSITY; density>=MINDENSITY; density*=0.5) in main()
Dsparse_lu.cpp15 #ifndef DENSITY
16 #define DENSITY 0.01 macro
76 float density = DENSITY; in main()
Dsparse_trisolver.cpp11 #ifndef DENSITY
12 #define DENSITY 0.01 macro
60 float density = DENSITY; in main()
70 for (float density = DENSITY; density>=MINDENSITY; density*=0.5) in main()
Dsparse_cholesky.cpp15 #ifndef DENSITY
16 #define DENSITY 0.01 macro
81 float density = DENSITY; in main()
DBenchSparseUtil.h14 #ifndef DENSITY
15 #define DENSITY 0.01 macro
Dsparse_product.cpp102 float density = DENSITY; in main()
/external/cldr/tools/java/org/unicode/cldr/draft/
DScriptMetadata.java45 "Origin Country"), DENSITY("~Density"), LANG_CODE, HAS_CASE("Has Case?"); enumConstant
171 density = Column.DENSITY.getInt(items, -1); in Info()