Home
last modified time | relevance | path

Searched refs:op_shift (Results 1 – 25 of 39) sorted by relevance

12

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dop_shift_meat.hpp39 op_shift::apply_direct(out, U.M, len, neg, dim); in apply()
47 op_shift::apply(Mat<typename T1::elem_type>& out, const Op<T1,op_shift>& in) in apply()
59 op_shift::apply_direct(out, U.M, len, neg, dim); in apply()
67 op_shift::apply_direct(Mat<eT>& out, const Mat<eT>& X, const uword len, const uword neg, const uwor… in apply_direct()
76 op_shift::apply_alias(out, len, neg, dim); in apply_direct()
80 op_shift::apply_noalias(out, X, len, neg, dim); in apply_direct()
89 op_shift::apply_noalias(Mat<eT>& out, const Mat<eT>& X, const uword len, const uword neg, const uwo… in apply_noalias()
210 op_shift::apply_alias(Mat<eT>& X, const uword len, const uword neg, const uword dim) in apply_alias()
218 op_shift::apply_noalias(tmp, X, len, neg, dim); in apply_alias()
H A Dfn_shift.hpp56 const Op<T1, op_shift>
69 return Op<T1, op_shift>(X, len, neg, uword(0), 'j'); in shift()
81 const Op<T1, op_shift>
95 return Op<T1, op_shift>(X, len, neg, dim, 'j'); in shift()
H A Dop_shift_bones.hpp35 class op_shift class
40 …typename T1> inline static void apply(Mat<typename T1::elem_type>& out, const Op<T1,op_shift>& in);
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dop_shift_meat.hpp39 op_shift::apply_direct(out, U.M, len, neg, dim); in apply()
47 op_shift::apply(Mat<typename T1::elem_type>& out, const Op<T1,op_shift>& in) in apply()
59 op_shift::apply_direct(out, U.M, len, neg, dim); in apply()
67 op_shift::apply_direct(Mat<eT>& out, const Mat<eT>& X, const uword len, const uword neg, const uwor… in apply_direct()
76 op_shift::apply_alias(out, len, neg, dim); in apply_direct()
80 op_shift::apply_noalias(out, X, len, neg, dim); in apply_direct()
89 op_shift::apply_noalias(Mat<eT>& out, const Mat<eT>& X, const uword len, const uword neg, const uwo… in apply_noalias()
210 op_shift::apply_alias(Mat<eT>& X, const uword len, const uword neg, const uword dim) in apply_alias()
218 op_shift::apply_noalias(tmp, X, len, neg, dim); in apply_alias()
H A Dfn_shift.hpp56 const Op<T1, op_shift>
69 return Op<T1, op_shift>(X, len, neg, uword(0), 'j'); in shift()
81 const Op<T1, op_shift>
95 return Op<T1, op_shift>(X, len, neg, dim, 'j'); in shift()
H A Dop_shift_bones.hpp35 class op_shift class
40 …typename T1> inline static void apply(Mat<typename T1::elem_type>& out, const Op<T1,op_shift>& in);
/dports/games/bubble-chains/bubble-chains-0.2.0/
H A Dparticlecontrol.cpp39 op_shift(1), in ParticleEmitterPrivate()
78 double op_shift; member
130 priv->op_shift = shift; in setOpacityShift()
223 if (priv->op_shift < 1) in createParticle()
224 part->opacity = 1. - (priv->op_shift * (qrand() % 100)) / 100.; in createParticle()
/dports/comms/zssh/zssh-1.5c/
H A Dquote_removal.c54 op_shift(av + i,*ac - i - 1);
H A Dmisc.c73 void op_shift(argv,n) in op_shift() function
H A Dfun.h50 void op_shift(char **argv, int n);
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dops.pro6 void op_shift(oparg_T *oap, int curs_top, int amount);
/dports/emulators/tme/tme-0.8/libtme/
H A Dmemory-auto.sh721 op_shift=bits_misaligned
725 op_shift="(${host_boundary} - bits_misaligned)"
735 echo " part${host_boundary} |= (part${host_boundary}_next << ${op_shift});"
740 echo " part${host_boundary} |= (part${host_boundary}_next >> ${op_shift});"
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Drx-parse.y408 | SHLR { sub_op = 0; } op_shift
409 | SHAR { sub_op = 1; } op_shift
410 | SHLL { sub_op = 2; } op_shift
993 op_shift
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/
H A Drx-parse.y408 | SHLR { sub_op = 0; } op_shift
409 | SHAR { sub_op = 1; } op_shift
410 | SHLL { sub_op = 2; } op_shift
993 op_shift
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf32-metag.c1217 int opcode, op_shift, op_extended, l1, l2; in metag_final_link_relocate() local
1315 op_shift = 3; in metag_final_link_relocate()
1317 op_shift = 2; in metag_final_link_relocate()
1320 op_shift = 1; in metag_final_link_relocate()
1322 op_shift = 0; in metag_final_link_relocate()
1325 srel = srel >> op_shift; in metag_final_link_relocate()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf32-metag.c1217 int opcode, op_shift, op_extended, l1, l2; in metag_final_link_relocate() local
1315 op_shift = 3; in metag_final_link_relocate()
1317 op_shift = 2; in metag_final_link_relocate()
1320 op_shift = 1; in metag_final_link_relocate()
1322 op_shift = 0; in metag_final_link_relocate()
1325 srel = srel >> op_shift; in metag_final_link_relocate()
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf32-metag.c1217 int opcode, op_shift, op_extended, l1, l2; in metag_final_link_relocate() local
1315 op_shift = 3; in metag_final_link_relocate()
1317 op_shift = 2; in metag_final_link_relocate()
1320 op_shift = 1; in metag_final_link_relocate()
1322 op_shift = 0; in metag_final_link_relocate()
1325 srel = srel >> op_shift; in metag_final_link_relocate()
/dports/devel/binutils/binutils-2.37/bfd/
H A Delf32-metag.c1217 int opcode, op_shift, op_extended, l1, l2; in metag_final_link_relocate() local
1315 op_shift = 3; in metag_final_link_relocate()
1317 op_shift = 2; in metag_final_link_relocate()
1320 op_shift = 1; in metag_final_link_relocate()
1322 op_shift = 0; in metag_final_link_relocate()
1325 srel = srel >> op_shift; in metag_final_link_relocate()
/dports/devel/binutils/binutils-2.37/gas/config/
H A Drx-parse.y414 | SHLR { sub_op = 0; } op_shift
415 | SHAR { sub_op = 1; } op_shift
416 | SHLL { sub_op = 2; } op_shift
1092 op_shift
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Drx-parse.y414 | SHLR { sub_op = 0; } op_shift
415 | SHAR { sub_op = 1; } op_shift
416 | SHLL { sub_op = 2; } op_shift
1092 op_shift
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Drx-parse.y414 | SHLR { sub_op = 0; } op_shift
415 | SHAR { sub_op = 1; } op_shift
416 | SHLL { sub_op = 2; } op_shift
1092 op_shift
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Delf32-metag.c1243 int opcode, op_shift, op_extended, l1, l2; in metag_final_link_relocate() local
1341 op_shift = 3; in metag_final_link_relocate()
1343 op_shift = 2; in metag_final_link_relocate()
1346 op_shift = 1; in metag_final_link_relocate()
1348 op_shift = 0; in metag_final_link_relocate()
1351 srel = srel >> op_shift; in metag_final_link_relocate()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Delf32-metag.c1243 int opcode, op_shift, op_extended, l1, l2; in metag_final_link_relocate() local
1341 op_shift = 3; in metag_final_link_relocate()
1343 op_shift = 2; in metag_final_link_relocate()
1346 op_shift = 1; in metag_final_link_relocate()
1348 op_shift = 0; in metag_final_link_relocate()
1351 srel = srel >> op_shift; in metag_final_link_relocate()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Delf32-metag.c1235 int opcode, op_shift, op_extended, l1, l2; in metag_final_link_relocate() local
1333 op_shift = 3; in metag_final_link_relocate()
1335 op_shift = 2; in metag_final_link_relocate()
1338 op_shift = 1; in metag_final_link_relocate()
1340 op_shift = 0; in metag_final_link_relocate()
1343 srel = srel >> op_shift; in metag_final_link_relocate()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf32-metag.c1220 int opcode, op_shift, op_extended, l1, l2; in metag_final_link_relocate() local
1318 op_shift = 3; in metag_final_link_relocate()
1320 op_shift = 2; in metag_final_link_relocate()
1323 op_shift = 1; in metag_final_link_relocate()
1325 op_shift = 0; in metag_final_link_relocate()
1328 srel = srel >> op_shift; in metag_final_link_relocate()

12