Searched defs:dim (Results 1 - 25 of 99) sorted by relevance

1234

/external/srec/srec/clib/
H A Dimeld_tr.c47 int dim = prep->dim; local
50 ASSERT(prep->dim < MAX_DIMEN);
52 for (ii = 0; ii < dim; ii++)
55 for (jj = 0; jj < prep->dim; jj++)
65 for (ii = 0; ii < dim; ii++)
68 for (ii = 0; ii < dim; ii++)
73 for (ii = 0; ii < dim; ii++)
88 ASSERT (prep->dim < MAX_DIMEN);
92 for (ii= 0; ii < prep->dim; i
[all...]
H A Dmatx_ops.c62 void diagonal_elements(covdata *vector, covdata **matrix, int dim) argument
68 for (ii = 0; ii < dim; ii++)
H A Dmatrix_i.c41 void lubksb(double **mat, int dim, int *index, double *b);
42 int ludcmp(double **mat, int dim, int *index);
44 int invert_matrix(covdata **mat, covdata **inv, int dim) argument
55 index = (int *) CALLOC(dim, sizeof(int), "clib.index_imatrix");
56 col = (double *) CALLOC(dim, sizeof(double), "clib.col");
57 input = (double **) CALLOC(dim, sizeof(double *), "clib.input_imatrix");
58 for (ii = 0; ii < dim; ii++)
60 input[ii] = (double *) CALLOC(dim, sizeof(double), "clib.input_imatrix[]");
61 for (jj = 0; jj < dim; jj++)
65 if ((err_code = ludcmp(input, dim, inde
99 ludcmp(double **mat, int dim, int *index) argument
176 lubksb(double **mat, int dim, int *index, double *b) argument
[all...]
/external/srec/srec/include/
H A Dchannorm.h37 int dim; member in struct:__anon12993
/external/eigen/test/eigen2/
H A Deigen2_alignedbox.cpp21 const int dim = _box.dim(); local
26 VectorType p0 = VectorType::Random(dim);
27 VectorType p1 = VectorType::Random(dim);
30 BoxType b0(dim);
31 BoxType b1(VectorType::Random(dim),VectorType::Random(dim));
H A Deigen2_parametrizedline.cpp22 const int dim = _line.dim(); local
29 VectorType p0 = VectorType::Random(dim);
30 VectorType p1 = VectorType::Random(dim);
32 VectorType d0 = VectorType::Random(dim).normalized();
H A Deigen2_hyperplane.cpp22 const int dim = _plane.dim(); local
29 VectorType p0 = VectorType::Random(dim);
30 VectorType p1 = VectorType::Random(dim);
32 VectorType n0 = VectorType::Random(dim).normalized();
33 VectorType n1 = VectorType::Random(dim).normalized();
52 MatrixType rot = MatrixType::Random(dim,dim).qr().matrixQ();
/external/javassist/src/main/javassist/compiler/ast/
H A DInstanceOfExpr.java24 public InstanceOfExpr(ASTList className, int dim, ASTree expr) { argument
25 super(className, dim, expr);
28 public InstanceOfExpr(int type, int dim, ASTree expr) { argument
29 super(type, dim, expr);
H A DCastExpr.java28 public CastExpr(ASTList className, int dim, ASTree expr) { argument
31 arrayDim = dim;
34 public CastExpr(int type, int dim, ASTree expr) { argument
37 arrayDim = dim;
/external/srec/srec/cfront/
H A Dca_front.c185 int dim; local
193 /* TODO: Determine the dim exactly */
194 dim = 2 * hFrontend->config->cepobj->mel_dim;
196 dim += hFrontend->config->cepobj->mel_dim;
197 return (dim);
H A Dca_cms.c108 hWave->data.channel->channorm->dim = MAX_CHAN_DIM;
135 int dim = hWave->data.channel->mel_dim * 3; local
137 int dim = hWave->data.channel->mel_dim;
146 clear_channel_normalization(hWave->data.channel->spchchan, dim);
/external/tremolo/Tremolo/
H A Dcodebook.h53 long dim; /* codebook dimensions (elements per vector) */ member in struct:codebook
/external/eigen/Eigen/src/Core/
H A DArray.h133 EIGEN_STRONG_INLINE explicit Array(Index dim) argument
134 : Base(dim, RowsAtCompileTime == 1 ? 1 : dim, ColsAtCompileTime == 1 ? 1 : dim)
138 eigen_assert(dim >= 0);
139 eigen_assert(SizeAtCompileTime == Dynamic || SizeAtCompileTime == dim);
H A DMatrix.h220 EIGEN_STRONG_INLINE explicit Matrix(Index dim) argument
221 : Base(dim, RowsAtCompileTime == 1 ? 1 : dim, ColsAtCompileTime == 1 ? 1 : dim)
225 eigen_assert(dim >= 0);
226 eigen_assert(SizeAtCompileTime == Dynamic || SizeAtCompileTime == dim);
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DParametrizedLine.h60 inline int dim() const { return m_direction.size(); } function in class:Eigen::ParametrizedLine
H A DAlignedBox.h53 inline int dim() const { return AmbientDimAtCompileTime==Dynamic ? m_min.size()-1 : AmbientDimAtCompileTime; } function in class:Eigen::AlignedBox
149 for (int k=0; k<dim(); ++k)
/external/eigen/test/
H A Dumeyama.cpp94 void run_test(int dim, int num_elements) argument
104 MatrixX R = randMatrixSpecialUnitary<Scalar>(dim);
105 VectorX t = Scalar(50)*VectorX::Random(dim,1);
107 MatrixX cR_t = MatrixX::Identity(dim+1,dim+1);
108 cR_t.block(0,0,dim,dim) = c*R;
109 cR_t.block(0,dim,dim,1) = t;
111 MatrixX src = MatrixX::Random(dim
[all...]
H A Dgeo_alignedbox.cpp28 const Index dim = _box.dim(); local
30 VectorType p0 = VectorType::Random(dim);
31 VectorType p1 = VectorType::Random(dim);
33 p1 = VectorType::Random(dim); }
36 BoxType b0(dim);
37 BoxType b1(VectorType::Random(dim),VectorType::Random(dim));
51 BoxType *bp0 = new BoxType(dim);
52 BoxType *bp1 = new BoxType(dim);
77 const Index dim = _box.dim(); local
[all...]
/external/libvorbis/lib/
H A Dcodebook.h37 long dim; /* codebook dimensions (elements per vector) */ member in struct:static_codebook
52 long *quantlist; /* map == 1: (int)(entries^(1/dim)) element column map
53 map == 2: list of dim*entries quantized entry vals
59 long dim; /* codebook dimensions (elements per vector) */ member in struct:codebook
67 float *valuelist; /* list of dim*entries actual entry values */
/external/libvorbis/vq/
H A Dlatticebuild.c35 <n> <dim> <multiplicitavep> <sequentialp>
62 int entries=-1,dim=-1,quantvals=-1,addmul=-1,sequencep=0; local
98 if(sscanf(line,"%d %d %d %d",&quantvals,&dim,&addmul,&sequencep)!=4){
99 if(sscanf(line,"%d %d %d",&quantvals,&dim,&addmul)!=3){
104 entries=pow(quantvals,dim);
105 c.dim=dim;
112 quantlist=_ogg_malloc(sizeof(double)*c.dim*c.entries);
H A Dlocalcodebook.h37 long dim; /* codebook dimensions (elements per vector) */ member in struct:static_codebook
52 long *quantlist; /* map == 1: (int)(entries^(1/dim)) element column map
53 map == 2: list of dim*entries quantized entry vals
59 long dim; /* codebook dimensions (elements per vector) */ member in struct:codebook
67 float *valuelist; /* list of dim*entries actual entry values */
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_gl.c197 PhDim_t dim; local
202 dim.w=width;
203 dim.h=height;
207 PdOpenGLContextResize(oglctx, &dim);
245 oglctx=PdCreateOpenGLContext(2, &dim, 0, OGLAttrib);
249 oglctx=PdCreateOpenGLContext(1, &dim, 0, OGLAttrib);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DLineGraph.java61 public LineGraph(String title, Dim dim) { argument
64 this.fDimension= dim;
H A DTimeLineGraph.java26 public TimeLineGraph (String title, Dim dim) { argument
27 super(title, dim);
/external/eigen/Eigen/src/Geometry/
H A DParametrizedLine.h71 inline Index dim() const { return m_direction.size(); } function in class:Eigen::ParametrizedLine

Completed in 2892 milliseconds

1234