Home
last modified time | relevance | path

Searched refs:subval (Results 176 – 200 of 229) sorted by relevance

12345678910

/dports/www/py-spyne/spyne-2.13.16/spyne/interface/xml_schema/
H A Dparser.py125 for subval in value:
127 hier_repr(subval, i2, I, tags)))
/dports/lang/janet/janet-1.19.2/src/core/
H A Dspecials.c156 Janet subval = values[i]; in destructure() local
163 if (destructure(c, subval, nextright, leaf, attr)) in destructure()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/tms32010/
H A Dtms32010.cpp221 INLINE void CALCULATE_SUB_OVERFLOW(INT32 subval) in CALCULATE_SUB_OVERFLOW() argument
223 if ((INT32)((R.oldacc.d ^ subval) & (R.oldacc.d ^ R.ACC.d)) < 0) { in CALCULATE_SUB_OVERFLOW()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/rdi-share/
H A Darmdbg.h893 typedef int Dbg_ValToChars_cb(Dbg_MCState *state, Dbg_Value *subval, const char *fieldname,
908 const Dbg_Value *val, unsigned32 n, char **fieldname, Dbg_Value *subval);
/dports/math/maxima/maxima-5.43.2/src/
H A Dezgcd.lisp109 dlp limk genvar mult subval subvar)
110 (declare (special subval subvar))
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/rdi-share/
H A Darmdbg.h893 typedef int Dbg_ValToChars_cb(Dbg_MCState *state, Dbg_Value *subval, const char *fieldname,
908 const Dbg_Value *val, unsigned32 n, char **fieldname, Dbg_Value *subval);
/dports/games/moria/umoria/
H A DOOChanges412 treasure1.c, treasure2.c, types.h: change subval and number to 8 bit integers,
417 many: interpretation of subval changed to fit it into byte, new range uses
468 can not let torches have subval >= 64, the torch wield code will
470 store1.c: don't let items with subval >= 192 stack in stores, they are
666 change definition of subval 192 so it can be used for torches, it
725 instead of correct subval
726 treasur2.c: subval for spike wrong, change from 192 to 193
962 back to 0, and set subval to 64
/dports/emulators/mess/mame-mame0226/src/devices/cpu/tms32010/
H A Dtms32010.cpp245 void tms32010_device::CALCULATE_SUB_OVERFLOW(int32_t subval) in CALCULATE_SUB_OVERFLOW() argument
247 if ((int32_t)((m_oldacc.d ^ subval) & (m_oldacc.d ^ m_ACC.d)) < 0) { in CALCULATE_SUB_OVERFLOW()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tms32010/
H A Dtms32010.cpp245 void tms32010_device::CALCULATE_SUB_OVERFLOW(int32_t subval) in CALCULATE_SUB_OVERFLOW() argument
247 if ((int32_t)((m_oldacc.d ^ subval) & (m_oldacc.d ^ m_ACC.d)) < 0) { in CALCULATE_SUB_OVERFLOW()
/dports/math/py-sympy/sympy-1.9/sympy/solvers/ode/
H A Dlie_group.py1038 subval = soldict.values()
1039 if any(t for t in subval):
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/tms32010/
H A Dtms32010.c158 static INLINE void CALCULATE_SUB_OVERFLOW(INT32 subval) in CALCULATE_SUB_OVERFLOW() argument
160 if ((INT32)((oldacc.d ^ subval) & (oldacc.d ^ R.ACC.d)) < 0) { in CALCULATE_SUB_OVERFLOW()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/tms32010/
H A Dtms32010.c158 static INLINE void CALCULATE_SUB_OVERFLOW(INT32 subval) in CALCULATE_SUB_OVERFLOW() argument
160 if ((INT32)((oldacc.d ^ subval) & (oldacc.d ^ R.ACC.d)) < 0) { in CALCULATE_SUB_OVERFLOW()
/dports/audio/faust/faust-2.37.3/tools/faust2fpga/vhdl/
H A Dfixed_pkg_c.vhd7814 subval (value'range) := value;
7815 return to_string(subval);
7847 subval (value'range) := value;
7848 return to_string(subval);
7885 subval (value'range) := value;
7886 return to_ostring(subval);
7922 subval (value'range) := value;
7923 return to_hstring(subval);
7957 subval (value'range) := value;
7958 return to_ostring(subval);
[all …]
/dports/games/moria/umoria/source/
H A Dmoria1.c1061 else if (inventory[item].subval == ITEM_GROUP_MIN &&
1083 && i_ptr->subval <= ITEM_SINGLE_STACK_MAX)
H A Dsave.c1410 wr_byte(item->subval);
1558 rd_byte(&item->subval);
/dports/security/p5-Crypt-HSXKPasswd/Crypt-HSXKPasswd-v3.6/lib/Crypt/
H A DHSXKPasswd.pm801 foreach my $subval (sort @{$config->{$key}}){
802 push @parts, "'$subval'";
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/tms32010/
H A Dtms32010.cpp230 INLINE void CALCULATE_SUB_OVERFLOW(INT32 subval) in CALCULATE_SUB_OVERFLOW() argument
232 if ((INT32)((oldacc.d ^ subval) & (oldacc.d ^ R.ACC.d)) < 0) { in CALCULATE_SUB_OVERFLOW()
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Doptions.pas818 function subval(start,maxlen: longint; out stop: longint): string; in subval() function
851 compvarvalue:=subval(1,2,i);
860 temp:=subval(i+1,2,i);
883 temp:=subval(i+1,2,i);
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Doptions.pas818 function subval(start,maxlen: longint; out stop: longint): string; in subval() function
851 compvarvalue:=subval(1,2,i);
860 temp:=subval(i+1,2,i);
883 temp:=subval(i+1,2,i);
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Doptions.pas818 function subval(start,maxlen: longint; out stop: longint): string; in subval() function
851 compvarvalue:=subval(1,2,i);
860 temp:=subval(i+1,2,i);
883 temp:=subval(i+1,2,i);
/dports/lang/fennel/fennel-1.0.0/src/fennel/
H A Dmacros.fnl382 (let [subval `(. ,val ,k)
383 (subcondition subbindings) (match-pattern [subval] pat
/dports/shells/bash-completion/bash-completion-2.11/completions/
H A Dssh85 # Split into subopt and subval
/dports/devel/p5-B-C/B-C-1.57/
H A DTESTS39 cmd/subval.t OK ok ok
/dports/www/chromium-legacy/chromium-88.0.4324.182/ipc/
H A Dipc_message_utils.cc196 for (base::Value& subval : list_storage) { in ReadListValue()
197 if (!ReadValue(m, iter, &subval, recursion + 1)) in ReadListValue()
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dpattern2.cpp482 pair<int, int> subval(cell *c, int _subpathid = subpathid, int _subpathorder = subpathorder) { in subval() function
490 auto m = subval(createMov(c, 0)); in subval()
492 m = min(m, subval(createMov(c, u))); in subval()
1831 return 0x3F1F0F * fieldpattern::subval(c).second + 0x000080; in generateCanvas()

12345678910