Home
last modified time | relevance | path

Searched refs:SMOD (Results 1 – 25 of 114) sorted by relevance

12345

/dports/editors/beav/beav-140/
H A Dsymbol.c285 { KCTRL | 'D', forwdel, MSG_forw_del_char, SMOD | SSIZE | SSRCH | SRPLC },
289 { KCTRL | 'I', selfinsert, MSG_ins_self, SMOD | SSRCH | SRPLC },
290 { KCTRL | 'H', backdel, MSG_back_del_char, SMOD | SSIZE | SSRCH | SRPLC },
296 { KCTRL | 'T', twiddle, MSG_twiddle, SMOD | SSRCH | SRPLC },
298 { KCTRL | 'W', killregion, MSG_kill_region, SMOD | SSIZE },
299 { KCTRL | 'Y', yank, MSG_yank, SMOD | SSIZE },
305 { KCTLX | KCTRL | 'F', filename, MSG_set_file_name, SMOD }, /* jam */
306 { KCTLX | KCTRL | 'I', fileinsert, MSG_file_insert, SMOD | SSIZE },
328 { KCTLX | 'I', insertunit, MSG_ins_unit, SMOD | SSIZE | SSRCH | SRPLC },
361 { KMETA | '%', queryrepl, MSG_query_replace, SMOD },
[all …]
H A Dmain.c260 if (sp->s_modify & SMOD && (curbp->b_flag & BFVIEW))
278 if (sp->s_modify & SMOD)
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/shaders-no-opt/comp/
H A Dspecialization-constant-evaluation.comp21 const int SMOD = STWO % SNEG_THREE; // -1
35 const bool SLT = SMOD < SREM; // true
36 const bool SLE = SMOD <= SREM; // true
37 const bool SGT = SMOD > SREM; // false
38 const bool SGE = SMOD >= SREM; // false
64 DUMMY_SSBO(SMod, 6, SMOD + 2);
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/shaders-no-opt/comp/
H A Dspecialization-constant-evaluation.comp21 const int SMOD = STWO % SNEG_THREE; // -1
35 const bool SLT = SMOD < SREM; // true
36 const bool SLE = SMOD <= SREM; // true
37 const bool SGT = SMOD > SREM; // false
38 const bool SGE = SMOD >= SREM; // false
64 DUMMY_SSBO(SMod, 6, SMOD + 2);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-cross/spirv-cross/shaders-no-opt/comp/
H A Dspecialization-constant-evaluation.comp21 const int SMOD = STWO % SNEG_THREE; // -1
35 const bool SLT = SMOD < SREM; // true
36 const bool SLE = SMOD <= SREM; // true
37 const bool SGT = SMOD > SREM; // false
38 const bool SGE = SMOD >= SREM; // false
64 DUMMY_SSBO(SMod, 6, SMOD + 2);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/shaders-no-opt/comp/
H A Dspecialization-constant-evaluation.comp21 const int SMOD = STWO % SNEG_THREE; // -1
35 const bool SLT = SMOD < SREM; // true
36 const bool SLE = SMOD <= SREM; // true
37 const bool SGT = SMOD > SREM; // false
38 const bool SGE = SMOD >= SREM; // false
64 DUMMY_SSBO(SMod, 6, SMOD + 2);
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/reference/shaders-no-opt/comp/
H A Dspecialization-constant-evaluation.comp40 const int SMOD = (STWO % SNEG_THREE);
41 const int _66 = (SMOD + 2);
65 const bool SLT = (SMOD < 1);
67 const bool SLE = (SMOD <= 1);
69 const bool SGT = (SMOD > 1);
71 const bool SGE = (SMOD >= 1);
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/reference/shaders-no-opt/comp/
H A Dspecialization-constant-evaluation.comp40 const int SMOD = (STWO % SNEG_THREE);
41 const int _66 = (SMOD + 2);
65 const bool SLT = (SMOD < 1);
67 const bool SLE = (SMOD <= 1);
69 const bool SGT = (SMOD > 1);
71 const bool SGE = (SMOD >= 1);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-cross/spirv-cross/reference/shaders-no-opt/comp/
H A Dspecialization-constant-evaluation.comp40 const int SMOD = (STWO % SNEG_THREE);
41 const int _66 = (SMOD + 2);
65 const bool SLT = (SMOD < 1);
67 const bool SLE = (SMOD <= 1);
69 const bool SGT = (SMOD > 1);
71 const bool SGE = (SMOD >= 1);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/reference/shaders-no-opt/comp/
H A Dspecialization-constant-evaluation.comp40 const int SMOD = (STWO % SNEG_THREE);
41 const int _66 = (SMOD + 2);
65 const bool SLT = (SMOD < 1);
67 const bool SLE = (SMOD <= 1);
69 const bool SGT = (SMOD > 1);
71 const bool SGE = (SMOD >= 1);
/dports/audio/fcplay/fcplay-0.0.1/
H A DABOUT49 Future Composer v1.0 (SMOD) (C) 1989 The Superions
50 Future Composer v1.2 (SMOD)
51 Future Composer v1.3 (SMOD)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/core/vm/
H A Dopcodes.go49 SMOD const
230 SMOD: "SMOD",
403 "SMOD": SMOD,
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdio/
H A Dvfprintf.c1369 SMOD, /* seen spec modifier */ enumerator
1429 /* START */ { SFLAG, WDIG, DONE, SMOD, DONE, SDOT, VARW, SFLAG, DONE },
1430 /* SFLAG */ { SFLAG, WDIG, DONE, SMOD, DONE, SDOT, VARW, SFLAG, DONE },
1431 /* WDIG */ { DONE, DONE, WIDTH, SMOD, DONE, SDOT, DONE, DONE, DONE },
1432 /* WIDTH */ { DONE, DONE, DONE, SMOD, DONE, SDOT, DONE, DONE, DONE },
1434 /* SDOT */ { SDOT, PREC, DONE, SMOD, DONE, DONE, VARP, DONE, DONE },
1435 /* VARW */ { DONE, VWDIG, DONE, SMOD, DONE, SDOT, DONE, DONE, DONE },
1436 /* VARP */ { DONE, VPDIG, DONE, SMOD, DONE, DONE, DONE, DONE, DONE },
1437 /* PREC */ { DONE, DONE, DONE, SMOD, DONE, DONE, DONE, DONE, DONE },
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdio/
H A Dvfprintf.c1369 SMOD, /* seen spec modifier */ enumerator
1429 /* START */ { SFLAG, WDIG, DONE, SMOD, DONE, SDOT, VARW, SFLAG, DONE },
1430 /* SFLAG */ { SFLAG, WDIG, DONE, SMOD, DONE, SDOT, VARW, SFLAG, DONE },
1431 /* WDIG */ { DONE, DONE, WIDTH, SMOD, DONE, SDOT, DONE, DONE, DONE },
1432 /* WIDTH */ { DONE, DONE, DONE, SMOD, DONE, SDOT, DONE, DONE, DONE },
1434 /* SDOT */ { SDOT, PREC, DONE, SMOD, DONE, DONE, VARP, DONE, DONE },
1435 /* VARW */ { DONE, VWDIG, DONE, SMOD, DONE, SDOT, DONE, DONE, DONE },
1436 /* VARP */ { DONE, VPDIG, DONE, SMOD, DONE, DONE, DONE, DONE, DONE },
1437 /* PREC */ { DONE, DONE, DONE, SMOD, DONE, DONE, DONE, DONE, DONE },
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/vm/
H A Dopcodes.go44 SMOD OpCode = 0x7 const
230 SMOD: "SMOD",
403 "SMOD": SMOD,
/dports/lang/solidity/solidity_0.8.11/libevmasm/
H A DSimplificationRule.h85 static auto constexpr SMOD = PatternGenerator<Instruction::SMOD>{};
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/stdio/
H A Dvfprintf.c2006 /* START */ { SFLAG, WDIG, DONE, SMOD, DONE, SDOT, VARW, SFLAG, DONE },
2007 /* SFLAG */ { SFLAG, WDIG, DONE, SMOD, DONE, SDOT, VARW, SFLAG, DONE },
2008 /* WDIG */ { DONE, DONE, WIDTH, SMOD, DONE, SDOT, DONE, DONE, DONE },
2009 /* WIDTH */ { DONE, DONE, DONE, SMOD, DONE, SDOT, DONE, DONE, DONE },
2011 /* SDOT */ { SDOT, PREC, DONE, SMOD, DONE, DONE, VARP, DONE, DONE },
2012 /* VARW */ { DONE, VWDIG, DONE, SMOD, DONE, SDOT, DONE, DONE, DONE },
2013 /* VARP */ { DONE, VPDIG, DONE, SMOD, DONE, DONE, DONE, DONE, DONE },
2014 /* PREC */ { DONE, DONE, DONE, SMOD, DONE, DONE, DONE, DONE, DONE },
/dports/x11/xkeyboard-config/xkeyboard-config-2.34/geometry/
H A Dpc361 shape "SMOD" { { [ 23,18] }, { [2,1], [ 21,16] } };
441 key.shape= "SMOD";
524 shape "SMOD" { { [ 23,18] }, { [2,1], [ 21,16] } };
604 key.shape= "SMOD";
858 shape "SMOD" { { [ 23,18] }, { [2,1], [ 21,16] } };
939 key.shape= "SMOD";
/dports/science/libxc/libxc-5.0.0/m4/
H A Dax_f90_module_extension.m435 ax_cv_f90_modext=`ls | grep -v SMOD | sed -n 's,CONFTEST_MODULE\.,,p'`
/dports/x11/libxkbcommon/libxkbcommon-1.3.1/test/data/keymaps/
H A Dquartz.xkb854 shape "SMOD" {
974 { <LWIN>, "SMOD", 1, color="grey20" },
975 { <LALT>, "SMOD", 1, color="grey20" },
977 { <RALT>, "SMOD", 1, color="grey20" },
978 { <RWIN>, "SMOD", 1, color="grey20" },
979 { <MENU>, "SMOD", 1, color="grey20" },
980 { <RCTL>, "SMOD", 1, color="grey20" }
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/stdio/
H A Dvfprintf.c2010 /* START */ { SFLAG, WDIG, DONE, SMOD, DONE, SDOT, VARW, SFLAG, DONE },
2011 /* SFLAG */ { SFLAG, WDIG, DONE, SMOD, DONE, SDOT, VARW, SFLAG, DONE },
2012 /* WDIG */ { DONE, DONE, WIDTH, SMOD, DONE, SDOT, DONE, DONE, DONE },
2013 /* WIDTH */ { DONE, DONE, DONE, SMOD, DONE, SDOT, DONE, DONE, DONE },
2015 /* SDOT */ { SDOT, PREC, DONE, SMOD, DONE, DONE, VARP, DONE, DONE },
2016 /* VARW */ { DONE, VWDIG, DONE, SMOD, DONE, SDOT, DONE, DONE, DONE },
2017 /* VARP */ { DONE, VPDIG, DONE, SMOD, DONE, DONE, DONE, DONE, DONE },
2018 /* PREC */ { DONE, DONE, DONE, SMOD, DONE, DONE, DONE, DONE, DONE },
/dports/lang/solidity/solidity_0.8.11/test/formal/
H A Dopcodes.py21 def SMOD(x, y): function
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/
H A Dpc361 shape "SMOD" { { [ 23,18] }, { [2,1], [ 21,16] } };
441 key.shape= "SMOD";
524 shape "SMOD" { { [ 23,18] }, { [2,1], [ 21,16] } };
604 key.shape= "SMOD";
1074 shape "SMOD" { { [ 23,18] }, { [2,1], [ 21,16] } };
1154 key.shape= "SMOD";
1425 shape "SMOD" { { [ 23,18] }, { [2,1], [ 21,16] } };
1506 key.shape= "SMOD";
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/
H A Dpc361 shape "SMOD" { { [ 23,18] }, { [2,1], [ 21,16] } };
441 key.shape= "SMOD";
524 shape "SMOD" { { [ 23,18] }, { [2,1], [ 21,16] } };
604 key.shape= "SMOD";
1074 shape "SMOD" { { [ 23,18] }, { [2,1], [ 21,16] } };
1154 key.shape= "SMOD";
1425 shape "SMOD" { { [ 23,18] }, { [2,1], [ 21,16] } };
1506 key.shape= "SMOD";
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libevm/
H A DInstruction.h27 SMOD, ///< signed modulo remainder operation enumerator

12345