Home
last modified time | relevance | path

Searched refs:do_shift (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/aarch64/
H A Daddsub.s202 do_shift 0, \op, W7, W
203 do_shift 0, \op, X7, X
207 do_shift 1, \op, W7, W
208 do_shift 1, \op, X7, X
212 do_shift 2, \op, W7, W
213 do_shift 2, \op, X7, X
217 do_shift 3, \op, W7, W
218 do_shift 3, \op, X7, X
222 do_shift 2, \op, W7, W
223 do_shift 2, \op, X7, X
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/aarch64/
H A Daddsub.s202 do_shift 0, \op, W7, W
203 do_shift 0, \op, X7, X
207 do_shift 1, \op, W7, W
208 do_shift 1, \op, X7, X
212 do_shift 2, \op, W7, W
213 do_shift 2, \op, X7, X
217 do_shift 3, \op, W7, W
218 do_shift 3, \op, X7, X
222 do_shift 2, \op, W7, W
223 do_shift 2, \op, X7, X
[all …]
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/aarch64/
H A Daddsub.s202 do_shift 0, \op, W7, W
203 do_shift 0, \op, X7, X
207 do_shift 1, \op, W7, W
208 do_shift 1, \op, X7, X
212 do_shift 2, \op, W7, W
213 do_shift 2, \op, X7, X
217 do_shift 3, \op, W7, W
218 do_shift 3, \op, X7, X
222 do_shift 2, \op, W7, W
223 do_shift 2, \op, X7, X
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/aarch64/
H A Daddsub.s156 .macro do_shift type, op, R, reg macro
202 do_shift 0, \op, W7, W
203 do_shift 0, \op, X7, X
207 do_shift 1, \op, W7, W
208 do_shift 1, \op, X7, X
212 do_shift 2, \op, W7, W
213 do_shift 2, \op, X7, X
217 do_shift 3, \op, W7, W
218 do_shift 3, \op, X7, X
222 do_shift 2, \op, W7, W
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/aarch64/
H A Daddsub.s156 .macro do_shift type, op, R, reg macro
202 do_shift 0, \op, W7, W
203 do_shift 0, \op, X7, X
207 do_shift 1, \op, W7, W
208 do_shift 1, \op, X7, X
212 do_shift 2, \op, W7, W
213 do_shift 2, \op, X7, X
217 do_shift 3, \op, W7, W
218 do_shift 3, \op, X7, X
222 do_shift 2, \op, W7, W
[all …]
/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_rec2coo.c32 …itch_recursive_in_place_matrix_to_in_place_rcoo_leaf(struct rsb_mtx_t * mtxAp, rsb_bool_t do_shift) in rsb__do_switch_recursive_in_place_matrix_to_in_place_rcoo_leaf() argument
49 …rsb__do_switch_array_to_fullword_coo((rsb_half_idx_t*)mtxAp->bpntr,mtxAp->nnz,do_shift?mtxAp->roff… in rsb__do_switch_recursive_in_place_matrix_to_in_place_rcoo_leaf()
50 …rsb__do_switch_array_to_fullword_coo((rsb_half_idx_t*)mtxAp->bindx,mtxAp->nnz,do_shift?mtxAp->coff… in rsb__do_switch_recursive_in_place_matrix_to_in_place_rcoo_leaf()
53 …errval = rsb__do_switch_compressed_array_to_fullword_coo(mtxAp->bpntr,mtxAp->Mdim,do_shift?mtxAp->… in rsb__do_switch_recursive_in_place_matrix_to_in_place_rcoo_leaf()
61 …rsb__do_switch_array_to_fullword_coo((rsb_half_idx_t*)mtxAp->bindx,mtxAp->nnz,do_shift?mtxAp->coff… in rsb__do_switch_recursive_in_place_matrix_to_in_place_rcoo_leaf()
69 …do_switch_recursive_in_place_matrix_to_in_place_rcoo(struct rsb_mtx_t * mtxAp, rsb_bool_t do_shift) in rsb__do_switch_recursive_in_place_matrix_to_in_place_rcoo() argument
110 …ROR_CUMULATE(errval,rsb__do_switch_recursive_in_place_matrix_to_in_place_rcoo(submatrix,do_shift)); in rsb__do_switch_recursive_in_place_matrix_to_in_place_rcoo()
113 errval = rsb__do_switch_recursive_in_place_matrix_to_in_place_rcoo_leaf(mtxAp,do_shift); in rsb__do_switch_recursive_in_place_matrix_to_in_place_rcoo()
118 …_recursive_in_place_matrix_to_in_place_rcoo_parallel(struct rsb_mtx_t * mtxAp, rsb_bool_t do_shift) in rsb__do_switch_recursive_in_place_matrix_to_in_place_rcoo_parallel() argument
140 …UMULATE(errval,rsb__do_switch_recursive_in_place_matrix_to_in_place_rcoo_leaf(submatrix,do_shift)); in rsb__do_switch_recursive_in_place_matrix_to_in_place_rcoo_parallel()
H A Drsb_rec2coo.h31 …o_switch_recursive_in_place_matrix_to_in_place_rcoo(struct rsb_mtx_t * mtxAp, rsb_bool_t do_shift);
H A Drsb_csr2coo.c107 rsb_err_t rsb_do_switch_in_place_csr_to_in_place_coo(struct rsb_mtx_t * mtxAp, rsb_bool_t do_shift) in rsb_do_switch_in_place_csr_to_in_place_coo() argument
144 if(do_shift) in rsb_do_switch_in_place_csr_to_in_place_coo()
/dports/science/py-qcelemental/qcelemental-0.24.0/qcelemental/molutil/
H A Dtest_molutil.py44 …s22_12.scramble(do_shift=True, do_rotate=True, do_resort=True, do_plot=False, verbose=0, do_test=T…
53 do_shift=True, do_rotate=True, do_resort=False, do_plot=False, verbose=2, do_test=True
67 do_shift=False, do_rotate=False, do_resort=False, do_plot=False, verbose=2, do_test=True
89do_shift=True, do_rotate=True, do_resort=True, do_plot=False, verbose=0, do_mirror=False, do_test=…
92do_shift=True, do_rotate=True, do_resort=False, do_plot=False, verbose=1, do_mirror=False, do_test…
96do_shift=True, do_rotate=True, do_resort=True, do_plot=False, verbose=0, do_mirror=True, do_test=T…
292 4, do_resort=False, do_shift=False, do_rotate=False, deflection=1.0, do_mirror=False
326 do_shift=[-1.82564537, 2.25391838, -2.56591963],
H A Dalign.py557 def compute_scramble(nat, do_resort=True, do_shift=True, do_rotate=True, deflection=1.0, do_mirror=… argument
597 if do_shift is True:
599 elif do_shift is False:
602 rand_shift = np.array(do_shift)
/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dstack.c121 do_shift (List *stack, int isstring) in do_shift() function
146 return do_shift (stack, 0); in shift()
154 return do_shift (stack, 1); in shift_string()
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dslur.cc321 bool do_shift = false; in outside_slur_callback() local
329 do_shift = y == minmax (dir, yext[-dir], y); in outside_slur_callback()
330 if (do_shift) in outside_slur_callback()
343 do_shift = exts[other_axis (a)].contains (coords[i]); in outside_slur_callback()
344 if (do_shift) in outside_slur_callback()
347 if (do_shift) in outside_slur_callback()
350 if (do_shift) in outside_slur_callback()
355 …Real avoidance_offset = do_shift ? curve.minmax (X_AXIS, std::max (xext[LEFT], curve.control_[0][X… in outside_slur_callback()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dslur.cc325 bool do_shift = false; in outside_slur_callback() local
333 do_shift = y == minmax (dir, yext[-dir], y); in outside_slur_callback()
334 if (do_shift) in outside_slur_callback()
347 do_shift = exts[(a + 1) % NO_AXES].contains (coords[i]); in outside_slur_callback()
348 if (do_shift) in outside_slur_callback()
351 if (do_shift) in outside_slur_callback()
354 if (do_shift) in outside_slur_callback()
359 …Real avoidance_offset = do_shift ? curve.minmax (X_AXIS, std::max (xext[LEFT], curve.control_[0][X… in outside_slur_callback()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/share/scripts/inverse/
H A Dpotential_to_gromacs.sh37 do_shift="yes"
62 do_shift="no"
148 if [[ $do_shift = "yes" ]]; then
H A Dpotential_to_lammps.sh36 do_shift="yes"
59 do_shift="no"
140 if [[ $do_shift = "yes" ]]; then
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/share/scripts/inverse/
H A Dpotential_to_gromacs.sh37 do_shift="yes"
62 do_shift="no"
148 if [[ $do_shift = "yes" ]]; then
H A Dpotential_to_lammps.sh36 do_shift="yes"
59 do_shift="no"
140 if [[ $do_shift = "yes" ]]; then
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dblender.cc258 bool do_shift = false; in build() local
259 if( shift_x.get() != 0 ) do_shift = true; in build()
260 if( shift_y.get() != 0 ) do_shift = true; in build()
277 same_size && (do_shift == false) && in build()
313 if( do_shift || (!same_size) ) { in build()
/dports/benchmarks/fio/fio-3.29/t/
H A Dtime-test.c153 static void do_shift(unsigned long long a[2], unsigned int count) in do_shift() function
183 do_shift(product, clock_shift); in _get_nsec()
279 do_shift(tmp, 1); in calc_mult_shift()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/ext/encryptors/rotn/
H A Drotn_encrypt.c166 do_shift(uint8_t *buf, size_t len, u_char *shift, size_t shiftlen) in do_shift() function
211 do_shift(&dst[i], src_len, in rotn_encrypt()
277 do_shift(&dst[0], mylen, in rotn_decrypt()
/dports/print/lilypond-devel/lilypond-2.23.5/lily/include/
H A Drest-collision.hh33 static SCM do_shift (Grob *);
/dports/print/lilypond/lilypond-2.22.1/lily/include/
H A Drest-collision.hh33 static SCM do_shift (Grob *);
/dports/math/octave-forge-signal/signal-1.4.1/inst/
H A Dar_psd.m150 do_shift = 0; variable
215 do_shift = 0; variable
218 do_shift = 0; variable
221 do_shift = 1; variable
238 do_shift = 0; variable
292 elseif ( do_shift )
/dports/science/py-qcengine/qcengine-0.21.0/qcengine/programs/tests/
H A Dtest_nwchem.py98 shifted_nh2, _ = nh2.scramble(do_shift=False, do_mirror=False, do_rotate=True, do_resort=False)
118 shifted_nh2, _ = nh2.scramble(do_shift=False, do_mirror=False, do_rotate=True, do_resort=False)
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/x86/
H A DBufferX86.h535 template<bool doShift, bool shiftR, typename T> static inline void do_shift( T &vreg, int num );
537 template<> inline void do_shift<true, true , __m256i>( __m256i &vreg, int num ) { vreg = _mm256_sr…
538 template<> inline void do_shift<true, false, __m256i>( __m256i &vreg, int num ) { vreg = _mm256_sl…
539 template<> inline void do_shift<false, true , __m256i>( __m256i &vreg, int num ) { }
540 template<> inline void do_shift<false, false, __m256i>( __m256i &vreg, int num ) { }
542 template<> inline void do_shift<true, true , __m128i>( __m128i &vreg, int num ) { vreg = _mm_srai_…
543 template<> inline void do_shift<true, false, __m128i>( __m128i &vreg, int num ) { vreg = _mm_slli_…
544 template<> inline void do_shift<false, true , __m128i>( __m128i &vreg, int num ) { }
545 template<> inline void do_shift<false, false, __m128i>( __m128i &vreg, int num ) { }
590 do_shift<doShift, shiftR, __m256i>( val, shift ); in linTf_SSE()
[all …]

12345678