Home
last modified time | relevance | path

Searched refs:lcell (Results 1 – 25 of 103) sorted by relevance

12345

/dports/science/py-ase/ase-3.22.0/ase/test/cell/
H A Dtest_minkowski_reduce.py51 self.lcell = unimodular.T @ cell
55 lcell = self.lcell
60 ldet = np.linalg.det(lcell)
64 lcell = self.lcell
70 lcell = self.lcell
75 zcell[0] = lcell[0]
81 lcell = self.lcell
84 assert (rcell[axis] == lcell[axis]).all()
86 zcell = np.copy(lcell)
93 lcell = self.lcell
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/tests/unit_tests/
H A Dconcatenation.tst27 lcell = {ldouble, lbool, lstring};
225 c = [lcell,lcell];
235 c = [lcell;lcell];
245 c = [lcell,lcell;lcell,lcell;lcell,lcell];
246 assert_checkequal(c(1, 1:3), lcell);
247 assert_checkequal(c(1, 4:6), lcell);
253 c_2_4 = {ldouble, lbool, lstring, lcell;lcell, lstring, lbool, ldouble};
259 assert_checkequal(c{1, 4}, lcell);
260 assert_checkequal(c{2, 1}, lcell);
269 assert_checkequal(c{4, 2}, lcell);
[all …]
/dports/science/octopus/octopus-10.5/src/math/
H A Dqshep.F9038 integer, pointer :: lcell(:, :, :), lnext(:) component
60 real(8) function qs2val(px, py, n, x, y, f, nr, lcell, lnext, xmin, &
70 integer :: lcell(nr, nr) local
81 subroutine qs2grd(px, py, n, x, y, f, nr, lcell, lnext, xmin, &
91 integer :: lcell(nr, nr) local
118 integer :: lcell(nr, nr, nr) local
139 integer :: lcell(nr, nr, nr) local
216 SAFE_ALLOCATE(interp%lcell(1:interp%nr, 1:interp%nr, 1:1))
222 SAFE_ALLOCATE(interp%lcell(1:interp%nr, 1:interp%nr, 1:interp%nr))
359 if(associated(interp%lcell)) then
[all …]
/dports/devel/dmake/dmake-4.13.1/
H A Dstruct.h104 typedef struct lcell { struct
106 struct lcell *cl_next; /* next cell on dependency list */ argument
123 struct lcell ce_all; argument
131 struct lcell *ce_prq; /* list of prerequisites for cell */
132 struct lcell *ce_prqorg; /* list of original prerequisites */
133 struct lcell *ce_indprq; /* indirect prerequisites for % cell*/
/dports/math/octave-forge-io/io-2.6.4/inst/private/
H A D__OTK_getusedrange__.m64 lcell = row.getFirstChild (); variable
65 cl_char = char (lcell);
71 lcol = min (lcol, lcell.getTableNumberColumnsRepeatedAttribute () + 1);
81 lcell = row.item(kk - 1); variable
82 rc = rc + lcell.getTableNumberColumnsRepeatedAttribute ();
85 if (isempty (strfind (char (lcell), "office:value-type"))...
86 || isempty (strfind (char (lcell), "<text:")))
87 rc = rc - lcell.getTableNumberColumnsRepeatedAttribute ();
/dports/games/knetwalk/knetwalk-21.12.3/src/
H A Dabstractgrid.cpp283 int lcell = lCell(cell); // left in addRandomCable() local
297 if (lcell != NO_CELL && m_cells[lcell]->cables() == None) { in addRandomCable()
298 freeCells[Left] = lcell; in addRandomCable()
465 int lcell = lCell(cell->index()); in movesDoneArePossible() local
466 if (lcell != NO_CELL && m_cells[lcell]->hasBeenMoved()) { in movesDoneArePossible()
470 if (!(m_cells[lcell]->cables() & Right)) return false; in movesDoneArePossible()
565 AbstractCell *lcell = (lindex != NO_CELL) ? m_cells[lindex] : 0; in updateConnections() local
582 if ((cell->cables() & Left) && lcell != 0 && in updateConnections()
583 (lcell->cables() & Right) && !newConnections[lindex]) { in updateConnections()
585 changedCells.append(lcell->index()); in updateConnections()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_gridding/
H A DShepard.cpp344 lcell -= lcell_offset; in qshep2_()
841 lcell -= lcell_offset; in qs2val_()
901 k = lcell[i__ + j * lcell_dim1]; in qs2val_()
1065 lcell -= lcell_offset; in qs2grd_()
1136 k = lcell[i__ + j * lcell_dim1]; in qs2grd_()
1321 lcell -= lcell_offset; in getnp2_()
1409 l = lcell[i__ + j * lcell_dim1]; in getnp2_()
1911 lcell -= lcell_offset; in store2_()
1972 lcell[i__ + j * lcell_dim1] = 0; in store2_()
1993 l = lcell[i__ + j * lcell_dim1]; in store2_()
[all …]
/dports/science/octopus/octopus-10.5/external_libs/qshep/
H A Dqshep2d.f90107 integer lcell(nr,nr) local
178 l = lcell(i,j)
472 integer lcell(nr,nr) local
577 k = lcell(i,j)
852 integer lcell(nr,nr) local
1268 integer lcell(nr,nr) local
1340 k = lcell(i,j)
1630 integer lcell(nr,nr) local
1672 lcell(1:nr,1:nr) = 0
1684 l = lcell(i,j)
[all …]
H A Dqshep3d.f90205 integer lcell(nr,nr,nr) local
639 integer lcell(nr,nr,nr) local
737 l = lcell(i,j,k)
893 integer lcell(nr,nr,nr) local
1023 l = lcell(i,j,k)
1210 integer lcell(nr,nr,nr) local
1314 l = lcell(i,j,k)
1762 integer lcell(nr,nr,nr) local
1819 lcell(1:nnr,1:nnr,1:nnr) = 0
1834 l = lcell(i,j,k)
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/interpolation/includes/
H A Dinterpolation_functions.h50 …(int* n, double* x, double* y, double* z, int* nc, int* nw, int* nr, int* lcell, int* lnext, doubl…
53 …e* px, double* py, int* n, double* x, double* y, double* f, int* nr, int* lcell, int* lnext, doubl…
54 …e* px, double* py, int* n, double* x, double* y, double* f, int* nr, int* lcell, int* lnext, doubl…
55 …e* px, double* py, int* n, double* x, double* y, double* f, int* nr, int* lcell, int* lnext, doubl…
/dports/games/qnetwalk/qnetwalk-1.7.0/src/
H A Dmainwindow.cpp333 Cell* lcell = lCell(cell, wrapped); in updateConnections() local
353 if((cell->dirs() & Cell::L) && lcell && (lcell->dirs() & Cell::R) && in updateConnections()
354 !newconnection[lcell->index()] && !lcell->isRotated()) in updateConnections()
356 newconnection[lcell->index()] = true; in updateConnections()
357 list.append(lcell); in updateConnections()
379 Cell * lcell = lCell(cell, wrapped); in addRandomDir() local
390 if(lcell && lcell->dirs() == Cell::Free) in addRandomDir()
391 freecells[Cell::L] = lcell; in addRandomDir()
/dports/misc/tlci/tlci-4a3dd51a872f36a513f06efa475922259dee91f1/src/
H A Dtlci.c96 let_cell_t* lcell = &cell->content.as_let; in run_command() local
97 heap_cell_t* name = lcell->name; in run_command()
106 eval_evaluate(tlci_heap, &global_scope, lcell->value)); in run_command()
/dports/finance/vanitygen/vanitygen-cd1a728/
H A Dcalc_addrs.cl1115 lcell = get_global_id(0);
1124 lcell += off;
1137 lcell += off;
1153 lcell -= (off << 1);
1157 (lcell % ACCESS_STRIDE));
1160 lcell += off;
1171 lcell -= off;
1176 lcell -= (off << 1);
1187 lcell += off;
1198 lcell -= off;
[all …]
/dports/devel/py-nbdime/nbdime-3.1.1/nbdime/merging/
H A Dstrategies.py565 lcell = d.local_diff[0].valuelist[0]
568 assert lcell['cell_type'] == rcell['cell_type'], 'cell types cannot differ'
573 for k in lcell.keys():
576 cell[k] = lcell[k]
578 if k not in keys and k not in lcell:
584 cell[k] = merge_render('', lcell[k], rcell[k], None)[0]
588 "local_metadata": lcell[k],
594 "local_id": lcell[k],
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twsc/
H A Dbuildimp.c198 INT fcell , lcell , cell ; in decide_boundary() local
206 lcell = pairArrayG[row][ pairArrayG[row][0] ] ; in decide_boundary()
209 lcx = carrayG[lcell]->cxcenter ; in decide_boundary()
210 lcr = carrayG[lcell]->tileptr->right ; in decide_boundary()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/otps/
H A Droutines.h77 left val; } lcell; typedef
78 typedef lcell *llist;
H A Droutines.c110 temp = (llist) malloc(sizeof(lcell)); in lcons()
121 temp = (llist) malloc(sizeof(lcell)); in llist1()
132 temp = (llist) malloc(sizeof(lcell)); in llist2()
133 temp1 = (llist) malloc(sizeof(lcell)); in llist2()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/otps/
H A Droutines.h77 left val; } lcell; typedef
78 typedef lcell *llist;
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/otps/
H A Droutines.h77 left val; } lcell; typedef
78 typedef lcell *llist;
H A Droutines.c110 temp = (llist) malloc(sizeof(lcell)); in lcons()
121 temp = (llist) malloc(sizeof(lcell)); in llist1()
132 temp = (llist) malloc(sizeof(lcell)); in llist2()
133 temp1 = (llist) malloc(sizeof(lcell)); in llist2()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/otps/
H A Droutines.h77 left val; } lcell; typedef
78 typedef lcell *llist;
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/otps/
H A Droutines.h77 left val; } lcell; typedef
78 typedef lcell *llist;
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/otps/
H A Droutines.h77 left val; } lcell; typedef
78 typedef lcell *llist;
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/otps/
H A Droutines.h77 left val; } lcell; typedef
78 typedef lcell *llist;
/dports/science/code_saturne/code_saturne-7.1.0/src/lagr/
H A Dcs_lagr_head_losses.c367 cs_real_t lcell = pow(volume[iel], 1.0 / 3.0); in cs_lagr_head_losses() local
375 * lcell / mdiam[iel] in cs_lagr_head_losses()
376 + (lcell * 150.0 * visccf) / (romf * pow(mdiam[iel], 2)) in cs_lagr_head_losses()

12345