Home
last modified time | relevance | path

Searched +refs:vi +refs:shift +refs:op (Results 1 – 25 of 1432) sorted by relevance

12345678910>>...58

/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/FDTD/
H A Dengine.cpp25 Engine* Engine::New(const Operator* op) in New() argument
28 Engine* e = new Engine(op); in New()
33 Engine::Engine(const Operator* op) in Engine() argument
37 Op = op; in Engine()
111 bool shift[3]; in UpdateVoltages() local
117 shift[0]=pos[0]; in UpdateVoltages()
120 shift[1]=pos[1]; in UpdateVoltages()
123 shift[2]=pos[2]; in UpdateVoltages()
127vi[0][pos[0]][pos[1]][pos[2]] * ( curr[2][pos[0]][pos[1]][pos[2]] - curr[2][pos[0]][pos[1]-shift[1… in UpdateVoltages()
131vi[1][pos[0]][pos[1]][pos[2]] * ( curr[0][pos[0]][pos[1]][pos[2]] - curr[0][pos[0]][pos[1]][pos[2]… in UpdateVoltages()
[all …]
/dports/shells/yash/yash-2.51/share/completion/
H A Dbindkey9 "a --vi-command; change or print vi-command-mode key bindings"
12 "v --vi-insert; change or print vi-insert-mode key bindings"
170 complete -T -P "$PREFIX" '\op' -D "options"
186 complete -T -P "$PREFIX" '\SE' -D "shift + end"
187 complete -T -P "$PREFIX" '\SH' -D "shift + home"
195 complete -T -P "$PREFIX" '\Scp' -D "shift + copy"
199 complete -T -P "$PREFIX" '\Sex' -D "shift + exit"
200 complete -T -P "$PREFIX" '\Sfd' -D "shift + find"
201 complete -T -P "$PREFIX" '\Shp' -D "shift + help"
203 complete -T -P "$PREFIX" '\Smv' -D "shift + move"
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/
H A DMIPSVFPUUtils.cpp30 #define VI(i) (currentMIPS->vi[voffset[i]])
401 int a = (op >> 7) & 1; in GetVecSizeSafe()
402 int b = (op >> 15) & 1; in GetVecSizeSafe()
414 VectorSize res = GetVecSizeSafe(op); in GetVecSize()
452 int a = (op >> 7) & 1; in GetMtxSizeSafe()
453 int b = (op >> 15) & 1; in GetMtxSizeSafe()
465 MatrixSize res = GetMtxSizeSafe(op); in GetMtxSize()
873 z >>= -shift; in vfpu_rsqrt()
874 k += -shift; in vfpu_rsqrt()
876 z <<= shift; in vfpu_rsqrt()
[all …]
H A DMIPSAnalyst.cpp576 return (op >> 26) == 0 && (op & 0x3f) == 12; in IsSyscall()
647 if (IsSWInstr(op)) in OpWouldChangeMemory()
654 const u32 shift = (addr & 3) * 8; in OpWouldChangeMemory() local
655 gprMask = 0xFFFFFFFF >> (24 - shift); in OpWouldChangeMemory()
658 const u32 shift = (addr & 3) * 8; in OpWouldChangeMemory() local
659 gprMask = 0xFFFFFFFF << shift; in OpWouldChangeMemory()
679 int vt = ((op >> 16) & 0x1f) | ((op & 3) << 5); in OpWouldChangeMemory()
680 writeVal = currentMIPS->vi[voffset[vt]]; in OpWouldChangeMemory()
685 int vt = (((op >> 16) & 0x1f)) | ((op & 1) << 5); in OpWouldChangeMemory()
1515 if (MIPS_GET_RT(op) == MIPS_GET_RS(op)) { // always true in GetOpcodeInfo()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/
H A DMIPSVFPUUtils.cpp30 #define VI(i) (currentMIPS->vi[voffset[i]])
401 int a = (op >> 7) & 1; in GetVecSizeSafe()
402 int b = (op >> 15) & 1; in GetVecSizeSafe()
414 VectorSize res = GetVecSizeSafe(op); in GetVecSize()
452 int a = (op >> 7) & 1; in GetMtxSizeSafe()
453 int b = (op >> 15) & 1; in GetMtxSizeSafe()
465 MatrixSize res = GetMtxSizeSafe(op); in GetMtxSize()
873 z >>= -shift; in vfpu_rsqrt()
874 k += -shift; in vfpu_rsqrt()
876 z <<= shift; in vfpu_rsqrt()
[all …]
H A DMIPSAnalyst.cpp576 return (op >> 26) == 0 && (op & 0x3f) == 12; in IsSyscall()
647 if (IsSWInstr(op)) in OpWouldChangeMemory()
654 const u32 shift = (addr & 3) * 8; in OpWouldChangeMemory() local
655 gprMask = 0xFFFFFFFF >> (24 - shift); in OpWouldChangeMemory()
658 const u32 shift = (addr & 3) * 8; in OpWouldChangeMemory() local
659 gprMask = 0xFFFFFFFF << shift; in OpWouldChangeMemory()
679 int vt = ((op >> 16) & 0x1f) | ((op & 3) << 5); in OpWouldChangeMemory()
680 writeVal = currentMIPS->vi[voffset[vt]]; in OpWouldChangeMemory()
685 int vt = (((op >> 16) & 0x1f)) | ((op & 1) << 5); in OpWouldChangeMemory()
1515 if (MIPS_GET_RT(op) == MIPS_GET_RS(op)) { // always true in GetOpcodeInfo()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/MIPS/
H A DMIPSVFPUUtils.cpp30 #define VI(i) (currentMIPS->vi[voffset[i]])
401 int a = (op >> 7) & 1; in GetVecSizeSafe()
402 int b = (op >> 15) & 1; in GetVecSizeSafe()
414 VectorSize res = GetVecSizeSafe(op); in GetVecSize()
452 int a = (op >> 7) & 1; in GetMtxSizeSafe()
453 int b = (op >> 15) & 1; in GetMtxSizeSafe()
465 MatrixSize res = GetMtxSizeSafe(op); in GetMtxSize()
873 z >>= -shift; in vfpu_rsqrt()
874 k += -shift; in vfpu_rsqrt()
876 z <<= shift; in vfpu_rsqrt()
[all …]
H A DMIPSAnalyst.cpp576 return (op >> 26) == 0 && (op & 0x3f) == 12; in IsSyscall()
647 if (IsSWInstr(op)) in OpWouldChangeMemory()
654 const u32 shift = (addr & 3) * 8; in OpWouldChangeMemory() local
655 gprMask = 0xFFFFFFFF >> (24 - shift); in OpWouldChangeMemory()
658 const u32 shift = (addr & 3) * 8; in OpWouldChangeMemory() local
659 gprMask = 0xFFFFFFFF << shift; in OpWouldChangeMemory()
679 int vt = ((op >> 16) & 0x1f) | ((op & 3) << 5); in OpWouldChangeMemory()
680 writeVal = currentMIPS->vi[voffset[vt]]; in OpWouldChangeMemory()
685 int vt = (((op >> 16) & 0x1f)) | ((op & 1) << 5); in OpWouldChangeMemory()
1515 if (MIPS_GET_RT(op) == MIPS_GET_RS(op)) { // always true in GetOpcodeInfo()
[all …]
/dports/editors/vigor/vigor-0.016/clib/
H A Dtags671 ex_g_insdel ../ex/ex_global.c /^ex_g_insdel(sp, op, lno)$/
760 f_lines ../common/options_f.c /^f_lines(sp, op, str, valp)$/
761 f_lisp ../common/options_f.c /^f_lisp(sp, op, str, valp)$/
764 f_print ../common/options_f.c /^f_print(sp, op, str, valp)$/
771 f_w1200 ../common/options_f.c /^f_w1200(sp, op, str, valp)$/
772 f_w300 ../common/options_f.c /^f_w300(sp, op, str, valp)$/
773 f_w9600 ../common/options_f.c /^f_w9600(sp, op, str, valp)$/
829 mark_insdel ../common/mark.c /^mark_insdel(sp, op, lno)$/
856 opts_print ../common/options.c /^opts_print(sp, op)$/
905 shift ../ex/ex_shift.c /^shift(sp, cmdp, rl)$/
[all …]
/dports/editors/vigor/vigor-0.016/include/
H A Dtags671 ex_g_insdel ../ex/ex_global.c /^ex_g_insdel(sp, op, lno)$/
760 f_lines ../common/options_f.c /^f_lines(sp, op, str, valp)$/
761 f_lisp ../common/options_f.c /^f_lisp(sp, op, str, valp)$/
764 f_print ../common/options_f.c /^f_print(sp, op, str, valp)$/
771 f_w1200 ../common/options_f.c /^f_w1200(sp, op, str, valp)$/
772 f_w300 ../common/options_f.c /^f_w300(sp, op, str, valp)$/
773 f_w9600 ../common/options_f.c /^f_w9600(sp, op, str, valp)$/
829 mark_insdel ../common/mark.c /^mark_insdel(sp, op, lno)$/
856 opts_print ../common/options.c /^opts_print(sp, op)$/
905 shift ../ex/ex_shift.c /^shift(sp, cmdp, rl)$/
[all …]
/dports/editors/vigor/vigor-0.016/tk/
H A Dtags671 ex_g_insdel ../ex/ex_global.c /^ex_g_insdel(sp, op, lno)$/
760 f_lines ../common/options_f.c /^f_lines(sp, op, str, valp)$/
761 f_lisp ../common/options_f.c /^f_lisp(sp, op, str, valp)$/
764 f_print ../common/options_f.c /^f_print(sp, op, str, valp)$/
771 f_w1200 ../common/options_f.c /^f_w1200(sp, op, str, valp)$/
772 f_w300 ../common/options_f.c /^f_w300(sp, op, str, valp)$/
773 f_w9600 ../common/options_f.c /^f_w9600(sp, op, str, valp)$/
829 mark_insdel ../common/mark.c /^mark_insdel(sp, op, lno)$/
856 opts_print ../common/options.c /^opts_print(sp, op)$/
905 shift ../ex/ex_shift.c /^shift(sp, cmdp, rl)$/
[all …]
/dports/editors/vigor/vigor-0.016/vi/
H A Dtags671 ex_g_insdel ../ex/ex_global.c /^ex_g_insdel(sp, op, lno)$/
760 f_lines ../common/options_f.c /^f_lines(sp, op, str, valp)$/
761 f_lisp ../common/options_f.c /^f_lisp(sp, op, str, valp)$/
764 f_print ../common/options_f.c /^f_print(sp, op, str, valp)$/
771 f_w1200 ../common/options_f.c /^f_w1200(sp, op, str, valp)$/
772 f_w300 ../common/options_f.c /^f_w300(sp, op, str, valp)$/
773 f_w9600 ../common/options_f.c /^f_w9600(sp, op, str, valp)$/
829 mark_insdel ../common/mark.c /^mark_insdel(sp, op, lno)$/
856 opts_print ../common/options.c /^opts_print(sp, op)$/
905 shift ../ex/ex_shift.c /^shift(sp, cmdp, rl)$/
[all …]
/dports/editors/vigor/vigor-0.016/common/
H A Dtags671 ex_g_insdel ../ex/ex_global.c /^ex_g_insdel(sp, op, lno)$/
760 f_lines ../common/options_f.c /^f_lines(sp, op, str, valp)$/
761 f_lisp ../common/options_f.c /^f_lisp(sp, op, str, valp)$/
764 f_print ../common/options_f.c /^f_print(sp, op, str, valp)$/
771 f_w1200 ../common/options_f.c /^f_w1200(sp, op, str, valp)$/
772 f_w300 ../common/options_f.c /^f_w300(sp, op, str, valp)$/
773 f_w9600 ../common/options_f.c /^f_w9600(sp, op, str, valp)$/
829 mark_insdel ../common/mark.c /^mark_insdel(sp, op, lno)$/
856 opts_print ../common/options.c /^opts_print(sp, op)$/
905 shift ../ex/ex_shift.c /^shift(sp, cmdp, rl)$/
[all …]
/dports/editors/vigor/vigor-0.016/ip/
H A Dtags671 ex_g_insdel ../ex/ex_global.c /^ex_g_insdel(sp, op, lno)$/
760 f_lines ../common/options_f.c /^f_lines(sp, op, str, valp)$/
761 f_lisp ../common/options_f.c /^f_lisp(sp, op, str, valp)$/
764 f_print ../common/options_f.c /^f_print(sp, op, str, valp)$/
771 f_w1200 ../common/options_f.c /^f_w1200(sp, op, str, valp)$/
772 f_w300 ../common/options_f.c /^f_w300(sp, op, str, valp)$/
773 f_w9600 ../common/options_f.c /^f_w9600(sp, op, str, valp)$/
829 mark_insdel ../common/mark.c /^mark_insdel(sp, op, lno)$/
856 opts_print ../common/options.c /^opts_print(sp, op)$/
905 shift ../ex/ex_shift.c /^shift(sp, cmdp, rl)$/
[all …]
/dports/editors/vigor/vigor-0.016/tcl_api/
H A Dtags671 ex_g_insdel ../ex/ex_global.c /^ex_g_insdel(sp, op, lno)$/
760 f_lines ../common/options_f.c /^f_lines(sp, op, str, valp)$/
761 f_lisp ../common/options_f.c /^f_lisp(sp, op, str, valp)$/
764 f_print ../common/options_f.c /^f_print(sp, op, str, valp)$/
771 f_w1200 ../common/options_f.c /^f_w1200(sp, op, str, valp)$/
772 f_w300 ../common/options_f.c /^f_w300(sp, op, str, valp)$/
773 f_w9600 ../common/options_f.c /^f_w9600(sp, op, str, valp)$/
829 mark_insdel ../common/mark.c /^mark_insdel(sp, op, lno)$/
856 opts_print ../common/options.c /^opts_print(sp, op)$/
905 shift ../ex/ex_shift.c /^shift(sp, cmdp, rl)$/
[all …]
/dports/editors/vigor/vigor-0.016/build/
H A Dtags671 ex_g_insdel ../ex/ex_global.c /^ex_g_insdel(sp, op, lno)$/
760 f_lines ../common/options_f.c /^f_lines(sp, op, str, valp)$/
761 f_lisp ../common/options_f.c /^f_lisp(sp, op, str, valp)$/
764 f_print ../common/options_f.c /^f_print(sp, op, str, valp)$/
771 f_w1200 ../common/options_f.c /^f_w1200(sp, op, str, valp)$/
772 f_w300 ../common/options_f.c /^f_w300(sp, op, str, valp)$/
773 f_w9600 ../common/options_f.c /^f_w9600(sp, op, str, valp)$/
829 mark_insdel ../common/mark.c /^mark_insdel(sp, op, lno)$/
856 opts_print ../common/options.c /^opts_print(sp, op)$/
905 shift ../ex/ex_shift.c /^shift(sp, cmdp, rl)$/
[all …]
/dports/editors/vigor/vigor-0.016/cl/
H A Dtags671 ex_g_insdel ../ex/ex_global.c /^ex_g_insdel(sp, op, lno)$/
760 f_lines ../common/options_f.c /^f_lines(sp, op, str, valp)$/
761 f_lisp ../common/options_f.c /^f_lisp(sp, op, str, valp)$/
764 f_print ../common/options_f.c /^f_print(sp, op, str, valp)$/
771 f_w1200 ../common/options_f.c /^f_w1200(sp, op, str, valp)$/
772 f_w300 ../common/options_f.c /^f_w300(sp, op, str, valp)$/
773 f_w9600 ../common/options_f.c /^f_w9600(sp, op, str, valp)$/
829 mark_insdel ../common/mark.c /^mark_insdel(sp, op, lno)$/
856 opts_print ../common/options.c /^opts_print(sp, op)$/
905 shift ../ex/ex_shift.c /^shift(sp, cmdp, rl)$/
[all …]
/dports/editors/vigor/vigor-0.016/ex/
H A Dtags671 ex_g_insdel ../ex/ex_global.c /^ex_g_insdel(sp, op, lno)$/
760 f_lines ../common/options_f.c /^f_lines(sp, op, str, valp)$/
761 f_lisp ../common/options_f.c /^f_lisp(sp, op, str, valp)$/
764 f_print ../common/options_f.c /^f_print(sp, op, str, valp)$/
771 f_w1200 ../common/options_f.c /^f_w1200(sp, op, str, valp)$/
772 f_w300 ../common/options_f.c /^f_w300(sp, op, str, valp)$/
773 f_w9600 ../common/options_f.c /^f_w9600(sp, op, str, valp)$/
829 mark_insdel ../common/mark.c /^mark_insdel(sp, op, lno)$/
856 opts_print ../common/options.c /^opts_print(sp, op)$/
905 shift ../ex/ex_shift.c /^shift(sp, cmdp, rl)$/
[all …]
/dports/editors/vigor/vigor-0.016/perl_api/
H A Dtags671 ex_g_insdel ../ex/ex_global.c /^ex_g_insdel(sp, op, lno)$/
760 f_lines ../common/options_f.c /^f_lines(sp, op, str, valp)$/
761 f_lisp ../common/options_f.c /^f_lisp(sp, op, str, valp)$/
764 f_print ../common/options_f.c /^f_print(sp, op, str, valp)$/
771 f_w1200 ../common/options_f.c /^f_w1200(sp, op, str, valp)$/
772 f_w300 ../common/options_f.c /^f_w300(sp, op, str, valp)$/
773 f_w9600 ../common/options_f.c /^f_w9600(sp, op, str, valp)$/
829 mark_insdel ../common/mark.c /^mark_insdel(sp, op, lno)$/
856 opts_print ../common/options.c /^opts_print(sp, op)$/
905 shift ../ex/ex_shift.c /^shift(sp, cmdp, rl)$/
[all …]
/dports/devel/py-bitarray/bitarray-2.3.4/bitarray/
H A D_bitarray.c487 assert(0 <= vi && vi <= 1); in find_bit()
589 int vi; in set_item() local
2235 shift(bitarrayobject *self, Py_ssize_t n, int right) in shift() function
2299 shift((bitarrayobject *) res, n, right); \
2785 #define DecodeTree_Check(op) PyObject_TypeCheck(op, &DecodeTree_Type) argument
3350 richcompare(PyObject *v, PyObject *w, int op) in richcompare() argument
3363 if (op == Py_EQ || op == Py_NE) { in richcompare()
3367 return PyBool_FromLong(op == Py_NE); in richcompare()
3378 return PyBool_FromLong((cmp == 0) ^ (op == Py_NE)); in richcompare()
3389 switch (op) { in richcompare()
[all …]
/dports/devel/aegis/aegis-4.25.D510/lib/fr/LC_MESSAGES/
H A Dglossaire38 bit-wise --- (op�rateur) de manipulation de bits, nm
42 build --- construire, vi
121 left shift --- d�calage � gauche
178 right shift --- d�calage � droite
182 shift --- d�calage
184 specify, to ~ --- sp�cifier, vi
/dports/games/libretro-scummvm/scummvm-7b1e929/doc/da/
H A DHurtigStart51 på, at selvom vi forsøger at sørge for, at mange spil kan gennemføres med få
52 store fejl, kan nedbrud ske, og vi tilbyder ingen garanti. Når det er sagt,
73 For de utålmodige blandt jer, er her hvordan du får ScummVM op at køre
90 - Bekræft meddelelsen boksen, der popper op, klik på 'Quit' for at
96 4. En dialog skulle komme op, hvor du kan konfigurere forskellige
108 og holde shift-tasten nede før du klikker på 'Tilføj spil' - teksten vil
145 uden fejl, og den første version med fejlen. På denne måde kan vi
/dports/games/scummvm/scummvm-2.5.1/doc/da/
H A DHurtigStart51 på, at selvom vi forsøger at sørge for, at mange spil kan gennemføres med få
52 store fejl, kan nedbrud ske, og vi tilbyder ingen garanti. Når det er sagt,
73 For de utålmodige blandt jer, er her hvordan du får ScummVM op at køre
90 - Bekræft meddelelsen boksen, der popper op, klik på 'Quit' for at
96 4. En dialog skulle komme op, hvor du kan konfigurere forskellige
108 og holde shift-tasten nede før du klikker på 'Tilføj spil' - teksten vil
145 uden fejl, og den første version med fejlen. På denne måde kan vi
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/graphite2/src/
H A DCollider.cpp55 float a, shift; in initSlot() local
89 shift = currOffset.x + currOffset.y + currShift.x + currShift.y; in initSlot()
98 shift = currOffset.x - currOffset.y + currShift.x - currShift.y; in initSlot()
130 float sdm(float vi, float va, float mx, float my, O op) in sdm() argument
132 float res = 2 * mx - vi; in sdm()
133 if (op(res, vi + 2 * my)) in sdm()
136 if (op(res, 2 * mx - va)) in sdm()
765 float sx = s->origin().x + shift.x; in get_edge()
766 float sy = s->origin().y + shift.y; in get_edge()
897 float toffset = c->shift().y - _miny + 1 + s->origin().y; in initSlot()
[all …]
/dports/devel/m17n-db/m17n-db-1.8.0/MIM/
H A Dzh-quick.mim586 ("op" ("化代您念億愈悠佬仳佗伲偬恁傯憊餛儷伈侘佌侂忥怹怤倱屔偲悆飥僁"
831 ("vi" ("幾將約繼縛姆娥厶戕妁媸幺蠡紂紉紜絃嬤繈纔蠻妘妐妶姈紈紘娹紶紨"
951 (starter (show) (pushback 1) (shift main))
952 (enter-fullwidth-mode (shift fullwidth-mode))
953 (enter-single-fullwidth-mode (shift single-fullwidth-mode)))
956 ;; When a complete sequence is typed, shift to "select" state
958 (map (shift select))
959 (nil (hide) (shift check-undo))))

12345678910>>...58