Home
last modified time | relevance | path

Searched refs:new_j (Results 1 – 25 of 40) sorted by relevance

12

/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw14230.pp6 j,new_j:single;
21 Val(s,new_j,Err);
24 new_i:=longword(tsrec(new_j));
40 writeln('new_j=',new_j);
/dports/science/gromacs/gromacs-2021.4/src/external/tng_io/src/compression/
H A Dbwt.c209 int new_j=j+k; in Ptngc_comp_to_bwt() local
210 if (new_j>maxrepeat) in Ptngc_comp_to_bwt()
211 new_j=j; in Ptngc_comp_to_bwt()
212 if ((new_j>good_j) || ((new_j==good_j) && (k<good_k))) in Ptngc_comp_to_bwt()
214 good_j=new_j; /* We have found that in Ptngc_comp_to_bwt()
H A Dlz77.c85 int new_j=j+k;
86 if (new_j>maxrepeat)
87 new_j=j;
88 if ((new_j>good_j) || ((new_j==good_j) && (k<good_k)))
90 good_j=new_j; /* We have found that
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/
H A Dskybox.cpp78 unsigned old_j, unsigned new_i, unsigned new_j) in swapPixels() argument
80 new_img[4 * (stride * new_i + new_j)] = old_img[4 * (stride * old_i + old_j)]; in swapPixels()
81 new_img[4 * (stride * new_i + new_j) + 1] = old_img[4 * (stride * old_i + old_j) + 1]; in swapPixels()
82 new_img[4 * (stride * new_i + new_j) + 2] = old_img[4 * (stride * old_i + old_j) + 2]; in swapPixels()
83 new_img[4 * (stride * new_i + new_j) + 3] = old_img[4 * (stride * old_i + old_j) + 3]; in swapPixels()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Drange.c316 guint i, j, new_j; in range_remove_value() local
331 for (j=0, new_j = 0; j < (*range)->nranges; j++) { in range_remove_value()
337 new_range->ranges[new_j].low = (*range)->ranges[j].low; in range_remove_value()
338 new_range->ranges[new_j].high = (*range)->ranges[j].high; in range_remove_value()
339 new_j++; in range_remove_value()
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Drange.c316 guint i, j, new_j; in range_remove_value() local
331 for (j=0, new_j = 0; j < (*range)->nranges; j++) { in range_remove_value()
337 new_range->ranges[new_j].low = (*range)->ranges[j].low; in range_remove_value()
338 new_range->ranges[new_j].high = (*range)->ranges[j].high; in range_remove_value()
339 new_j++; in range_remove_value()
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Drange.c316 guint i, j, new_j;
331 for (j=0, new_j = 0; j < (*range)->nranges; j++) {
337 new_range->ranges[new_j].low = (*range)->ranges[j].low;
338 new_range->ranges[new_j].high = (*range)->ranges[j].high;
339 new_j++;
/dports/net/tshark/wireshark-3.6.1/epan/
H A Drange.c316 guint i, j, new_j; in range_remove_value() local
331 for (j=0, new_j = 0; j < (*range)->nranges; j++) { in range_remove_value()
337 new_range->ranges[new_j].low = (*range)->ranges[j].low; in range_remove_value()
338 new_range->ranges[new_j].high = (*range)->ranges[j].high; in range_remove_value()
339 new_j++; in range_remove_value()
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/aij/seq/
H A Daij.h151 PetscInt CHUNKSIZE = 15,new_nz = AI[AM] + CHUNKSIZE,len,*new_i=NULL,*new_j=NULL; \
156 ierr = PetscMalloc3(BS2*new_nz,&new_a,new_nz,&new_j,AM+1,&new_i);CHKERRQ(ierr); \
161 ierr = PetscArraycpy(new_j,AJ,AI[ROW]+NROW);CHKERRQ(ierr); \
163 ierr = PetscArraycpy(new_j+AI[ROW]+NROW+CHUNKSIZE,AJ+AI[ROW]+NROW,len);CHKERRQ(ierr); \
171 AI = Ain->i = new_i; AJ = Ain->j = new_j; \
184 PetscInt CHUNKSIZE = 15,new_nz = AI[AM] + CHUNKSIZE,len,*new_i=NULL,*new_j=NULL; \
188 ierr = PetscMalloc1(new_nz,&new_j);CHKERRQ(ierr); \
194 ierr = PetscArraycpy(new_j,AJ,AI[ROW]+NROW);CHKERRQ(ierr); \
196 ierr = PetscArraycpy(new_j+AI[ROW]+NROW+CHUNKSIZE,AJ+AI[ROW]+NROW,len);CHKERRQ(ierr); \
201 AI = Ain->i = new_i; AJ = Ain->j = new_j; \
/dports/devel/py-durus/Durus-3.9/
H A Dshelf.py419 new_j = self.int_array[j] - self.start
420 yield new_j
421 if new_j == last_index:
423 j = new_j
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgen_ordered.c1069 htsc_supercell_assign_point(int new_k, int new_j, int sc_xsize, int sc_ysize, in htsc_supercell_assign_point() argument
1072 if (new_k >= 0 && new_j >= 0 && new_k < sc_xsize && new_j < sc_ysize) { in htsc_supercell_assign_point()
1073 if (htsc_getpoint(super_cell,new_k,new_j) == 0) { in htsc_supercell_assign_point()
1074 htsc_setpoint(super_cell,new_k,new_j,val); in htsc_supercell_assign_point()
1091 int new_k, new_j; in htsc_tile_supercell() local
1113 new_j = j - y; in htsc_tile_supercell()
1114 htsc_supercell_assign_point(new_k, new_j, sc_xsize, sc_ysize, in htsc_tile_supercell()
1117 new_j = j + y; in htsc_tile_supercell()
1118 htsc_supercell_assign_point(new_k, new_j, sc_xsize, sc_ysize, in htsc_tile_supercell()
1121 new_j = j - v; in htsc_tile_supercell()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgen_ordered.c1069 htsc_supercell_assign_point(int new_k, int new_j, int sc_xsize, int sc_ysize, in htsc_supercell_assign_point() argument
1072 if (new_k >= 0 && new_j >= 0 && new_k < sc_xsize && new_j < sc_ysize) { in htsc_supercell_assign_point()
1073 if (htsc_getpoint(super_cell,new_k,new_j) == 0) { in htsc_supercell_assign_point()
1074 htsc_setpoint(super_cell,new_k,new_j,val); in htsc_supercell_assign_point()
1091 int new_k, new_j; in htsc_tile_supercell() local
1113 new_j = j - y; in htsc_tile_supercell()
1114 htsc_supercell_assign_point(new_k, new_j, sc_xsize, sc_ysize, in htsc_tile_supercell()
1117 new_j = j + y; in htsc_tile_supercell()
1118 htsc_supercell_assign_point(new_k, new_j, sc_xsize, sc_ysize, in htsc_tile_supercell()
1121 new_j = j - v; in htsc_tile_supercell()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/toolbin/halftone/gen_ordered/
H A Dgen_ordered.c1142 htsc_supercell_assign_point(int new_k, int new_j, int sc_xsize, int sc_ysize, in htsc_supercell_assign_point() argument
1145 if (new_k >= 0 && new_j >= 0 && new_k < sc_xsize && new_j < sc_ysize) { in htsc_supercell_assign_point()
1146 if (htsc_getpoint(super_cell,new_k,new_j) == 0) { in htsc_supercell_assign_point()
1147 htsc_setpoint(super_cell,new_k,new_j,val); in htsc_supercell_assign_point()
1164 int new_k, new_j; in htsc_tile_supercell() local
1186 new_j = j - y; in htsc_tile_supercell()
1187 htsc_supercell_assign_point(new_k, new_j, sc_xsize, sc_ysize, in htsc_tile_supercell()
1190 new_j = j + y; in htsc_tile_supercell()
1191 htsc_supercell_assign_point(new_k, new_j, sc_xsize, sc_ysize, in htsc_tile_supercell()
1194 new_j = j - v; in htsc_tile_supercell()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/toolbin/halftone/gen_ordered/
H A Dgen_ordered.c1142 htsc_supercell_assign_point(int new_k, int new_j, int sc_xsize, int sc_ysize, in htsc_supercell_assign_point() argument
1145 if (new_k >= 0 && new_j >= 0 && new_k < sc_xsize && new_j < sc_ysize) { in htsc_supercell_assign_point()
1146 if (htsc_getpoint(super_cell,new_k,new_j) == 0) { in htsc_supercell_assign_point()
1147 htsc_setpoint(super_cell,new_k,new_j,val); in htsc_supercell_assign_point()
1164 int new_k, new_j; in htsc_tile_supercell() local
1186 new_j = j - y; in htsc_tile_supercell()
1187 htsc_supercell_assign_point(new_k, new_j, sc_xsize, sc_ysize, in htsc_tile_supercell()
1190 new_j = j + y; in htsc_tile_supercell()
1191 htsc_supercell_assign_point(new_k, new_j, sc_xsize, sc_ysize, in htsc_tile_supercell()
1194 new_j = j - v; in htsc_tile_supercell()
[all …]
/dports/math/mfem/mfem-4.3/fem/
H A Drestriction.cpp923 int i=0, j=0, new_i=0, new_j=0; in PermuteFace3D() local
940 new_j = j; in PermuteFace3D()
944 new_j = i; in PermuteFace3D()
948 new_j = (size1d-1-i); in PermuteFace3D()
952 new_j = j; in PermuteFace3D()
956 new_j = (size1d-1-j); in PermuteFace3D()
960 new_j = (size1d-1-i); in PermuteFace3D()
964 new_j = i; in PermuteFace3D()
968 new_j = (size1d-1-j); in PermuteFace3D()
971 return ToLexOrdering3D(face_id2, size1d, new_i, new_j); in PermuteFace3D()
/dports/science/hypre/hypre-2.23.0/src/seq_mv/
H A Dcsr_matop_device.c924 HYPRE_Int *new_j; in hypre_CSRMatrixRemoveDiagonalDevice() local
940 new_j = hypre_TAlloc(HYPRE_Int, new_nnz, HYPRE_MEMORY_DEVICE); in hypre_CSRMatrixRemoveDiagonalDevice()
952 … thrust::make_zip_iterator(thrust::make_tuple(new_ii, new_j, new_data)), in hypre_CSRMatrixRemoveDiagonalDevice()
967 thrust::make_zip_iterator(thrust::make_tuple(new_ii, new_j)), in hypre_CSRMatrixRemoveDiagonalDevice()
980 hypre_CSRMatrixJ(A) = new_j; in hypre_CSRMatrixRemoveDiagonalDevice()
1289 HYPRE_Int *new_j; in hypre_CSRMatrixDropSmallEntriesDevice() local
1318 new_j = hypre_TAlloc(HYPRE_Int, new_nnz, HYPRE_MEMORY_DEVICE); in hypre_CSRMatrixDropSmallEntriesDevice()
1329 … thrust::make_zip_iterator(thrust::make_tuple(new_ii, new_j, new_data)), in hypre_CSRMatrixDropSmallEntriesDevice()
1338 … thrust::make_zip_iterator(thrust::make_tuple(new_ii, new_j, new_data)), in hypre_CSRMatrixDropSmallEntriesDevice()
1351 hypre_CSRMatrixJ(A) = new_j; in hypre_CSRMatrixDropSmallEntriesDevice()
/dports/science/hypre/hypre-2.23.0/src/IJ_mv/
H A DIJMatrix_parcsr_device.c503 HYPRE_BigInt *new_j; in hypre_IJMatrixAssembleParCSRDevice() local
509 &new_nnz, &new_i, &new_j, &new_sora, &new_data); in hypre_IJMatrixAssembleParCSRDevice()
542 new_j, in hypre_IJMatrixAssembleParCSRDevice()
590 new_j, in hypre_IJMatrixAssembleParCSRDevice()
612 hypre_TFree(new_j, HYPRE_MEMORY_DEVICE); in hypre_IJMatrixAssembleParCSRDevice()
/dports/security/helib/HElib-1.3.1/include/helib/
H A DMatrix.h487 int new_j = 0; in inPlaceTranspose() local
490 new_elements->at(new_i * subscripts.lengths[0] + new_j) = operator()(i, in inPlaceTranspose()
503 new_j = (new_j + 1) % subscripts.lengths[0]; in inPlaceTranspose()
/dports/science/smoldyn/smoldyn-2.67/source/BioNetGen/Perl2/
H A DHNauty.pm444 my ( $i, $j, $new_i, $new_j );
451 $new_j = $perm->{$j};
452 @{ $new_adj->{$new_i}{$new_j} } = @{ $adj->{$i}{$j} };
/dports/editors/fpc-ide/fpc-3.2.2/rtl/nativent/
H A Dsysutils.pp442 new_j: longint;
446 new_j:=j;
452 (new_j<=LenName) and
454 (Pattern[new_i]=Name[new_j]);
456 inc(new_j);
462 j:=new_j;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/nativent/
H A Dsysutils.pp442 new_j: longint;
446 new_j:=j;
452 (new_j<=LenName) and
454 (Pattern[new_i]=Name[new_j]);
456 inc(new_j);
462 j:=new_j;
/dports/lang/fpc-source/fpc-3.2.2/rtl/nativent/
H A Dsysutils.pp442 new_j: longint;
446 new_j:=j;
452 (new_j<=LenName) and
454 (Pattern[new_i]=Name[new_j]);
456 inc(new_j);
462 j:=new_j;
/dports/lang/fpc/fpc-3.2.2/rtl/nativent/
H A Dsysutils.pp442 new_j: longint;
446 new_j:=j;
452 (new_j<=LenName) and
454 (Pattern[new_i]=Name[new_j]);
456 inc(new_j);
462 j:=new_j;
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/arith/
H A Dsolve_linear_equation.cc197 PrimExpr new_j = eb * (*x)[index] - ea * (*x)[j]; in SmithNormalFormDiag() local
199 (*x)[j] = new_j; in SmithNormalFormDiag()
/dports/devel/py-executing/executing-0.8.2/executing/
H A Dexecuting.py970 for original_j, original_inst, new_j, new_inst in walk_both_instructions(
975 inlined = deepcopy(instructions[start : new_j + 1])
982 instructions[start : new_j + 1] = []

12