HomeSort by relevance Sort by last modified time
    Searched defs:DENSITY (Results 1 - 25 of 192) sorted by null

1 2 3 4 5 6 7 8

  /external/eigen/bench/
sparse_transpose.cpp 10 #ifndef DENSITY
11 #define DENSITY 0.01
40 float density = DENSITY; local
45 for (float density = DENSITY; density>=MINDENSITY; density*=0.5)
47 fillMatrix(density, rows, cols, sm1);
sparse_dense_product.cpp 10 #ifndef DENSITY
11 #define DENSITY 0.01
56 float density = DENSITY; local
63 for (float density = DENSITY; density>=MINDENSITY; density*=0.5)
65 //fillMatrix(density, rows, cols, sm1);
71 std::cout << "Eigen Dense\t" << density*100 << "%\n"
    [all...]
BenchSparseUtil.h 14 #ifndef DENSITY
15 #define DENSITY 0.01
27 void fillMatrix(float density, int rows, int cols, EigenSparseMatrix& dst)
29 dst.reserve(double(rows)*cols*density);
34 Scalar v = (internal::random<float>(0,1) < density) ? internal::random<Scalar>() : 0;
sparse_cholesky.cpp 15 #ifndef DENSITY
16 #define DENSITY 0.01
44 void fillSpdMatrix(float density, int rows, int cols, EigenSparseSelfAdjointMatrix& dst)
46 dst.startFill(rows*cols*density);
52 Scalar v = (internal::random<float>(0,1) < density) ? internal::random<Scalar>() : 0;
81 float density = DENSITY; local
89 //for (float density = DENSITY; density>=MINDENSITY; density*=0.5
    [all...]
sparse_lu.cpp 15 #ifndef DENSITY
16 #define DENSITY 0.01
76 float density = DENSITY; local
84 //for (float density = DENSITY; density>=MINDENSITY; density*=0.5)
85 // float density = 0.5;
88 fillMatrix(density, rows, cols, sm1)
    [all...]
sparse_randomsetter.cpp 14 #ifndef DENSITY
15 #define DENSITY 0.01
69 float density = DENSITY; local
74 nentries = rows*cols*density;
sparse_trisolver.cpp 11 #ifndef DENSITY
12 #define DENSITY 0.01
40 void fillMatrix(float density, int rows, int cols, EigenSparseTriMatrix& dst)
42 dst.startFill(rows*cols*density);
47 Scalar v = (internal::random<float>(0,1) < density) ? internal::random<Scalar>() : 0;
60 float density = DENSITY; local
70 for (float density = DENSITY; density>=MINDENSITY; density*=0.5
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
NoCaptureVideoPermissionTest.java 35 private static final int DENSITY = DisplayMetrics.DENSITY_MEDIUM;
50 displayManager.createVirtualDisplay(NAME, WIDTH, HEIGHT, DENSITY,
73 displayManager.createVirtualDisplay(NAME, WIDTH, HEIGHT, DENSITY,
95 NAME, WIDTH, HEIGHT, DENSITY,
  /cts/tests/framework/base/activitymanager/src/android/server/am/
VirtualDisplayHelper.java 53 private static final int DENSITY = 160;
97 VIRTUAL_DISPLAY_NAME, WIDTH, HEIGHT, DENSITY, mReader.getSurface(), flags);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/
ProjectionOffscreenActivity.java 58 private static final int DENSITY = DisplayMetrics.DENSITY_MEDIUM;
131 mService.startRendering(mReader.getSurface(), WIDTH, HEIGHT, DENSITY,
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 52 DENSITY,
133 case DENSITY:
135 mMetrics.density = (((float)value)/((float)DisplayMetrics.DENSITY_DEFAULT));
136 mMetrics.noncompatDensity = mMetrics.density;
214 config.setProperty(Properties.DENSITY, 160);
343 config.setProperty(Properties.DENSITY, 240);
575 config.setProperty(Properties.DENSITY, 240);
684 config.setProperty(Properties.DENSITY, 2);
691 config.setProperty(Properties.DENSITY, 32);
698 config.setProperty(Properties.DENSITY, 48)
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
mrc.h 77 // DENSITY: 0=512Mb, 1=Gb, 2=2Gb, 3=4Gb
82 uint8_t DENSITY;
  /cts/tests/tests/display/src/android/display/cts/
VirtualDisplayTest.java 59 private static final int DENSITY = DisplayMetrics.DENSITY_MEDIUM;
121 WIDTH, HEIGHT, DENSITY, mSurface, 0);
145 WIDTH, HEIGHT, DENSITY, mSurface,
170 WIDTH, HEIGHT, DENSITY, null, 0);
  /frameworks/base/core/tests/coretests/src/android/hardware/display/
VirtualDisplayTest.java 60 private static final int DENSITY = DisplayMetrics.DENSITY_MEDIUM;
116 WIDTH, HEIGHT, DENSITY, mSurface, 0);
139 WIDTH, HEIGHT, DENSITY, mSurface,
167 WIDTH, HEIGHT, DENSITY, mSurface,
220 WIDTH, HEIGHT, DENSITY, mSurface,
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayTest.java 86 private static final int DENSITY = DisplayMetrics.DENSITY_HIGH;
237 sWidth, sHeight, DENSITY, inputSurface, 0);
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.1.0/
builder-model-1.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.1.3/
builder-model-1.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.2.0/
builder-model-1.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.2.0-alpha1/
builder-model-1.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.2.0-beta4/
builder-model-1.2.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.2.0-rc1/
builder-model-1.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.2.1/
builder-model-1.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.2.2/
builder-model-1.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.2.3/
builder-model-1.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.2.4/
builder-model-1.2.4.jar 

Completed in 456 milliseconds

1 2 3 4 5 6 7 8