Home
last modified time | relevance | path

Searched refs:array3d (Results 1 – 25 of 125) sorted by relevance

12345

/dports/deskutils/syncthingtray/c++utilities/tests/
H A Dmisctests.cpp94 array3d.at(0, 0, 0) = 'a'; in testMultiArray()
95 array3d.at(0, 0, 1) = 'b'; in testMultiArray()
96 array3d.at(0, 0, 2) = 'c'; in testMultiArray()
97 array3d.at(0, 1, 0) = 'd'; in testMultiArray()
98 array3d.at(0, 1, 1) = 'e'; in testMultiArray()
99 array3d.at(0, 1, 2) = 'f'; in testMultiArray()
100 array3d.at(1, 0, 0) = 'g'; in testMultiArray()
101 array3d.at(1, 0, 1) = 'h'; in testMultiArray()
102 array3d.at(1, 0, 2) = 'i'; in testMultiArray()
103 array3d.at(1, 1, 0) = 'j'; in testMultiArray()
[all …]
/dports/math/fxt/fxt/src/ds/
H A Darray3d.h28 class array3d
40 array3d(const array3d&) = delete;
41 array3d & operator = (const array3d&) = delete;
44 explicit array3d(ulong nx, ulong ny, ulong nz, Type *f=nullptr)
70 ~array3d() in ~array3d()
84 const array3d<Type> & operator [] (ulong x) const
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_array_index_increment.v9 int array3d[2][3][4] = '{ register
53 array3d[0][0][0]++;
54 if (array3d[0][0][0] != 1) $stop;
56 --array3d[0][0][0];
57 if (array3d[0][0][0] != 0) $stop;
80 val = array3d[++pos][--pos][++pos];
85 val = array3d[++pos][pos--][++pos];
/dports/math/jacop/jacop-4.8.0/src/test/fz/upTo5min/cryptanalysis/
H A Dkb128_n5_obj16.out1 deltaY = array3d(0..3, 0..3, 0..3, [1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, …
2 deltaX = array3d(0..4, 0..3, 0..3, [1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, …
3 deltaSR = array3d(0..4, 0..3, 0..3, [1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0,…
4 deltaK = array3d(0..4, 0..3, 0..3, [1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, …
/dports/math/jacop/jacop-4.8.0/src/test/fz/upTo1hour/cryptanalysis/
H A Dkb128_n5_obj17.out1 deltaY = array3d(0..3, 0..3, 0..3, [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, …
2 deltaX = array3d(0..4, 0..3, 0..3, [0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, …
3 deltaSR = array3d(0..4, 0..3, 0..3, [0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0,…
4 deltaK = array3d(0..4, 0..3, 0..3, [0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, …
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.fortran/
H A Darray-slices.f90210 integer, dimension (-2:2,-2:2,-2:2) :: array3d variable
228 call fill_array_3d (array3d)
296 call show_3d (array3d)
297 call show_3d (array3d(-1:1,-1:1,-1:1))
298 call show_3d (array3d(1:-1:-1,1:-1:-1,1:-1:-1))
302 call show_3d ((array3d(1:-1:-1,1:-1:-1,1:-1:-1)))
H A Dlbound-ubound.F9064 integer, dimension (-2:2,-3:3,-1:5) :: array3d variable
87 DO_TEST (array3d)
/dports/devel/blitz/blitz-1.0.2/testsuite/
H A Dmatthias-troyer-2.cpp10 typedef Array<complex<double>,3> array3d; typedef
15 array3d A(N,N,N); in main()
16 array3d B(N,N,N); in main()
H A Dmatthias-troyer-1.cpp13 typedef Array<T_num,3> array3d;
18 array3d A(N,N,N);
19 array3d B(N,N,N);
/dports/databases/grass7/grass-7.8.6/lib/gpde/
H A DN_pde.h177 extern int N_get_array_3d_type(N_array_3d * array3d);
178 extern void N_get_array_3d_value(N_array_3d * array3d, int col, int row, int depth, void *value);
179 extern float N_get_array_3d_f_value(N_array_3d * array3d, int col, int row, int depth);
180 extern double N_get_array_3d_d_value(N_array_3d * array3d, int col, int row, int depth);
181 extern void N_put_array_3d_value(N_array_3d * array3d, int col, int row, int depth, char *value);
182 extern void N_put_array_3d_f_value(N_array_3d * array3d, int col, int row, int depth, float value);
183 extern void N_put_array_3d_d_value(N_array_3d * array3d, int col, int row, int depth, double value);
184 extern int N_is_array_3d_value_null(N_array_3d * array3d, int col, int row, int depth);
185 extern void N_put_array_3d_value_null(N_array_3d * array3d, int col, int row, int depth);
/dports/emulators/anese/ANESE-0.9.1/roms/tests/ppu/ppu_read_buffer/source/gfx/
H A Dscolorq.inc306 class array3d
317 array3d(const array3d<T>& rhs)
332 ~array3d()
386 void fill_random(array3d<double>& a) {
544 void zoom_double(array3d<double>& small, array3d<double>& big)
627 array3d<double>& coarse_variables,
662 array3d<double>& coarse_variables,
706 array3d<double>& coarse_variables,
724 array3d<double>*& p_coarse_variables,
937 array3d<double>* p_new_coarse_variables = new array3d<double>(
[all …]
/dports/devel/py-game/pygame-2.1.0/buildconfig/pygame-stubs/
H A Dsurfarray.pyi7 def array3d(surface: Surface) -> numpy.ndarray: ...
20 def map_array(surface: Surface, array3d: numpy.ndarray) -> numpy.ndarray: ...
/dports/graphics/opencv/opencv-4.5.3/modules/photo/src/
H A Darrays.hpp167 Array3d<T> array3d(a + i*n2*n3*n4, n2, n3, n4); in operator []() local
168 return array3d; in operator []()
/dports/math/jacop/jacop-4.8.0/src/test/fz/upTo5sec/tickTackToe/
H A DtickTackToe.out1 tickTackToe = array3d(0..7, 1..3, 1..3, [2, 2, 2, 2, 2, 2, 2, 2, 2, 0, 2, 2, 2, 2, 2, 2, 2, 2, 0, 1…
/dports/math/jacop/jacop-4.8.0/src/test/fz/upTo5sec/latin-squares-fd/
H A D07.out1 x = array3d(1..7, 1..7, 1..7, [1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,…
H A D10.out1 x = array3d(1..10, 1..10, 1..10, [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,…
H A D15.out1 x = array3d(1..15, 1..15, 1..15, [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0,…
H A D03.out1 x = array3d(1..3, 1..3, 1..3, [1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0,…
H A D12.out1 x = array3d(1..12, 1..12, 1..12, [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,…
/dports/math/jacop/jacop-4.8.0/src/test/fz/upTo5sec/latin-squares-lp/
H A D10.out1 x_lp = array3d(1..10, 1..10, 1..10, [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0,…
H A D20.out1 x_lp = array3d(1..20, 1..20, 1..20, [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0,…
H A D12.out1 x_lp = array3d(1..12, 1..12, 1..12, [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,…
H A D07.out1 x_lp = array3d(1..7, 1..7, 1..7, [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0,…
/dports/math/jacop/jacop-4.8.0/src/test/fz/upTo5sec/life/
H A Dlife.out1 x = array3d(1..20, 1..8, 1..8, [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…
/dports/math/jacop/jacop-4.8.0/src/test/fz/upTo5sec/numbrix/
H A Dnumbrix.out1 x = array3d(1..9, 1..9, 1..81, [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…

12345