Searched refs:dim (Results 1 - 18 of 18) sorted by relevance

/barrelfish-2018-10-04/usr/bench/rcce/lu/
H A Dnodedim.c6 int dim; local
10 dim = (int)(log(fnum)/log(2.0) + 0.00001);
11 return(dim);
/barrelfish-2018-10-04/usr/bench/rcce/bt/
H A Ddefine.c5 void compute_buffer_size(int dim) { argument
23 face_size = cell_size(2,c) * cell_size(3,c) * dim * 2;
32 face_size = cell_size(1,c)*cell_size(3,c) * dim * 2;
41 face_size = cell_size(1,c) * cell_size(2,c) * dim * 2;
/barrelfish-2018-10-04/usr/tests/phoenix_tests/
H A Dkmeans.c48 int dim; // Dimension of each vector variable
78 for (j = 0; j < dim; j++)
96 for (j = 0; j < dim; j++)
98 dprintf("%5d ",vals[i * dim + j]);
115 dim = DEF_DIM;
122 dim = atoi(optarg);
139 if (dim <= 0 || num_means <= 0 || num_points <= 0 || grid_size <= 0) {
144 printf("Dimension = %d\n", dim);
159 for (j=0; j<dim; j++)
161 pts[i * dim
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/viewers/
H A DFadeViewletType.java403 for(int dim=0; dim < index.size() ; dim++ ) {
404 i += ((Integer)(index.get(dim))).intValue() * pitch[dim];
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dmanual_examples.c49 uword *dim; local
64 dim = (uword *) p->val.ptr;
65 dim++; /* skip the did */
67 size *= *dim++; /* compute the size */
H A Dbip_array.c1005 int dim = DidArity(array_header[0]);
1007 (array_header + RoundUp((dim+1)*sizeof(uword))/sizeof(uword));
1010 for (size = 1; dim > 0; --dim) /* compute number of elements */
1011 size *= array_header[dim];
1033 int dim = DidArity(array_header[0]);
1035 (array_header + RoundUp((dim+1)*sizeof(uword))/sizeof(uword));
1038 for (size = 1; dim > 0; --dim) /* compute number of elements */
1039 size *= array_header[dim];
1004 int dim = DidArity(array_header[0]); local
1032 int dim = DidArity(array_header[0]); local
[all...]
/barrelfish-2018-10-04/lib/bench/
H A Dbench_ctl.c72 size_t dim = ctl->result_dimensions; local
77 v = ctl->data + i * dim;
78 for (j = 0; j < dim; j++) {
80 if (j != dim - 1) {
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/jdotview/
H A DGraphVizPanel.java156 Dimension2D dim = null;
163 dim = gp.getScaleToSize();
171 gp.setScaleToSize(dim);
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumslanguage.tex646 A = []([](5,1,2),[](3,3,2)), dim(A, [R,C]), dim(T, [C,R]),
654 A = []([](5,1,2),[](3,3,2)), dim(A, [R,C]), dim(T, [C,R]),
751 dim(Mat, [M,N]),
772 dim(Mat, [M,N]),
787 dim(Mat, [M,N]),
802 dim(Array, Dims),
817 dim(Array, Dims),
888 \bipref{dim/
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Deprolog.tex167 \bipref{dim/2}{../bips/kernel/termmanip/dim-2.html}
170 ?- dim(M,[3,4]).
176 \bipref{dim/2}{../bips/kernel/termmanip/dim-2.html} can also be used to
179 ?- dim(M,[3,4]), dim(M,D).
203 \bipref{dim/2}{../bips/kernel/termmanip/dim-2.html}
H A Dmodelling.tex272 dim(ChessBoard, [8,8])
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viztool/src/components/
H A DMyInternalFrame.java340 Dimension dim = svgCanvas.getSize();
418 Dimension dim = svgCanvas.getSize();
419 int x = dim.width / 2;
420 int y = dim.height / 2;
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DGraphViewer.java307 for(int dim = 0; dim < newSize.size(); dim++) {
308 int i = ((Integer)index.get(dim)).intValue();
309 int newS = ((Integer)newSize.get(dim)).intValue();
/barrelfish-2018-10-04/usr/skb/programs/
H A Dirq_routing_new.pl135 dim(W,[N]), W :: [0 .. 1].
139 dim(W, [Len]),
/barrelfish-2018-10-04/usr/eclipseclp/documents/applications/
H A Dtutorial.tex521 Multi-dimensional arrays \index{array}are simple nested vectors, they are created with the {\it dim} \index{dim}predicate for a given dimension and size. Access to an element is with the {\it subscript}\index{subscript} predicate (see section \ref{iterationonarray} for an example).
809 dim(Matrix,[N,M]),
820 The {\it dim}\index{dim} predicate can not only be used to create arrays, but also to find the size of an existing array.
2186 \item[dim/2] \index{dim/2}define an array\index{array}; can also be used to find size of an array
/barrelfish-2018-10-04/usr/eclipseclp/GecodeInterface/
H A Dgfd.cpp4610 int dim = carr.arity(); local
4612 IntArgs caps(dim);
4613 res = assign_IntArgs_from_ec_array(dim, carr, caps);
4619 binpacking(*solver, dim, lvars, ivars, sizes, caps);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dtracer_tcl.pl912 dim(Matrix, [M,N]),
1089 dim(Mat, Bounds),
H A Dkernel.pl6857 % inside the arrays (consistent with dim/2), since empty dimensions are

Completed in 139 milliseconds