Home
last modified time | relevance | path

Searched defs:temp (Results 1 – 25 of 10591) sorted by relevance

12345678910>>...424

/dports/devel/thrust/thrust-1.9.5/perf_test/
H A Ddriver.cu173 { UpperBound<Vector> temp(A,B,C); benchmark(temp); } in main() local
174 { BinarySearch<Vector> temp(A,B,C); benchmark(temp); } in main() local
176 { CopyN<Vector> temp(A,B); benchmark(temp); } in main() local
177 { CopyIf<Vector> temp(A,D,B); benchmark(temp); } in main() local
179 { CountIf<Vector> temp(D); benchmark(temp); } in main() local
182 { MaxElement<Vector> temp(A); benchmark(temp); } in main() local
183 { MinMaxElement<Vector> temp(A); benchmark(temp); } in main() local
185 { FillN<Vector> temp(A); benchmark(temp); } in main() local
187 { FindIf<Vector> temp(F); benchmark(temp); } in main() local
188 { FindIfNot<Vector> temp(T); benchmark(temp); } in main() local
[all …]
H A Dperf_test.cu262 { ComparisonSort<P,Vector> temp(p,A); benchmark(temp); } in doit() local
263 { ComparisonSortByKey<P,Vector> temp(p,A,B); benchmark(temp); } in doit() local
271 { UpperBound<P,Vector> temp(p,A,B,C); benchmark(temp); } in doit() local
272 { BinarySearch<P,Vector> temp(p,A,B,C); benchmark(temp); } in doit() local
274 { CopyN<P,Vector> temp(p,A,B); benchmark(temp); } in doit() local
275 { CopyIf<P,Vector> temp(p,A,D,B); benchmark(temp); } in doit() local
277 { CountIf<P,Vector> temp(p,D); benchmark(temp); } in doit() local
280 { MaxElement<P,Vector> temp(p,A); benchmark(temp); } in doit() local
281 { MinMaxElement<P,Vector> temp(p,A); benchmark(temp); } in doit() local
283 { FillN<P,Vector> temp(p,A); benchmark(temp); } in doit() local
[all …]
/dports/biology/mothur/mothur-1.46.1/source/
H A Dvalidcalculator.cpp138 …if (Estimators[i] == "sobs") { Calculator* temp = new Sobs(); m->mothurOut(temp->getName() + ": ")… in printCitations() local
139 …}else if (Estimators[i] == "chao") { Calculator* temp = new Chao1(); m->mothurOut(temp->getName() … in printCitations() local
140 …}else if (Estimators[i] == "nseqs") { Calculator* temp = new NSeqs(); m->mothurOut(temp->getName()… in printCitations() local
142 …}else if (Estimators[i] == "ace") { Calculator* temp = new Ace(10); m->mothurOut(temp->getName() +… in printCitations() local
144 …}else if (Estimators[i] == "jack") { Calculator* temp = new Jackknife(); m->mothurOut(temp->getNam… in printCitations() local
145 …}else if (Estimators[i] == "shannon") { Calculator* temp = new Shannon(); m->mothurOut(temp->getNa… in printCitations() local
149 …}else if (Estimators[i] == "heip") { Calculator* temp = new Heip(); m->mothurOut(temp->getName() +… in printCitations() local
158 …}else if (Estimators[i] == "qstat") { Calculator* temp = new QStat(); m->mothurOut(temp->getName()… in printCitations() local
177 …}else if (Estimators[i] == "jest") { Calculator* temp = new Jest(); m->mothurOut(temp->getName() +… in printCitations() local
194 …}else if (Estimators[i] == "odum") { Calculator* temp = new Odum(); m->mothurOut(temp->getName() +… in printCitations() local
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/cmake/Modules/Packages/
H A DML-QUIP.cmake16 set(temp "${temp}DEFINES += -DGETARG_F2003 -DFORTRAN_UNDERSCORE\n") variable
17 set(temp "${temp}F95FLAGS += -fpp -free -fPIC\n") variable
18 set(temp "${temp}F77FLAGS += -fpp -fixed -fPIC\n") variable
23 set(temp "${temp}F77FLAGS += -x f77-cpp-input -fno-second-underscore -fPIC\n") variable
27 set(temp "${temp}CFLAGS += -fPIC \nCPLUSPLUSFLAGS += -fPIC\nAR_ADD=src\n") variable
28 set(temp "${temp}MATH_LINKOPTS=") variable
30 set(temp "${temp} ${flag}") variable
33 set(temp "${temp} ${flag}") variable
35 set(temp "${temp}\n") variable
36 set(temp "${temp}PYTHON=python\nPIP=pip\nEXTRA_LINKOPTS=\n") variable
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/snes/
H A Dsnes_65816.cpp334 unsigned char temp; in incZp8() local
344 unsigned short temp; in incZp16() local
355 unsigned char temp; in incZpx8() local
365 unsigned short temp; in incZpx16() local
376 unsigned char temp; in incAbs8() local
397 unsigned char temp; in incAbsx8() local
419 unsigned char temp; in decZp8() local
440 unsigned char temp; in decZpx8() local
461 unsigned char temp; in decAbs8() local
483 unsigned char temp; in decAbsx8() local
[all …]
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dx86_ops_xchg.h3 uint8_t temp; in opXCHG_b_a16() local
14 uint8_t temp; in opXCHG_b_a32() local
26 uint16_t temp; in opXCHG_w_a16() local
37 uint16_t temp; in opXCHG_w_a32() local
49 uint32_t temp; in opXCHG_l_a16() local
60 uint32_t temp; in opXCHG_l_a32() local
73 uint16_t temp = AX; in opXCHG_AX_BX() local
82 uint16_t temp = AX; in opXCHG_AX_CX() local
91 uint16_t temp = AX; in opXCHG_AX_DX() local
100 uint16_t temp = AX; in opXCHG_AX_SI() local
[all …]
H A Dx86_ops_movx.h3 uint8_t temp; in opMOVZX_w_b_a16() local
15 uint8_t temp; in opMOVZX_w_b_a32() local
27 uint8_t temp; in opMOVZX_l_b_a16() local
39 uint8_t temp; in opMOVZX_l_b_a32() local
51 uint16_t temp; in opMOVZX_w_w_a16() local
63 uint16_t temp; in opMOVZX_w_w_a32() local
75 uint16_t temp; in opMOVZX_l_w_a16() local
100 uint8_t temp; in opMOVSX_w_b_a16() local
114 uint8_t temp; in opMOVSX_w_b_a32() local
128 uint8_t temp; in opMOVSX_l_b_a16() local
[all …]
H A Dx86_ops_string.h3 uint8_t temp = readmemb(cpu_state.ea_seg->base, SI); if (cpu_state.abrt) return 1; in opMOVSB_a16() local
258 uint8_t temp = readmemb(es, DI); if (cpu_state.abrt) return 1; in opSCASB_a16() local
268 uint8_t temp = readmemb(es, EDI); if (cpu_state.abrt) return 1; in opSCASB_a32() local
279 uint16_t temp = readmemw(es, DI); if (cpu_state.abrt) return 1; in opSCASW_a16() local
289 uint16_t temp = readmemw(es, EDI); if (cpu_state.abrt) return 1; in opSCASW_a32() local
321 uint8_t temp; in opINSB_a16() local
333 uint8_t temp; in opINSB_a32() local
346 uint16_t temp; in opINSW_a16() local
359 uint16_t temp; in opINSW_a32() local
373 uint32_t temp; in opINSL_a16() local
[all …]
H A Dx86_ops_atomic.h3 uint8_t temp, temp2 = AL; in opCMPXCHG_b_a16() local
21 uint8_t temp, temp2 = AL; in opCMPXCHG_b_a32() local
40 uint16_t temp, temp2 = AX; in opCMPXCHG_w_a16() local
58 uint16_t temp, temp2 = AX; in opCMPXCHG_w_a32() local
77 uint32_t temp, temp2 = EAX; in opCMPXCHG_l_a16() local
177 uint8_t temp; in opXADD_b_a16() local
194 uint8_t temp; in opXADD_b_a32() local
212 uint16_t temp; in opXADD_w_a16() local
229 uint16_t temp; in opXADD_w_a32() local
247 uint32_t temp; in opXADD_l_a16() local
[all …]
/dports/www/moodle39/moodle/admin/settings/
H A Dplugins.php38 …$temp = new admin_settingpage('managemodulescommon', new lang_string('commonactivitysettings', 'ad… variable
52 $temp = new admin_settingpage('manageformats', new lang_string('manageformats', 'core_admin')); variable
64 …$temp = new admin_settingpage('managecustomfields', new lang_string('managecustomfields', 'core_ad… variable
87 $temp = new admin_settingpage('manageauths', new lang_string('authsettings', 'admin')); variable
139 $temp = new admin_settingpage('manageenrols', new lang_string('manageenrols', 'enrol')); variable
156 $temp = new admin_settingpage('manageeditors', new lang_string('editorsettings', 'editor')); variable
214 …$temp = new admin_settingpage('managemediaplayers', new lang_string('managemediaplayers', 'media')… variable
249 $temp = new admin_settingpage('managedataformats', new lang_string('managedataformats')); variable
262 $temp = new admin_page_manageportfolios(); variable
320 $temp = new admin_page_managerepositories(); variable
[all …]
H A Dserver.php8 $temp = new admin_settingpage('systempaths', new lang_string('systempaths','admin')); variable
22 $temp = new admin_settingpage('supportcontact', new lang_string('supportcontact','admin')); variable
43 $temp = new admin_settingpage('sessionhandling', new lang_string('sessionhandling', 'admin')); variable
58 $temp = new admin_settingpage('stats', new lang_string('stats'), 'moodle/site:config', empty($CFG->… variable
87 $temp = new admin_settingpage('http', new lang_string('http', 'admin')); variable
113 $temp = new admin_settingpage('maintenancemode', new lang_string('sitemaintenancemode', 'admin')); variable
121 $temp = new admin_settingpage('cleanup', new lang_string('cleanup', 'admin')); variable
185 $temp = new admin_settingpage('performance', new lang_string('performance', 'admin')); variable
218 $temp = new admin_settingpage('taskprocessing', new lang_string('taskprocessing','admin')); variable
258 $temp = new admin_settingpage('tasklogging', new lang_string('tasklogging','admin')); variable
[all …]
H A Dappearance.php14 $temp = new admin_settingpage('themesettings', new lang_string('themesettings', 'admin')); variable
65 $temp = new admin_settingpage('logos', new lang_string('logossettings', 'admin')); variable
86 $temp = new admin_settingpage('coursecolors', new lang_string('coursecolorsettings', 'admin')); variable
104 $temp = new admin_settingpage('calendar', new lang_string('calendarsettings','admin')); variable
186 $temp = new admin_settingpage('navigation', new lang_string('navigation')); variable
221 $temp = new admin_settingpage('htmlsettings', new lang_string('htmlsettings', 'admin')); variable
229 $temp = new admin_settingpage('documentation', new lang_string('moodledocs')); variable
246 $temp = new admin_settingpage('coursecontact', new lang_string('courses')); variable
266 $temp = new admin_settingpage('ajax', new lang_string('ajaxuse')); variable
281 $temp = new admin_settingpage('additionalhtml', new lang_string('additionalhtml', 'admin')); variable
[all …]
/dports/www/moodle311/moodle/admin/settings/
H A Dserver.php30 $temp = new admin_settingpage('systempaths', new lang_string('systempaths', 'admin')); variable
48 $temp = new admin_settingpage('supportcontact', new lang_string('supportcontact', 'admin')); variable
69 $temp = new admin_settingpage('sessionhandling', new lang_string('sessionhandling', 'admin')); variable
143 $temp = new admin_settingpage('http', new lang_string('http', 'admin')); variable
179 … $temp = new admin_settingpage('maintenancemode', new lang_string('sitemaintenancemode', 'admin')); variable
188 $temp = new admin_settingpage('cleanup', new lang_string('cleanup', 'admin')); variable
273 $temp = new admin_settingpage('performance', new lang_string('performance', 'admin')); variable
309 $temp = new admin_settingpage('taskprocessing', new lang_string('taskprocessing', 'admin')); variable
360 $temp = new admin_settingpage('tasklogging', new lang_string('tasklogging', 'admin')); variable
418 …$temp = new admin_settingpage('outgoingmailconfig', new lang_string('outgoingmailconfig', 'admin')… variable
[all …]
H A Dappearance.php14 $temp = new admin_settingpage('themesettings', new lang_string('themesettings', 'admin')); variable
65 $temp = new admin_settingpage('logos', new lang_string('logossettings', 'admin')); variable
86 $temp = new admin_settingpage('coursecolors', new lang_string('coursecolorsettings', 'admin')); variable
104 $temp = new admin_settingpage('calendar', new lang_string('calendarsettings','admin')); variable
186 $temp = new admin_settingpage('navigation', new lang_string('navigation')); variable
221 $temp = new admin_settingpage('htmlsettings', new lang_string('htmlsettings', 'admin')); variable
229 $temp = new admin_settingpage('documentation', new lang_string('moodledocs')); variable
246 $temp = new admin_settingpage('coursecontact', new lang_string('courses')); variable
266 $temp = new admin_settingpage('ajax', new lang_string('ajaxuse')); variable
280 $temp = new admin_settingpage('additionalhtml', new lang_string('additionalhtml', 'admin')); variable
[all …]
H A Dplugins.php38 …$temp = new admin_settingpage('managemodulescommon', new lang_string('commonactivitysettings', 'ad… variable
52 $temp = new admin_settingpage('manageformats', new lang_string('manageformats', 'core_admin')); variable
64 …$temp = new admin_settingpage('managecustomfields', new lang_string('managecustomfields', 'core_ad… variable
87 $temp = new admin_settingpage('manageauths', new lang_string('authsettings', 'admin')); variable
139 $temp = new admin_settingpage('manageenrols', new lang_string('manageenrols', 'enrol')); variable
156 $temp = new admin_settingpage('manageeditors', new lang_string('editorsettings', 'editor')); variable
250 …$temp = new admin_settingpage('managemediaplayers', new lang_string('managemediaplayers', 'media')… variable
304 $temp = new admin_settingpage('managedataformats', new lang_string('managedataformats')); variable
317 $temp = new admin_page_manageportfolios(); variable
375 $temp = new admin_page_managerepositories(); variable
[all …]
/dports/www/moodle310/moodle/admin/settings/
H A Dplugins.php38 …$temp = new admin_settingpage('managemodulescommon', new lang_string('commonactivitysettings', 'ad… variable
52 $temp = new admin_settingpage('manageformats', new lang_string('manageformats', 'core_admin')); variable
64 …$temp = new admin_settingpage('managecustomfields', new lang_string('managecustomfields', 'core_ad… variable
87 $temp = new admin_settingpage('manageauths', new lang_string('authsettings', 'admin')); variable
139 $temp = new admin_settingpage('manageenrols', new lang_string('manageenrols', 'enrol')); variable
156 $temp = new admin_settingpage('manageeditors', new lang_string('editorsettings', 'editor')); variable
250 …$temp = new admin_settingpage('managemediaplayers', new lang_string('managemediaplayers', 'media')… variable
304 $temp = new admin_settingpage('managedataformats', new lang_string('managedataformats')); variable
317 $temp = new admin_page_manageportfolios(); variable
375 $temp = new admin_page_managerepositories(); variable
[all …]
H A Dappearance.php14 $temp = new admin_settingpage('themesettings', new lang_string('themesettings', 'admin')); variable
65 $temp = new admin_settingpage('logos', new lang_string('logossettings', 'admin')); variable
86 $temp = new admin_settingpage('coursecolors', new lang_string('coursecolorsettings', 'admin')); variable
104 $temp = new admin_settingpage('calendar', new lang_string('calendarsettings','admin')); variable
186 $temp = new admin_settingpage('navigation', new lang_string('navigation')); variable
221 $temp = new admin_settingpage('htmlsettings', new lang_string('htmlsettings', 'admin')); variable
229 $temp = new admin_settingpage('documentation', new lang_string('moodledocs')); variable
246 $temp = new admin_settingpage('coursecontact', new lang_string('courses')); variable
266 $temp = new admin_settingpage('ajax', new lang_string('ajaxuse')); variable
281 $temp = new admin_settingpage('additionalhtml', new lang_string('additionalhtml', 'admin')); variable
[all …]
H A Dserver.php30 $temp = new admin_settingpage('systempaths', new lang_string('systempaths', 'admin')); variable
46 $temp = new admin_settingpage('supportcontact', new lang_string('supportcontact', 'admin')); variable
67 $temp = new admin_settingpage('sessionhandling', new lang_string('sessionhandling', 'admin')); variable
85 …$temp = new admin_settingpage('stats', new lang_string('stats'), 'moodle/site:config', empty($CFG-… variable
125 $temp = new admin_settingpage('http', new lang_string('http', 'admin')); variable
161 … $temp = new admin_settingpage('maintenancemode', new lang_string('sitemaintenancemode', 'admin')); variable
170 $temp = new admin_settingpage('cleanup', new lang_string('cleanup', 'admin')); variable
255 $temp = new admin_settingpage('performance', new lang_string('performance', 'admin')); variable
291 $temp = new admin_settingpage('taskprocessing', new lang_string('taskprocessing', 'admin')); variable
342 $temp = new admin_settingpage('tasklogging', new lang_string('tasklogging', 'admin')); variable
[all …]
/dports/science/dynare/dynare-4.6.4/matlab/
H A Dchol_SE.m129 temp = A(j,ii); variable
135 temp = A(ii,j); variable
141 temp = A(ii,j); variable
146 temp = A(j,j); variable
200 temp = A(j,ii); variable
207 temp = A(ii,j); variable
213 temp = A(ii,j); variable
218 temp = A(j,j); variable
226 temp = g(j); variable
242 temp = (normj/A(j,j)) - 1; variable
[all …]
/dports/astro/astrometry/astrometry.net-0.85/gsl-an/cblas/
H A Dsource_trmm_r.h46 BASE temp = 0.0; variable
68 BASE temp = 0.0; variable
91 BASE temp = 0.0; variable
115 BASE temp = 0.0; variable
137 BASE temp = 0.0; variable
159 BASE temp = 0.0; variable
181 BASE temp = 0.0; variable
204 BASE temp = 0.0; variable
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_cblas__source_trmm_r.h46 BASE temp = 0.0; variable
68 BASE temp = 0.0; variable
91 BASE temp = 0.0; variable
115 BASE temp = 0.0; variable
137 BASE temp = 0.0; variable
159 BASE temp = 0.0; variable
181 BASE temp = 0.0; variable
204 BASE temp = 0.0; variable
/dports/math/gsl/gsl-2.7/cblas/
H A Dsource_trmm_r.h49 BASE temp = 0.0; variable
71 BASE temp = 0.0; variable
94 BASE temp = 0.0; variable
118 BASE temp = 0.0; variable
140 BASE temp = 0.0; variable
162 BASE temp = 0.0; variable
184 BASE temp = 0.0; variable
207 BASE temp = 0.0; variable
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/shibsp/attribute/resolver/impl/
H A DAssertionAttributeExtractor.cpp129 auto_ptr_char temp(srt->getConsent()); in extractAttributes() local
146 auto_ptr_char temp(saml2assertion->getIssuer()->getName()); in extractAttributes() local
157 auto_ptr_char temp(saml2assertion->getIssuer()->getFormat()); in extractAttributes() local
207 auto_ptr_char temp(saml2statement->getSessionIndex()); in extractAttributes() local
231 auto_ptr_char temp(locality->getAddress()); in extractAttributes() local
242 auto_ptr_char temp(locality->getDNSName()); in extractAttributes() local
281 auto_ptr_char temp((*a)->getID()); in extractAttributes() local
300 auto_ptr_char temp(saml1assertion->getIssuer()); in extractAttributes() local
339 auto_ptr_char temp(saml1statement->getAuthenticationMethod()); in extractAttributes() local
352 auto_ptr_char temp(locality->getIPAddress()); in extractAttributes() local
[all …]
/dports/math/gap/gap-4.11.0/pkg/simpcomp/src/
H A Dreduce_complex.cpp93 bistellar_move_list_t temp = complex.validMoves(2); in reduce_complex() local
111 bistellar_move_list_t temp = complex.validMoves(1); in reduce_complex() local
136 bistellar_move_list_t temp = complex.validMoves(2); in reduce_complex() local
160 bistellar_move_list_t temp = complex.validMoves(1); in reduce_complex() local
188 bistellar_move_list_t temp = complex.validMoves(i); in reduce_complex() local
197 … bistellar_move_list_t temp = complex.validMoves(complex.dimension() + 1 - i); in reduce_complex() local
214 … bistellar_move_list_t temp = complex.validMoves(complex.dimension() + 1 - i); in reduce_complex() local
226 … bistellar_move_list_t temp = complex.validMoves(complex.dimension() + 1 - i); in reduce_complex() local
238 bistellar_move_list_t temp = complex.validMoves(i); in reduce_complex() local
/dports/databases/timescaledb/timescaledb-2.5.1/test/sql/
H A Dinsert_single.sql11 CREATE TABLE "1dim"(time timestamp PRIMARY KEY, temp float); field
18 CREATE TABLE regular_table (time timestamp, temp float); field
29 CREATE TABLE "1dim_pre1970"(time timestamp PRIMARY KEY, temp float); field
38 CREATE TABLE "1dim_usec_interval"(time timestamp PRIMARY KEY, temp float); field
43 CREATE TABLE "1dim_usec_interval"(time timestamp PRIMARY KEY, temp float); field
47 CREATE TABLE "1dim_neg"(time INTEGER, temp float); field
63 CREATE TABLE "3dim" (time timestamp, temp float, device text, location text); field
119 CREATE TABLE hyper_date(time date, temp float); field
127 CREATE TABLE "test_tz"(time timestamp PRIMARY KEY, temp float); field
140 CREATE TABLE "nondefault_mem_settings"(time timestamp PRIMARY KEY, temp float); field

12345678910>>...424