/external/eigen/lapack/ |
zlarfb.f | 99 *> V is COMPLEX*16 array, dimension 109 *> The leading dimension of the array V. 117 *> T is COMPLEX*16 array, dimension (LDT,K) 125 *> The leading dimension of the array T. LDT >= K. 130 *> C is COMPLEX*16 array, dimension (LDC,N) 138 *> The leading dimension of the array C. LDC >= max(1,M). 143 *> WORK is COMPLEX*16 array, dimension (LDWORK,K) 149 *> The leading dimension of the array WORK.
|
clarft.f | 91 *> V is COMPLEX array, dimension 100 *> The leading dimension of the array V. 106 *> TAU is COMPLEX array, dimension (K) 113 *> T is COMPLEX array, dimension (LDT,K) 122 *> The leading dimension of the array T. LDT >= K.
|
dlarft.f | 91 *> V is DOUBLE PRECISION array, dimension 100 *> The leading dimension of the array V. 106 *> TAU is DOUBLE PRECISION array, dimension (K) 113 *> T is DOUBLE PRECISION array, dimension (LDT,K) 122 *> The leading dimension of the array T. LDT >= K.
|
slarft.f | 91 *> V is REAL array, dimension 100 *> The leading dimension of the array V. 106 *> TAU is REAL array, dimension (K) 113 *> T is REAL array, dimension (LDT,K) 122 *> The leading dimension of the array T. LDT >= K.
|
zlarft.f | 91 *> V is COMPLEX*16 array, dimension 100 *> The leading dimension of the array V. 106 *> TAU is COMPLEX*16 array, dimension (K) 113 *> T is COMPLEX*16 array, dimension (LDT,K) 122 *> The leading dimension of the array T. LDT >= K.
|
/external/libvpx/libvpx/vp9/common/ |
vp9_entropy.h | 65 /* Middle dimension reflects the coefficient position within the transform. */ 68 /* Inside dimension is measure of nearby complexity, that reflects the energy
|
/external/mesa3d/docs/ |
modelers.html | 21 </li><li><a href="http://www.holometric.de/dimension/" target="_parent">DIMENSION</a>
|
/external/proguard/src/proguard/gui/splash/ |
SplashPanel.java | 207 Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize(); 208 Dimension frameSize = frame.getSize();
|
/external/srec/srec/include/ |
pre_desc.h | 140 int dim; /* dimension of frame vector */ 141 int use_dim; /* dimension used for recognition */
|
/frameworks/av/include/media/stagefright/ |
CameraSource.h | 63 * @param videoSize the dimension (in pixels) of the video frame 106 * kKeyWidth, kKeyHeight: dimension (in pixels) of the video frames
|
/frameworks/av/media/libeffects/testlibs/ |
AudioShelvingFilter.h | 121 // Fractional index into the gain dimension of the coef table in 124 // Fractional index into the frequency dimension of the coef table in
|
/frameworks/base/tools/aidl/ |
AST.h | 71 int dimension; member in struct:Variable 75 Variable(Type* type, const string& name, int dimension);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_entropy.h | 65 /* Middle dimension reflects the coefficient position within the transform. */ 68 /* Inside dimension is measure of nearby complexity, that reflects the energy
|
/hardware/intel/img/psb_video/src/ |
vc1_defs.h | 178 Frame Dimension Parameters 181 //! Number of pixels in each MB dimension
|
/hardware/ti/omap4-aah/test/CameraHal/ |
surfacetexture_test.cpp | 98 #define ALIGN_WIDTH 32 // Should be 32...but the calculated dimension causes an ion crash 99 #define ALIGN_HEIGHT 2 // Should be 2...but the calculated dimension causes an ion crash
|
/packages/apps/InCallUI/res/values/ |
dimens.xml | 80 <!-- Dimension used to possibly down-scale high-res photo into what is suitable 110 <!-- The smaller dimension of the video preview. When in portrait orientation this is the
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ButteryProgressBar.java | 38 * <li>barHeight (dimension attribute for the height of the solid progress bar) 39 * <li>detentWidth (dimension attribute for the width of each transparent detent in the bar)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/ |
loop.h | 54 * describes the constraints (guards and loop bounds) for only one dimension 56 * may differ from one (this means that on the considered dimension, a step of
|
options.h | 74 int first_unroll; /* The first dimension to unroll */ 88 int block ; /* 1 to make one new block {...} per new dimension,
|
program.h | 58 int nb_scattdims ; /**< Scattering dimension number. */ 66 * scattering dimension is scalar or not.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/ |
loop.h | 54 * describes the constraints (guards and loop bounds) for only one dimension 56 * may differ from one (this means that on the considered dimension, a step of
|
options.h | 74 int first_unroll; /* The first dimension to unroll */ 88 int block ; /* 1 to make one new block {...} per new dimension,
|
program.h | 58 int nb_scattdims ; /**< Scattering dimension number. */ 66 * scattering dimension is scalar or not.
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
SceneManager.java | 86 final int dimension = 4; local 88 int arraySize = dimension * dimension * bytesPerPixel; 92 b.setX(dimension).setY(dimension);
|
/external/chromium_org/chrome/browser/web_applications/ |
web_app_mac.mm | 323 NSInteger dimension = [overlay pixelsWide]; 324 DCHECK_EQ(dimension, [overlay pixelsHigh]); 327 pixelsWide:dimension 328 pixelsHigh:dimension 343 [canvas setSize:NSMakeSize(dimension, dimension)]; 349 [background drawInRect:NSMakeRect(0, 0, dimension, dimension) 353 [overlay drawInRect:NSMakeRect(0, 0, dimension, dimension) [all...] |