Home
last modified time | relevance | path

Searched refs:CELLS (Results 1 – 25 of 548) sorted by relevance

12345678910>>...22

/dports/science/plumed/plumed2-2.7.2/regtest/multicolvar/rt-link/
H A Dlogfile.reference1 LINK CELLS WORKED SUCCESSFULLY FOR ATOM 0 WITH PBC FOR 1x1x1 CELL
2 LINK CELLS WORKED SUCCESSFULLY FOR ATOM 0 WITH PBC FOR 1x1x2 CELL
3 LINK CELLS WORKED SUCCESSFULLY FOR ATOM 1 WITH PBC FOR 1x1x2 CELL
4 LINK CELLS WORKED SUCCESSFULLY FOR ATOM 0 WITH PBC FOR 1x1x3 CELL
5 LINK CELLS WORKED SUCCESSFULLY FOR ATOM 1 WITH PBC FOR 1x1x3 CELL
6 LINK CELLS WORKED SUCCESSFULLY FOR ATOM 2 WITH PBC FOR 1x1x3 CELL
7 LINK CELLS WORKED SUCCESSFULLY FOR ATOM 0 WITH PBC FOR 1x1x4 CELL
8 LINK CELLS WORKED SUCCESSFULLY FOR ATOM 1 WITH PBC FOR 1x1x4 CELL
9 LINK CELLS WORKED SUCCESSFULLY FOR ATOM 2 WITH PBC FOR 1x1x4 CELL
10 LINK CELLS WORKED SUCCESSFULLY FOR ATOM 3 WITH PBC FOR 1x1x4 CELL
[all …]
/dports/devel/p5-Term-Table/Term-Table-0.015/lib/Term/Table/
H A DCellStack.pm13 $self->{+CELLS} ||= [];
18 push @{$self->{+CELLS}} => @_;
23 push @{$self->{+CELLS}} => @_;
28 $_->sanitize(@_) for @{$self->{+CELLS}};
33 $_->mark_tail(@_) for @{$self->{+CELLS}};
45 $self->{+CELLS}->[$self->{+IDX}]->$meth;
53 return max(map { $_->$meth } @{$self->{+CELLS}});
61 while ($self->{+IDX} < @{$self->{+CELLS}}) {
62 my $cell = $self->{+CELLS}->[$self->{+IDX}];
81 $_->reset for @{$self->{+CELLS}};
/dports/games/xtux/xtux/data/maps/
H A Dbug.map80 CELLS 1800 1000 0 0
81 CELLS 1800 1000 0 0
82 CELLS 1800 1000 0 0
83 CELLS 1800 1000 0 0
84 CELLS 1800 1000 0 0
85 CELLS 1800 1000 0 0
86 CELLS 1800 1000 0 0
87 CELLS 1800 1000 0 0
88 CELLS 1800 1000 0 0
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/sljit/dist/doc/tutorial/
H A Dbrainfuck.c149 int CELLS = SLJIT_S1; /* bf array */ in compile() local
161 sljit_emit_op1(C, SLJIT_MOV, CELLS, 0, SLJIT_R0, 0); /* CELLS = R0 */ in compile()
167 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_R0, 0, SLJIT_MEM2(CELLS, SP), 0); /* R0 = CELLS[SP] */ in compile()
170 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_MEM2(CELLS, SP), 0, SLJIT_R0, 0); /* CELLS[SP] = R0 */ in compile()
178 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_R0, 0, SLJIT_MEM2(CELLS, SP), 0); /* R0 = CELLS[SP] */ in compile()
183 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_MEM2(CELLS, SP), 0, SLJIT_R0, 0); /* CELLS[SP] = R0 */ in compile()
187 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_R0, 0, SLJIT_MEM2(CELLS, SP), 0); /* R0 = CELLS[SP] */ in compile()
212 sljit_emit_op1(C, SLJIT_MOV, SLJIT_R0, 0, CELLS, 0); in compile()
/dports/devel/libbpfjit/sljit-849950a/doc/tutorial/
H A Dbrainfuck.c149 int CELLS = SLJIT_S1; /* bf array */ in compile() local
161 sljit_emit_op1(C, SLJIT_MOV, CELLS, 0, SLJIT_R0, 0); /* CELLS = R0 */ in compile()
167 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_R0, 0, SLJIT_MEM2(CELLS, SP), 0); /* R0 = CELLS[SP] */ in compile()
170 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_MEM2(CELLS, SP), 0, SLJIT_R0, 0); /* CELLS[SP] = R0 */ in compile()
178 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_R0, 0, SLJIT_MEM2(CELLS, SP), 0); /* R0 = CELLS[SP] */ in compile()
183 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_MEM2(CELLS, SP), 0, SLJIT_R0, 0); /* CELLS[SP] = R0 */ in compile()
187 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_R0, 0, SLJIT_MEM2(CELLS, SP), 0); /* R0 = CELLS[SP] */ in compile()
212 sljit_emit_op1(C, SLJIT_MOV, SLJIT_R0, 0, CELLS, 0); in compile()
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/test/
H A Dtest_dmplex.py13 CELLS = [[0, 1], [1, 2]] variable in BaseTestPlex
38 if self.CELLS is not None:
39 self.assertEqual(cEnd-cStart, len(self.CELLS))
147 CELLS = [[0, 1, 3], [1, 3, 4], [1, 2, 4], [2, 4, 5], variable in BaseTestPlex_2D
156 CELLS = [[0, 2, 3, 7], [0, 2, 6, 7], [0, 4, 6, 7], variable in BaseTestPlex_3D
183 CELLS = None variable in TestPlex_2D_BoxTensor
189 CELLS = None variable in TestPlex_3D_BoxTensor
202 CELLS = None variable in TestPlex_2D_Box
208 CELLS = None variable in TestPlex_2D_Boundary
217 CELLS = None variable in TestPlex_3D_Box
[all …]
/dports/science/sparta/sparta-20Oct2021/examples/fft/
H A Ddump.grid.2d3 ITEM: NUMBER OF CELLS
9 ITEM: CELLS id c_2[1] c_2[2] c_2[3] c_2[4] c_2[5] c_2[6] f_1[1] f_1[2] f_1[3]
268 ITEM: NUMBER OF CELLS
274 ITEM: CELLS id c_2[1] c_2[2] c_2[3] c_2[4] c_2[5] c_2[6] f_1[1] f_1[2] f_1[3]
H A Ddump.grid.2d.g++.13 ITEM: NUMBER OF CELLS
9 ITEM: CELLS id c_2[1] c_2[2] c_2[3] c_2[4] c_2[5] c_2[6] f_1[1] f_1[2] f_1[3]
268 ITEM: NUMBER OF CELLS
274 ITEM: CELLS id c_2[1] c_2[2] c_2[3] c_2[4] c_2[5] c_2[6] f_1[1] f_1[2] f_1[3]
H A Ddump.grid.3d.g++.13 ITEM: NUMBER OF CELLS
9 ITEM: CELLS id c_2[1] c_2[2] c_2[3] c_2[4] c_2[5] c_2[6] f_1[1] f_1[2] f_1[3]
4108 ITEM: NUMBER OF CELLS
4114 ITEM: CELLS id c_2[1] c_2[2] c_2[3] c_2[4] c_2[5] c_2[6] f_1[1] f_1[2] f_1[3]
H A Ddump.grid.3d.g++.43 ITEM: NUMBER OF CELLS
9 ITEM: CELLS id c_2[1] c_2[2] c_2[3] c_2[4] c_2[5] c_2[6] f_1[1] f_1[2] f_1[3]
4108 ITEM: NUMBER OF CELLS
4114 ITEM: CELLS id c_2[1] c_2[2] c_2[3] c_2[4] c_2[5] c_2[6] f_1[1] f_1[2] f_1[3]
H A Ddump.grid.2d.g++.43 ITEM: NUMBER OF CELLS
9 ITEM: CELLS id c_2[1] c_2[2] c_2[3] c_2[4] c_2[5] c_2[6] f_1[1] f_1[2] f_1[3]
268 ITEM: NUMBER OF CELLS
274 ITEM: CELLS id c_2[1] c_2[2] c_2[3] c_2[4] c_2[5] c_2[6] f_1[1] f_1[2] f_1[3]
/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DCollisionSet.cpp53 CELLS = 1u; in CollisionSet()
55 CELLS <<= 1; in CollisionSet()
56 WRAP_MASK = CELLS - 1u; in CollisionSet()
74 counts.resize(CELLS * CELLS + 2u, 0u); in Clear()
96 ++counts[gy * CELLS + gx + 2]; in Add()
118 auto index = gy * CELLS + gx + 1; in Finish()
170 auto i = (gy & WRAP_MASK) * CELLS + (gx & WRAP_MASK); in Line()
240 auto i = (gy & WRAP_MASK) * CELLS + (gx & WRAP_MASK); in Line()
342 auto i = gy * CELLS + gx; in Ring()
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dnetgen.cpp112 for(int i=0; i<CELLS; i++) { in dataFromHR()
121 for(int j=0; j<CELLS; j++) { in dataFromHR()
129 for(int i=0; i<CELLS; i++) { in dataFromHR()
164 for(int i=0; i<CELLS; i++) { in loadData()
184 println(f, spaced_of(ct, CELLS)); in saveData()
187 for(int i=0; i<CELLS; i++) { in saveData()
193 for(int i=0; i<CELLS; i++) for(int j=0; j<CELLS; j++) { in saveData()
200 for(int i=0; i<CELLS; i++) in saveData()
296 for(int i=0; i<CELLS; i++) { in setRaylen()
510 for(int i=0; i<CELLS; i++) { in displaynets()
[all …]
/dports/lang/gforth/gforth-0.7.3/test/
H A Dcheckans.fs12 CREATE Names 125 CELLS ALLOT
28 PNT @ 2 CELLS + PNT !
40 Names 2 CELLS +
53 2 CELLS +
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/once_cell-1.4.0/examples/
H A Dtest_synchronization.rs15 static CELLS: OnceCell<Vec<OnceCell<usize>>> = OnceCell::new(); const
20 CELLS.get_or_init(|| vec![OnceCell::new(); N_ROUNDS]); in main()
31 let cells = CELLS.get().unwrap(); in thread_main()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/once_cell-1.8.0/examples/
H A Dtest_synchronization.rs15 static CELLS: OnceCell<Vec<OnceCell<usize>>> = OnceCell::new(); const
20 CELLS.get_or_init(|| vec![OnceCell::new(); N_ROUNDS]); in main()
31 let cells = CELLS.get().unwrap(); in thread_main()
/dports/misc/broot/broot-1.7.0/cargo-crates/once_cell-1.8.0/examples/
H A Dtest_synchronization.rs15 static CELLS: OnceCell<Vec<OnceCell<usize>>> = OnceCell::new(); const
20 CELLS.get_or_init(|| vec![OnceCell::new(); N_ROUNDS]); in main()
31 let cells = CELLS.get().unwrap(); in thread_main()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/once_cell-1.8.0/examples/
H A Dtest_synchronization.rs15 static CELLS: OnceCell<Vec<OnceCell<usize>>> = OnceCell::new(); variable
20 CELLS.get_or_init(|| vec![OnceCell::new(); N_ROUNDS]); in main()
31 let cells = CELLS.get().unwrap(); in thread_main()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/once_cell-1.5.2/examples/
H A Dtest_synchronization.rs15 static CELLS: OnceCell<Vec<OnceCell<usize>>> = OnceCell::new(); const
20 CELLS.get_or_init(|| vec![OnceCell::new(); N_ROUNDS]); in main()
31 let cells = CELLS.get().unwrap(); in thread_main()
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/once_cell-1.5.2/examples/
H A Dtest_synchronization.rs15 static CELLS: OnceCell<Vec<OnceCell<usize>>> = OnceCell::new(); variable
20 CELLS.get_or_init(|| vec![OnceCell::new(); N_ROUNDS]); in main()
31 let cells = CELLS.get().unwrap(); in thread_main()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/once_cell-1.9.0/examples/
H A Dtest_synchronization.rs15 static CELLS: OnceCell<Vec<OnceCell<usize>>> = OnceCell::new(); variable
20 CELLS.get_or_init(|| vec![OnceCell::new(); N_ROUNDS]); in main()
31 let cells = CELLS.get().unwrap(); in thread_main()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/once_cell-1.8.0/examples/
H A Dtest_synchronization.rs15 static CELLS: OnceCell<Vec<OnceCell<usize>>> = OnceCell::new(); variable
20 CELLS.get_or_init(|| vec![OnceCell::new(); N_ROUNDS]); in main()
31 let cells = CELLS.get().unwrap(); in thread_main()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/once_cell-1.8.0/examples/
H A Dtest_synchronization.rs15 static CELLS: OnceCell<Vec<OnceCell<usize>>> = OnceCell::new(); const
20 CELLS.get_or_init(|| vec![OnceCell::new(); N_ROUNDS]); in main()
31 let cells = CELLS.get().unwrap(); in thread_main()
/dports/www/castor/castor-0.8.16/cargo-crates/once_cell-1.4.1/examples/
H A Dtest_synchronization.rs15 static CELLS: OnceCell<Vec<OnceCell<usize>>> = OnceCell::new(); variable
20 CELLS.get_or_init(|| vec![OnceCell::new(); N_ROUNDS]); in main()
31 let cells = CELLS.get().unwrap(); in thread_main()
/dports/games/genact/genact-0.10.0/cargo-crates/once_cell-1.4.0/examples/
H A Dtest_synchronization.rs15 static CELLS: OnceCell<Vec<OnceCell<usize>>> = OnceCell::new(); const
20 CELLS.get_or_init(|| vec![OnceCell::new(); N_ROUNDS]); in main()
31 let cells = CELLS.get().unwrap(); in thread_main()

12345678910>>...22