Home
last modified time | relevance | path

Searched refs:n_shifts (Results 1 – 13 of 13) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/pw/
H A Drealspace_grid_types.F1083 dshifts(n_shifts) = dshifts(n_shifts - 1) + (neighbours(2) - neighbours(1) + 1)
1087 ushifts(n_shifts) = ushifts(n_shifts - 1) + (neighbours(2) - neighbours(1) + 1)
1100 IF (dshifts(n_shifts - 1) .LE. rs%desc%border) THEN
1152 CALL cart_shift(rs, idir, n_shifts, source_up, dest_up)
1159 IF (ushifts(n_shifts - 1) .LE. rs%desc%border) THEN
1724 DO n_shifts = 1, rs%desc%neighbours(idir)
1731 dshifts(n_shifts) = dshifts(n_shifts - 1) + (neighbours(2) - neighbours(1) + 1)
1735 ushifts(n_shifts) = ushifts(n_shifts - 1) + (neighbours(2) - neighbours(1) + 1)
1748 IF (dshifts(n_shifts - 1) .LE. rs%desc%border) THEN
1804 CALL cart_shift(rs, idir, n_shifts, source_up, dest_up)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/pw/
H A Drealspace_grid_types.F1083 dshifts(n_shifts) = dshifts(n_shifts - 1) + (neighbours(2) - neighbours(1) + 1)
1087 ushifts(n_shifts) = ushifts(n_shifts - 1) + (neighbours(2) - neighbours(1) + 1)
1100 IF (dshifts(n_shifts - 1) .LE. rs%desc%border) THEN
1152 CALL cart_shift(rs, idir, n_shifts, source_up, dest_up)
1159 IF (ushifts(n_shifts - 1) .LE. rs%desc%border) THEN
1724 DO n_shifts = 1, rs%desc%neighbours(idir)
1731 dshifts(n_shifts) = dshifts(n_shifts - 1) + (neighbours(2) - neighbours(1) + 1)
1735 ushifts(n_shifts) = ushifts(n_shifts - 1) + (neighbours(2) - neighbours(1) + 1)
1748 IF (dshifts(n_shifts - 1) .LE. rs%desc%border) THEN
1804 CALL cart_shift(rs, idir, n_shifts, source_up, dest_up)
[all …]
/dports/lang/fpc-utils/fpc-3.2.2/utils/tply/
H A Dyaccpars.pas161 n_shifts,
268 n_gotos := 0; n_shifts := 0; n_reductions := 0;
275 inc(n_shifts);
283 if (n_shifts+n_errors=0) and (n_reductions=1) then
324 if (n_shifts+n_errors=0) and (n_reductions=1) then
/dports/lang/fpc-source/fpc-3.2.2/utils/tply/
H A Dyaccpars.pas161 n_shifts,
268 n_gotos := 0; n_shifts := 0; n_reductions := 0;
275 inc(n_shifts);
283 if (n_shifts+n_errors=0) and (n_reductions=1) then
324 if (n_shifts+n_errors=0) and (n_reductions=1) then
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Dtc-xgate.c857 unsigned short n_shifts; in xgate_apply_operand() local
862 for (n_shifts = 0; in xgate_apply_operand()
863 !(*availiable_mask_bits & SIXTEENTH_BIT) && n_shifts < 16; in xgate_apply_operand()
864 n_shifts++) in xgate_apply_operand()
876 *availiable_mask_bits >>= n_shifts + n_bits; in xgate_apply_operand()
881 new_mask <<= N_BITS_IN_WORD - (n_shifts + n_bits); in xgate_apply_operand()
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dtc-xgate.c857 unsigned short n_shifts; in xgate_apply_operand() local
862 for (n_shifts = 0; in xgate_apply_operand()
863 !(*availiable_mask_bits & SIXTEENTH_BIT) && n_shifts < 16; in xgate_apply_operand()
864 n_shifts++) in xgate_apply_operand()
876 *availiable_mask_bits >>= n_shifts + n_bits; in xgate_apply_operand()
881 new_mask <<= N_BITS_IN_WORD - (n_shifts + n_bits); in xgate_apply_operand()
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dtc-xgate.c857 unsigned short n_shifts; in xgate_apply_operand() local
862 for (n_shifts = 0; in xgate_apply_operand()
863 !(*availiable_mask_bits & SIXTEENTH_BIT) && n_shifts < 16; in xgate_apply_operand()
864 n_shifts++) in xgate_apply_operand()
876 *availiable_mask_bits >>= n_shifts + n_bits; in xgate_apply_operand()
881 new_mask <<= N_BITS_IN_WORD - (n_shifts + n_bits); in xgate_apply_operand()
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/
H A Dtc-xgate.c857 unsigned short n_shifts; in xgate_apply_operand() local
862 for (n_shifts = 0; in xgate_apply_operand()
863 !(*availiable_mask_bits & SIXTEENTH_BIT) && n_shifts < 16; in xgate_apply_operand()
864 n_shifts++) in xgate_apply_operand()
876 *availiable_mask_bits >>= n_shifts + n_bits; in xgate_apply_operand()
881 new_mask <<= N_BITS_IN_WORD - (n_shifts + n_bits); in xgate_apply_operand()
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dtc-xgate.c857 unsigned short n_shifts; in xgate_apply_operand() local
862 for (n_shifts = 0; in xgate_apply_operand()
863 !(*availiable_mask_bits & SIXTEENTH_BIT) && n_shifts < 16; in xgate_apply_operand()
864 n_shifts++) in xgate_apply_operand()
876 *availiable_mask_bits >>= n_shifts + n_bits; in xgate_apply_operand()
881 new_mask <<= N_BITS_IN_WORD - (n_shifts + n_bits); in xgate_apply_operand()
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DOrdvArith.C239 const long n_shifts = myPackingDensity-1 - (n%myPackingDensity); in myOrdvGetNth() local
240 …const OrdvElem tmp = ordv[posn] >> (n_shifts * myBitsPerOrdvEntry); // NB shift amount is less th… in myOrdvGetNth()
H A DOrdvArith.C-OpenMP231 const long n_shifts = myPackingDensity-1 - (n%myPackingDensity);
232 …const OrdvElem tmp = ordv[posn] >> (n_shifts * myBitsPerOrdvEntry); // NB shift amount is less th…
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DOrdvArith.C239 const long n_shifts = myPackingDensity-1 - (n%myPackingDensity); in myOrdvGetNth() local
240 …const OrdvElem tmp = ordv[posn] >> (n_shifts * myBitsPerOrdvEntry); // NB shift amount is less th… in myOrdvGetNth()
H A DOrdvArith.C-OpenMP231 const long n_shifts = myPackingDensity-1 - (n%myPackingDensity);
232 …const OrdvElem tmp = ordv[posn] >> (n_shifts * myBitsPerOrdvEntry); // NB shift amount is less th…