Home
last modified time | relevance | path

Searched defs:tmp (Results 76 – 100 of 34413) sorted by relevance

12345678910>>...1377

/dports/devel/inilib/inilib-1.0.7b3/src/
H A Dattr_attr_arith.h33 INI::attribute tmp; variable
67 INI::attribute tmp; variable
96 INI::attribute tmp; variable
125 INI::attribute tmp; variable
154 INI::attribute tmp; variable
183 INI::attribute tmp; variable
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/sgp/
H A DSGP.cc668 TestStruct tmp{}; in TEST() local
675 TestStruct tmp{1, 2, {3, 4}}; in TEST() local
696 TestStruct tmp = {}; in TEST() local
703 TestStruct tmp = {1, 2, {3, 4}}; in TEST() local
715 int* tmp = new int(); in TEST() local
720 int* tmp = new int(123); in TEST() local
737 TestStruct* tmp = new TestStruct(); in TEST() local
790 int* tmp = new int[2](); in TEST() local
796 int* tmp = new int[2]{}; in TEST() local
802 int* tmp = new int[2]{123}; in TEST() local
[all …]
/dports/graphics/imlib2/imlib2-1.7.0/src/lib/
H A Dspan.c56 DATA32 tmp; in __imlib_BlendToRGB() local
64 DATA32 tmp; in __imlib_BlendToRGBA() local
77 DATA32 tmp; in __imlib_AddCopyToRGBA() local
86 DATA32 tmp; in __imlib_AddCopyToRGB() local
94 DATA32 tmp; in __imlib_AddBlendToRGB() local
102 DATA32 tmp; in __imlib_AddBlendToRGBA() local
115 DATA32 tmp; in __imlib_SubCopyToRGBA() local
124 DATA32 tmp; in __imlib_SubCopyToRGB() local
132 DATA32 tmp; in __imlib_SubBlendToRGB() local
140 DATA32 tmp; in __imlib_SubBlendToRGBA() local
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Di3002.cpp208 uint8_t tmp = m_reg[ reg ] + m_kbus + m_ci; in update() local
219 uint8_t tmp = m + m_kbus + m_ci; in update() local
253 uint8_t tmp = (i & m_kbus) + WORD_MASK + m_ci; in update() local
309 uint8_t tmp = m & m_reg[ REG_AC ] & m_kbus; in update() local
319 uint8_t tmp = i & m_reg[ reg ] & m_kbus; in update() local
334 uint8_t tmp = m_reg[ reg ] & m_kbus; in update() local
344 uint8_t tmp = m & m_kbus; in update() local
357 uint8_t tmp = m_reg[ REG_AC ] & m_kbus; in update() local
367 uint8_t tmp = m_reg[ REG_AC ] & m_kbus; in update() local
389 uint8_t tmp = m_reg[ REG_AC ] & m_kbus; in update() local
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Di3002.cpp208 uint8_t tmp = m_reg[ reg ] + m_kbus + m_ci; in update() local
219 uint8_t tmp = m + m_kbus + m_ci; in update() local
253 uint8_t tmp = (i & m_kbus) + WORD_MASK + m_ci; in update() local
309 uint8_t tmp = m & m_reg[ REG_AC ] & m_kbus; in update() local
319 uint8_t tmp = i & m_reg[ reg ] & m_kbus; in update() local
334 uint8_t tmp = m_reg[ reg ] & m_kbus; in update() local
344 uint8_t tmp = m & m_kbus; in update() local
357 uint8_t tmp = m_reg[ REG_AC ] & m_kbus; in update() local
367 uint8_t tmp = m_reg[ REG_AC ] & m_kbus; in update() local
389 uint8_t tmp = m_reg[ REG_AC ] & m_kbus; in update() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/codemaker/source/cppumaker/
H A Dcppuoptions.cxx76 OString tmp("'-O', please check"); in initOptions() local
95 … OString tmp = OString::Concat("'-nD', please check your input '") + av[i] + "'"; in initOptions() local
111 OString tmp("'-T', please check"); in initOptions() local
127 OString tmp = m_options["-T"] + ";" + s; in initOptions() local
138 OString tmp("'-L', please check"); in initOptions() local
158 OString tmp("'-CS', please check"); in initOptions() local
176 OString tmp("'-C', please check"); in initOptions() local
196 OString tmp("'-Gc', please check"); in initOptions() local
210 OString tmp("'-G', please check"); in initOptions() local
232 OString tmp("'-X', please check"); in initOptions() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/codemaker/source/cppumaker/
H A Dcppuoptions.cxx76 OString tmp("'-O', please check"); in initOptions() local
95 … OString tmp = OStringLiteral("'-nD', please check your input '") + av[i] + "'"; in initOptions() local
111 OString tmp("'-T', please check"); in initOptions() local
127 OString tmp = m_options["-T"] + ";" + s; in initOptions() local
138 OString tmp("'-L', please check"); in initOptions() local
158 OString tmp("'-CS', please check"); in initOptions() local
176 OString tmp("'-C', please check"); in initOptions() local
196 OString tmp("'-Gc', please check"); in initOptions() local
210 OString tmp("'-G', please check"); in initOptions() local
232 OString tmp("'-X', please check"); in initOptions() local
/dports/emulators/mess/mame-mame0226/src/devices/cpu/nec/
H A Dnecinstr.hxx21 OP( 0x0f, i_pre_nec ) { uint32_t ModRM, tmp, tmp2; variable
146 unsigned tmp=Wreg(SP); variable
170 uint32_t low,high,tmp; variable
348 OP( 0x8f, i_popw ) { uint16_t tmp; GetModRM; POP(tmp); PutRMWord(ModRM,tmp); m_icount-=21; } variable
362 OP( 0x9c, i_pushf ) { uint16_t tmp = CompressFlags(); PUSH( tmp ); CLKS(12,8,3); } variable
363 OP( 0x9d, i_popf ) { uint32_t tmp; POP(tmp); ExpandFlags(tmp); CLKS(12,8,5); if (m_TF) nec_tra… variable
552 OP( 0xeb, i_jmp_d8 ) { int tmp = (int)((int8_t)fetch()); m_icount-=12; m_ip = (WORD)(m_ip+tmp); } variable
615 OP( 0xf6, i_f6pre ) { uint32_t tmp; uint32_t uresult,uresult2; int32_t result,result2; variable
629 OP( 0xf7, i_f7pre ) { uint32_t tmp,tmp2; uint32_t uresult,uresult2; int32_t result,result2; variable
649 OP( 0xfe, i_fepre ) { uint32_t tmp, tmp1; GetModRM; tmp=GetRMByte(ModRM); variable
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/endian/detail/
H A Dendian_store.hpp89 unsigned char tmp[ 2 ]; in operator ()() local
102 unsigned char tmp[ 2 ]; in operator ()() local
117 unsigned char tmp[ 4 ]; in operator ()() local
130 unsigned char tmp[ 4 ]; in operator ()() local
145 unsigned char tmp[ 4 ]; in operator ()() local
159 unsigned char tmp[ 4 ]; in operator ()() local
175 unsigned char tmp[ 4 ]; in operator ()() local
190 unsigned char tmp[ 4 ]; in operator ()() local
207 unsigned char tmp[ 8 ]; in operator ()() local
220 unsigned char tmp[ 8 ]; in operator ()() local
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/endian/detail/
H A Dendian_store.hpp89 unsigned char tmp[ 2 ]; in operator ()() local
102 unsigned char tmp[ 2 ]; in operator ()() local
117 unsigned char tmp[ 4 ]; in operator ()() local
130 unsigned char tmp[ 4 ]; in operator ()() local
145 unsigned char tmp[ 4 ]; in operator ()() local
159 unsigned char tmp[ 4 ]; in operator ()() local
175 unsigned char tmp[ 4 ]; in operator ()() local
190 unsigned char tmp[ 4 ]; in operator ()() local
207 unsigned char tmp[ 8 ]; in operator ()() local
220 unsigned char tmp[ 8 ]; in operator ()() local
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/endian/detail/
H A Dendian_store.hpp89 unsigned char tmp[ 2 ]; in operator ()() local
102 unsigned char tmp[ 2 ]; in operator ()() local
117 unsigned char tmp[ 4 ]; in operator ()() local
130 unsigned char tmp[ 4 ]; in operator ()() local
145 unsigned char tmp[ 4 ]; in operator ()() local
159 unsigned char tmp[ 4 ]; in operator ()() local
175 unsigned char tmp[ 4 ]; in operator ()() local
190 unsigned char tmp[ 4 ]; in operator ()() local
207 unsigned char tmp[ 8 ]; in operator ()() local
220 unsigned char tmp[ 8 ]; in operator ()() local
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/nec/
H A Dnecinstr.hxx21 OP( 0x0f, i_pre_nec ) { uint32_t ModRM, tmp, tmp2; variable
146 unsigned tmp=Wreg(SP); variable
170 uint32_t low,high,tmp; variable
348 OP( 0x8f, i_popw ) { uint16_t tmp; GetModRM; POP(tmp); PutRMWord(ModRM,tmp); m_icount-=21; } variable
362 OP( 0x9c, i_pushf ) { uint16_t tmp = CompressFlags(); PUSH( tmp ); CLKS(12,8,3); } variable
363 OP( 0x9d, i_popf ) { uint32_t tmp; POP(tmp); ExpandFlags(tmp); CLKS(12,8,5); if (m_TF) nec_tra… variable
552 OP( 0xeb, i_jmp_d8 ) { int tmp = (int)((int8_t)fetch()); m_icount-=12; m_ip = (WORD)(m_ip+tmp); } variable
615 OP( 0xf6, i_f6pre ) { uint32_t tmp; uint32_t uresult,uresult2; int32_t result,result2; variable
629 OP( 0xf7, i_f7pre ) { uint32_t tmp,tmp2; uint32_t uresult,uresult2; int32_t result,result2; variable
649 OP( 0xfe, i_fepre ) { uint32_t tmp, tmp1; GetModRM; tmp=GetRMByte(ModRM); variable
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/endian/detail/
H A Dendian_store.hpp89 unsigned char tmp[ 2 ]; in operator ()() local
102 unsigned char tmp[ 2 ]; in operator ()() local
117 unsigned char tmp[ 4 ]; in operator ()() local
130 unsigned char tmp[ 4 ]; in operator ()() local
145 unsigned char tmp[ 4 ]; in operator ()() local
159 unsigned char tmp[ 4 ]; in operator ()() local
175 unsigned char tmp[ 4 ]; in operator ()() local
190 unsigned char tmp[ 4 ]; in operator ()() local
207 unsigned char tmp[ 8 ]; in operator ()() local
220 unsigned char tmp[ 8 ]; in operator ()() local
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/endian/detail/
H A Dendian_store.hpp89 unsigned char tmp[ 2 ]; in operator ()() local
102 unsigned char tmp[ 2 ]; in operator ()() local
117 unsigned char tmp[ 4 ]; in operator ()() local
130 unsigned char tmp[ 4 ]; in operator ()() local
145 unsigned char tmp[ 4 ]; in operator ()() local
159 unsigned char tmp[ 4 ]; in operator ()() local
175 unsigned char tmp[ 4 ]; in operator ()() local
190 unsigned char tmp[ 4 ]; in operator ()() local
207 unsigned char tmp[ 8 ]; in operator ()() local
220 unsigned char tmp[ 8 ]; in operator ()() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/endian/detail/
H A Dendian_store.hpp89 unsigned char tmp[ 2 ]; in operator ()() local
102 unsigned char tmp[ 2 ]; in operator ()() local
117 unsigned char tmp[ 4 ]; in operator ()() local
130 unsigned char tmp[ 4 ]; in operator ()() local
145 unsigned char tmp[ 4 ]; in operator ()() local
159 unsigned char tmp[ 4 ]; in operator ()() local
175 unsigned char tmp[ 4 ]; in operator ()() local
190 unsigned char tmp[ 4 ]; in operator ()() local
207 unsigned char tmp[ 8 ]; in operator ()() local
220 unsigned char tmp[ 8 ]; in operator ()() local
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/endian/detail/
H A Dendian_store.hpp89 unsigned char tmp[ 2 ]; in operator ()() local
102 unsigned char tmp[ 2 ]; in operator ()() local
117 unsigned char tmp[ 4 ]; in operator ()() local
130 unsigned char tmp[ 4 ]; in operator ()() local
145 unsigned char tmp[ 4 ]; in operator ()() local
159 unsigned char tmp[ 4 ]; in operator ()() local
175 unsigned char tmp[ 4 ]; in operator ()() local
190 unsigned char tmp[ 4 ]; in operator ()() local
207 unsigned char tmp[ 8 ]; in operator ()() local
220 unsigned char tmp[ 8 ]; in operator ()() local
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/m6502/
H A Dt65c02.c36 OP(80) { int tmp; BRA(1); } /* 2 BRA */ variable
78 OP(12) { int tmp; m6502_ICount -= 3; RD_ZPI; ORA; } /* 3 ORA ZPI */ variable
79 OP(32) { int tmp; m6502_ICount -= 3; RD_ZPI; AND; } /* 3 AND ZPI */ variable
80 OP(52) { int tmp; m6502_ICount -= 3; RD_ZPI; EOR; } /* 3 EOR ZPI */ variable
81 OP(72) { int tmp; m6502_ICount -= 3; RD_ZPI; ADC; } /* 3 ADC ZPI */ variable
82 OP(92) { int tmp; m6502_ICount -= 4; STA; WR_ZPI; } /* 3 STA ZPI */ variable
83 OP(b2) { int tmp; m6502_ICount -= 3; RD_ZPI; LDA; } /* 3 LDA ZPI */ in OP() local
84 OP(d2) { int tmp; m6502_ICount -= 3; RD_ZPI; CMP; } /* 3 CMP ZPI */ in OP() local
85 OP(f2) { int tmp; m6502_ICount -= 3; RD_ZPI; SBC; } /* 3 SBC ZPI */ in OP() local
109 OP(64) { int tmp; m6502_ICount -= 2; STZ; WR_ZPG; } /* 3 STZ ZPG */ variable
[all …]
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t200_FileAccess/
H A Dsopen.m1237 tmp = HDR.REC.LOC; variable
1804 tmp = biosig_str2double(tmp); variable
3858 tmp = char(tmp(c+(-3:0))); variable
4993 tmp = str2double(tmp); variable
5999 tmp = floor(A(:)/1024); variable
6002 tmp = floor(A(:)/256); variable
6379 tmp = HDR.FILE.Path; variable
6391 tmp = ''; variable
7669 tmp = [POS(ix2);NoS(1)+1]; variable
9436 tmp = fread(fid,5,'long'); variable
[all …]
H A Dgetfiletype.m124 tmp = 256.^[0:3]*reshape(s(1:20),4,5); variable
281 tmp = fread(fid,[1,inf],'uint8'); variable
543 tmp = fgetl(fid2); variable
803 tmp = [2.5, 0, 2.8, 2.8, 0, 3]; variable
877 tmp = fread(fid,inf,'uint8'); variable
971 tmp = s(11:14)*2.^[0:8:31]'; variable
1036 tmp = line(7:10); variable
1166 tmp = dir(fullfile(HDR.FILE.Path,[HDR.FILE.Name,'.hea'])); variable
1287 tmp = fullfile(HDR.FILE.Path, [HDR.FILE.Name '.vhdr']); variable
1289 tmp = fullfile(HDR.FILE.Path, [HDR.FILE.Name '.VHDR']); variable
[all …]
H A Dmwfopen.m81 tmp = ftell(HDR.FILE.FID); variable
87 tmp = ftell(HDR.FILE.FID); variable
105 tmp = NaN; variable
113 tmp = (2.^[16,8,0])*tmp; variable
125 tmp = 1; variable
133 tmp = (2.^[16,8,0])*tmp; variable
149 tmp = (2.^[16,8,0])*tmp; variable
217 tmp = (2.^[16,8,0])*tmp; variable
268 tmp = (2.^[16,8,0])*tmp; variable
350 tmp = NaN; variable
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/External/INCHI-API/
H A Dtest.cpp39 ExtraInchiReturnValues tmp; in runblock() local
84 ExtraInchiReturnValues tmp; in testMultiThread() local
129 ExtraInchiReturnValues tmp; in testGithubIssue3() local
162 ExtraInchiReturnValues tmp; in testGithubIssue8() local
192 ExtraInchiReturnValues tmp; in testGithubIssue40() local
212 ExtraInchiReturnValues tmp; in testGithubIssue67() local
231 ExtraInchiReturnValues tmp; in testGithubIssue68() local
244 ExtraInchiReturnValues tmp; in testGithubIssue68() local
269 ExtraInchiReturnValues tmp; in testGithubIssue296() local
280 ExtraInchiReturnValues tmp; in testGithubIssue296() local
[all …]
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Misc/
H A DWaveShapeSmps.cpp91 float tmp = smps[i]; in waveShapeSmps() local
105 float tmp = smps[i]; in waveShapeSmps() local
114 float tmp = smps[i]; in waveShapeSmps() local
123 float tmp = smps[i]; in waveShapeSmps() local
148 float tmp = smps[i] * ws; in waveShapeSmps() local
162 float tmp = smps[i] * ws; in waveShapeSmps() local
179 float tmp = smps[i] * ws; in waveShapeSmps() local
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/pseudopotential/
H A Dpred_cor.c46 double tmp; local
90 double tmp; local
135 double tmp; local
176 double tmp; local
220 double tmp; local
257 double tmp; local
288 double tmp; local
320 double tmp; local
351 double tmp; local
383 double tmp; local
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/pseudopotential/
H A Dpred_cor.c46 double tmp; local
90 double tmp; local
135 double tmp; local
176 double tmp; local
220 double tmp; local
257 double tmp; local
288 double tmp; local
320 double tmp; local
351 double tmp; local
383 double tmp; local
[all …]
/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/src/
H A DWaveshaper.C195 float tmp = temps[i]; in waveshapesmps() local
208 float tmp = temps[i]; in waveshapesmps() local
217 float tmp = temps[i]; in waveshapesmps() local
226 float tmp = temps[i]; in waveshapesmps() local
251 float tmp = temps[i] * ws; in waveshapesmps() local
265 float tmp = temps[i] * ws; in waveshapesmps() local
281 float tmp = temps[i] * ws; in waveshapesmps() local
294 float tmp = temps[i] * ws; in waveshapesmps() local
315 float tmp = temps[i] * ws; in waveshapesmps() local
336 float tmp = fabs(temps[i])* ws; in waveshapesmps() local

12345678910>>...1377