Home
last modified time | relevance | path

Searched refs:tempmax (Results 1 – 25 of 37) sorted by relevance

12

/dports/games/edge/Edge-1.35-source/lib_win32/libvorbis-1.1.2/vq/
H A Dlatticehint.c69 long *temptrack,float *tempmin,float *tempmax, in setvals() argument
75 tempmax[i]=tempmin[i]+p->del; in setvals()
92 }else if(a[i]>tempmax[i]){ in minerror()
93 eval=a[i]-tempmax[i]; in minerror()
106 eval=tempmax[i]-a[i]; in maxerror()
107 }else if(a[i]>tempmax[i]){ in maxerror()
111 eval=tempmax[i]-a[i]; in maxerror()
219 float *tempmax; in main()
290 tempmax=_ogg_calloc(dim,sizeof(float)); in main()
311 temptrack,tempmin,tempmax); in main()
[all …]
/dports/math/gambit/gambit-16.0.1/library/include/gambit/linalg/
H A Dlemketab.imp80 T ratio, tempmax;
116 // Initialize tempmax.
117 tempmax = col[BestSet[1]] / incol[BestSet[1]];
121 //* if (ratio > tempmax) tempmax = ratio;
122 if (ratio < tempmax) tempmax = ratio;
129 //* if (ratio < tempmax -eps1)
130 if (ratio > tempmax +this->eps2)
155 T ratio, tempmax;
188 // Initialize tempmax.
193 if (ratio > tempmax) tempmax = ratio;
[all …]
/dports/biology/migrate/migrate-3.6.11/src/
H A Dgammalike.c251 MYREAL tempmax = -MYREAL_MAX; in gamma_locus_like() local
264 if (temp[r] > tempmax) in gamma_locus_like()
265 tempmax = temp[r]; in gamma_locus_like()
271 return LOG (summ) + tempmax; in gamma_locus_like()
339 MYREAL **temp, *tempmax; in gamma_locus_derivative() local
360 tempmax[0] = -MYREAL_MAX; in gamma_locus_derivative()
365 tempmax[r] = -MYREAL_MAX; in gamma_locus_derivative()
385 if (tempmax[0] < temp[0][r]) in gamma_locus_derivative()
386 tempmax[0] = temp[0][r]; in gamma_locus_derivative()
400 if (tempmax[i] < temp[i][r]) in gamma_locus_derivative()
[all …]
/dports/audio/uade/uade-2.13/src/frontends/uadesimple/
H A Dplayloop.c235 int tempmin = us->min_subsong, tempmax = us->max_subsong;
237 us->min_subsong = tempmin <= tempmax ? tempmin : tempmax;
238 us->max_subsong = tempmax >= tempmin ? tempmax : tempmin;
/dports/www/moodle39/moodle/question/classes/statistics/questions/
H A Dcalculated_question_summary.php150 $tempmax = max($temp1, $temp2);
152 if (!$tempmax && $value1 !== 0 && $value2 !== 0) {
155 $max = $tempmax;
/dports/www/moodle310/moodle/question/classes/statistics/questions/
H A Dcalculated_question_summary.php150 $tempmax = max($temp1, $temp2);
152 if (!$tempmax && $value1 !== 0 && $value2 !== 0) {
155 $max = $tempmax;
/dports/www/moodle311/moodle/question/classes/statistics/questions/
H A Dcalculated_question_summary.php150 $tempmax = max($temp1, $temp2);
152 if (!$tempmax && $value1 !== 0 && $value2 !== 0) {
155 $max = $tempmax;
/dports/comms/scmxx/scmxx-0.9.0/src/scmxx/
H A Dpbookphone.c233 unsigned int tempmax; in pbook_phone_find_empty() local
252 tempmax = startslot+search_delta-1; in pbook_phone_find_empty()
253 if (tempmax > max) tempmax = max; in pbook_phone_find_empty()
254 temp = pbook_phone_get_range(mem,startslot,tempmax,0); in pbook_phone_find_empty()
/dports/audio/uade/uade-2.13/src/frontends/uade123/
H A Dplayloop.c460 int tempmin = us->min_subsong, tempmax = us->max_subsong;
462 us->min_subsong = tempmin <= tempmax ? tempmin : tempmax;
463 us->max_subsong = tempmax >= tempmin ? tempmax : tempmin;
/dports/games/openttd/openttd-12.1/src/
H A Dground_vehicle.hpp370 int tempmax = max_speed; in DoUpdateSpeed() local
372 tempmax = std::max(this->cur_speed - (this->cur_speed / 10) - 1, max_speed); in DoUpdateSpeed()
380 this->cur_speed = spd = std::max(std::min(this->cur_speed + ((int)spd >> 8), tempmax), min_speed); in DoUpdateSpeed()
/dports/science/dynare/dynare-4.6.4/contrib/ms-sbvar/TZcode/MatlabFiles/
H A Dfn_multigraphn_3g_shadedbands.m58 tempmax=zeros(ncol,1);
64 tempmax(j) = -realmax;
68 tempmax(j) = max([jnk tempmax(j)]);
74 maxval(i)=max(tempmax);
H A Dfn_multigraphn_ver2.m55 tempmax=zeros(ncol,1);
61 tempmax(j) = -realmax;
65 tempmax(j) = max([jnk tempmax(j)]);
71 maxval(i)=max(tempmax);
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Drcfile.c375 short templen = TEMPLEN, tempmax = TEMPLEN; in readcommand() local
386 templen = tempmax; in readcommand()
395 tempmax += TEMPLEN; in readcommand()
396 temp = (char *)realloc(temp, tempmax); in readcommand()
/dports/science/sparta/sparta-20Oct2021/src/
H A Dfix_emit.cpp182 int FixEmit::subsonic_temperature_check(int flag, double tempmax) in subsonic_temperature_check() argument
188 MPI_Allreduce(&tempmax,&allmax,1,MPI_DOUBLE,MPI_MAX,world); in subsonic_temperature_check()
/dports/audio/uade/uade-2.13/src/frontends/audacious/
H A Dplugin.c698 int tempmin = state.song->min_subsong, tempmax = state.song->max_subsong; in play_loop() local
700 state.song->min_subsong = tempmin <= tempmax ? tempmin : tempmax; in play_loop()
701 state.song->max_subsong = tempmax >= tempmin ? tempmax : tempmin; in play_loop()
/dports/audio/uade/uade-2.13/src/frontends/xmms/
H A Dplugin.c671 int tempmin = state.song->min_subsong, tempmax = state.song->max_subsong; in play_loop() local
673 state.song->min_subsong = tempmin <= tempmax ? tempmin : tempmax; in play_loop()
674 state.song->max_subsong = tempmax >= tempmin ? tempmax : tempmin; in play_loop()
/dports/lang/pcc/pcc-1.1.0/mip/
H A Dregs.c158 static int tempmin, tempmax, basetemp, xbits; variable
181 if (regno(p) < tempmin || regno(p) >= tempmax) in newblock()
183 p, regno(p), tempmin, tempmax); in newblock()
498 if (x >= MAXREGS && (x < tempmin || x >= tempmax)) in LIVEADD()
511 if (x >= MAXREGS && (x < tempmin || x >= tempmax)) in LIVEDEL()
2584 if (ll->a_temp < &nblock[tempmax] && in shorttemp()
2945 tempmax = p2e->epp->ip_tmpnum; in ngenregs()
2947 nodnum = tempmax; in ngenregs()
2979 for (i = tempmin; i < tempmax; i++) in ngenregs()
3002 tempmax-tempmin, tempmin, tempmax)); in ngenregs()
[all …]
/dports/graphics/opendx/dx-4.4.4/help/
H A Ddxall114558 DXLSetValueHandler(conn,"windmax", windhandler, textfield); #!N DXLSetValueHandler(conn,"tempmax", …
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/thermal/
H A Dmtk_thermal.c684 int tempmax = INT_MIN; in mtk_read_temp() local
691 tempmax = max(tempmax, mtk_thermal_bank_temperature(bank)); in mtk_read_temp()
696 *temperature = tempmax; in mtk_read_temp()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/thermal/
H A Dmtk_thermal.c684 int tempmax = INT_MIN; in mtk_read_temp() local
691 tempmax = max(tempmax, mtk_thermal_bank_temperature(bank)); in mtk_read_temp()
696 *temperature = tempmax; in mtk_read_temp()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/thermal/
H A Dmtk_thermal.c684 int tempmax = INT_MIN; in mtk_read_temp() local
691 tempmax = max(tempmax, mtk_thermal_bank_temperature(bank)); in mtk_read_temp()
696 *temperature = tempmax; in mtk_read_temp()
/dports/math/giacxcas/giac-1.6.0/src/
H A Dcsturm.cc1559 gen tempmax=minus_inf; in posubLMQ() local
1574 if (is_strictly_greater(tempmin,tempmax,contextptr)) in posubLMQ()
1575 tempmax=tempmin; in posubLMQ()
1578 return _ceil(65*exp(tempmax,contextptr)/64,contextptr); // small margin in posubLMQ()
1613 gen tempmax=minus_inf; in poslbdLMQ() local
1628 if (is_strictly_greater(tempmin,tempmax,contextptr)) in poslbdLMQ()
1629 tempmax=tempmin; in poslbdLMQ()
1632 tempmax=tempmax/M_LN2; in poslbdLMQ()
1633 tempmax=-_ceil(tempmax,contextptr); in poslbdLMQ()
1634 tempmax=pow(plus_two,tempmax,contextptr); in poslbdLMQ()
[all …]
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_dcmp.c863 int tempmax; in buildBlockGraph() local
1088 tempmax = (int) SCIPdigraphGetNSuccessors(blockgraph, 0); in buildBlockGraph()
1095 else if( nsuccblk > tempmax ) in buildBlockGraph()
1096 tempmax = nsuccblk; in buildBlockGraph()
1100 decomp->maxdegree = tempmax; in buildBlockGraph()
/dports/math/reduce/Reduce-svn5758-src/packages/vas/
H A Dvas.red190 begin scalar cl, timesused, len, m, n, q, tempmin, tempmininf, tempmax;
193 tempmax := 0;
218 if tempmax < tempmin then tempmax := tempmin
221 if tempmax = 0 then return infinity;
222 if tempmax = tempmininf then return 0; % for wilkinson polys as in maxima??
223 if 2^(-ceiling(evalf(logb(tempmax,2)))) < 1.e-16 then return 0;
224 return 2^(-ceiling(evalf(logb(tempmax,2))))
238 begin scalar cl, timesused, len, m, n, q, tempmin, tempmininf, tempmax;
242 tempmax := 0;
267 if tempmax < tempmin then tempmax := tempmin
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/timpi/src/parallel/include/timpi/
H A Dparallel_implementation.h1940 T tempmin = r, tempmax = r; in verify() local
1942 this->max(tempmax); in verify()
1944 (r == tempmax); in verify()
1960 T tempmin, tempmax; in semiverify() local
1962 tempmin = tempmax = *r; in semiverify()
1969 this->max(tempmax); in semiverify()
1971 (*r != tempmax)); in semiverify()
1997 std::vector<T,A> tempmin, tempmax; in semiverify() local
2000 tempmin = tempmax = *r; in semiverify()
2005 tempmax.resize(rsize); in semiverify()
[all …]

12